generator not doing crawling
« on: November 16, 2015, 10:11:41 AM »
for Free Online
Sitemap Generator show me this error

There was an error while accessing the URL specified: [ External links are visible to forum administrators only ]
Please make sure to specify the correct website URL and resubmit your request.

and for generator show me this error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at admin@main-hosting.eu to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

please help me
Re: generator not doing crawling
« Reply #1 on: November 16, 2015, 04:16:22 PM »
Hello,

do you get the error when trying to open /generator/ page or after running sitemap generator?
Re: generator not doing crawling
« Reply #2 on: November 17, 2015, 09:29:05 AM »
Hello,

I did get the error after running sitemap generator and at this page [ External links are visible to forum administrators only ]

i told my host about this problem and he emailed me :


DO NOT REPLY TO THIS EMAIL! USE THIS LINK TO ADD REPLY:
[ External links are visible to forum administrators only ]
------------------------------------------------------------------------------

************************************************
REPLY HAS BEEN ADDED:
************************************************

Hello,

There are many different possibilities why you can get Internal Server Error. And in most cases it is due to incorrect .htaccess file configuration.

Although this is generally caused by a problem within the script, many times it is caused by incorrect file permissions either on the script itself, or another file or directory used by the script. You should also verify the that the script paths are set correctly.

You should also verify that the scripts were uploaded in the correct mode (ASCII or Binary - check the readme for the scripts to see any special instructions. Normally it is ASCII). Another problem could be permissions of the file or directory. Your script permissions should be 755, or rwxr-xr-x.

There are few ways to fix it:

1. Interference with an .htaccess file.
If you have implemented .htaccess on your site, it may be interfering with the web page you are trying to load into your browser. Please double check the .htaccess configurations to ensure that it doesn't contain any errors. To confirm whether an misconfiguration .htaccess is the cause of the 500 internal server error, either remove or rename the .htaccess file.

2. PHP Coding Timing Out
If your PHP script makes external network connections, the connections may time out. If too many connections are attempted and time out, this will cause the internal server error. To prevent such time outs and errors, we suggest that your relevant php scripts be coded with some timeout rules.

3. Search on Google for your script name + internal server error. For example if you get this error on Wordpress blog - query Google for Wordpress internal server error Fix.

Please contact us if you have further questions, comments or concerns.

Best Wishes,
Filip Z.

Help Desk Staff


I renamed the .htaccess file To no avail
 I increased memory_limit to 128M at php.ini To no avail

Now i dont know what i can do


please help me.
Re: generator not doing crawling
« Reply #3 on: November 18, 2015, 06:07:28 AM »
Hello,

it looks like your server configuration doesn't allow to run the script long enough to create full sitemap. Please try to increase memory_limit and max_execution_time settings in php configuration at your host (php.ini file) or contact hosting support regarding this.