• Welcome to Sitemap Generator Forum.
 

500 Internal Server Error

Started by stacydufresne, July 26, 2008, 03:05:55 PM

Previous topic - Next topic

stacydufresne

I get the following error when trying to access for the first time:

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

Please contact the server administrator, [ External links are visible to forum administrators only ] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

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

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.500 Internal Server Error

I've set the permissions per the instructions and the appear correct both in Dreamweaver and on my site's cPanel.

XML-Sitemaps Support

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.

stacydufresne

Quote from: admin on July 31, 2008, 09:52:12 PM
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.

Original settings:
max_execution_time = 30   
max_input_time = 60   
memory_limit = 32M

New settings:
max_execution_time = 60     
max_input_time = 60   
memory_limit = 32M

I'm still getting the same error.

I have 60/60/16M on my other site for these setting and script runs fine (different webhost). Is there some other setting in PHP.ini I need to look at?

Thanks.


stacydufresne

Quote from: admin on August 02, 2008, 05:03:17 PM
Try to increase them to 300 and 64M correspondingly.

New Settings:
max_execution_time = 300     ;
max_input_time = 60   ;
memory_limit = 64M      ;

Here are the new settings...still getting 500 Internal Server error.