Geocoder help

Re: [apdance9] Geocoder help

By Chris - December 17, 2010

Hi April,

Can you please post the complete PHP source code for your dissearch.php page?
All the best,
Chris

Re: [chris] Geocoder help

Sure...attached is the file. I first just you your example and tried changing it to my table 'mag_loccater'

Thanks!

April
Attachments:

dissearch.php 5K

Re: [apdance9] Geocoder help

Sorry, disregard last file attached...it is an old one. The one attched here is my most current.

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

File...
Attachments:

dissearch_001.php 5K

Re: [apdance9] Geocoder help

By Chris - December 21, 2010

Hi April,

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.
All the best,
Chris