Batch Geocoder - Internal Server Error

13 years 2 months ago - 13 years 2 months ago #62 by eavary@mac.com
Batch Geocoder - Internal Server Error was created by eavary@mac.com
I've used Store Locator version 1.2 on another site, and found it to work with quite well. I'm implementing version 1.3 on another site with a different server and I've been having an issue with the Batch Geocoder function.

I used the CSV import to bring in about 3500 locations and when I go to the Batch Geocoder and click 'Process Locations' it will process between 3 and 5 locations before issuing an Internal Server Error.

My Server Error log doesn't seem too helpful, but this is what it's reporting when I try to run a batch:
[Fri Jul 16 14:33:51 2010] [error] Premature end of script headers: index.php, referer: /administrator/index.php?option=com_storelocator&controller=geocode&view=geocode

For what it's worth, it had also been issuing some warnings, such as:
[warn] mod_fcgid: stderr: PHP Notice: Undefined variable: post in /var/www/vhosts/streetsurfing.com/httpdocs/administrator/components/com_storelocator/controllers/locateplaces.php on line 55
[warn] mod_fcgid: stderr: PHP Notice: Undefined variable: option in /var/www/vhosts/streetsurfing.com/httpdocs/administrator/components/com_storelocator/models/locateplaces.php on line 152
[warn] mod_fcgid: stderr: PHP Notice: Undefined variable: option in /var/www/vhosts/streetsurfing.com/httpdocs/administrator/components/com_storelocator/models/locateplaces.php on line 153
[warn] mod_fcgid: stderr: PHP Notice: Undefined variable: option in /var/www/vhosts/streetsurfing.com/httpdocs/administrator/components/com_storelocator/models/locateplaces.php on line 154
[warn] mod_fcgid: stderr: PHP Notice: Undefined variable: option in /var/www/vhosts/streetsurfing.com/httpdocs/administrator/components/com_storelocator/models/locateplaces.php on line 155
[warn] mod_fcgid: stderr: PHP Notice: Undefined variable: option in /var/www/vhosts/streetsurfing.com/httpdocs/administrator/components/com_storelocator/models/locateplaces.php on line 152
[warn] mod_fcgid: stderr: PHP Notice: Undefined variable: option in /var/www/vhosts/streetsurfing.com/httpdocs/administrator/components/com_storelocator/models/locateplaces.php on line 153
[warn] mod_fcgid: stderr: PHP Notice: Undefined variable: option in /var/www/vhosts/streetsurfing.com/httpdocs/administrator/components/com_storelocator/models/locateplaces.php on line 154
[warn] mod_fcgid: stderr: PHP Notice: Undefined variable: option in /var/www/vhosts/streetsurfing.com/httpdocs/administrator/components/com_storelocator/models/locateplaces.php on line 155

For the time being I'm stumped... I'd really appreciate it if someone could help me figure out what's going on!
Last edit: 13 years 2 months ago by eavary@mac.com.

Please Log in to join the conversation.

More
13 years 2 months ago #64 by sysgenmedia
Replied by sysgenmedia on topic Batch Geocoder - Internal Server Error
Hi,

Thats an odd issue... The Notices can pretty much be ignored... Normally PHP suppresses those messages by default...

As far as other other message it appears the script stopped before anything was returned. My only guess at this point is to make sure you don't have a firewall blocking calls from your web server to Google, and also to make sure you are allowing PHP to make calls to external sites.

If you make me a temporary admin of your Joomla Site i can attempt to investigate the issue further. Please send the details to This email address is being protected from spambots. You need JavaScript enabled to view it.

Thanks,
Jared

Please Log in to join the conversation.

More