Geocoder help
6 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: December 21, 2010 (RSS)
By design9 - December 17, 2010
Anyway, Just purchased geocoder and can you tell me how to update the code correctly to reflect my table name? My table name is 'mag_locater'
It is a multi viewer table...
I keep getting an error: Notice: Undefined index: mag_locater in D:\Inetpub\piedmontparent\publications\findmagazine\dissearch.php on line 27 getRecords() errors
No 'tableName' value specified in options!
Thanks!
April
Re: [apdance9] Geocoder help
By Chris - December 17, 2010
Can you please post the complete PHP source code for your dissearch.php page?
Chris
Re: [chris] Geocoder help
By design9 - December 20, 2010
Thanks!
April
Re: [apdance9] Geocoder help
By design9 - December 20, 2010
Here is the error I am getting:
Notice: Undefined index: mag_locater in D:\Inetpub\piedmontparent\publications\findmagazine\dissearch.php on line 33 getRecords() errors
No 'tableName' value specified in options!
Thanks!
April
Re: [apdance9] Geocoder help
By Chris - December 21, 2010
Sorry about the delay.
Please try changing this line:
'tableName' => $GLOBALS['mag_locater'],
...to this:
'tableName' => 'mag_locater',
Does that fix the problem?
Please let me know if you have any questions.
Chris