cant load sitemap, error msg: internal server error
Permalink
Hi
One of my sites is having a problem, when the admin tries to load SITEMAP it throws an Internal server error msg as follows:
"The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@......co.uk 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.
"
Can anyone help ID the problem and what needs to be done to resolve...? I'm not very techie and this is a site I host for a friend..
EDIT-UPDATE:
Upon suggestion of my hosting provider who said the sitemap.xml files was empty and hadn't been updated since Nov, I ran the build sitemap option in Jobs. This didn't seem to change anything as still got the error. I left screen for few mins, went back ind hit the sitemap button and for a brief instant it showed a site map but then disappeared back to server error....! very confused...help please...!!!
See below the Environment setup:
# concrete5 Version
5.4.1.1
# concrete5 Packages
Sortable Fancybox Gallery (1.13).
# concrete5 Overrides
None
# Server Software
Apache
# Server API
cgi-fcgi
# PHP Version
5.3.8
# PHP Extensions
bcmath, calendar, cgi-fcgi, Core, ctype, curl, date, dom, ereg, exif, filter, ftp, gd, gettext, hash, iconv, imap, ionCube Loader, json, libxml, mbstring, mcrypt, mysql, mysqli, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, posix, pspell, Reflection, session, SimpleXML, soap, sockets, SPL, SQLite, sqlite3, standard, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend Guard Loader, zip, zlib.
# PHP Settings
log_errors_max_len - 1024
max_execution_time - 5
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
memory_limit - 32M
post_max_size - 8M
safe_mode - Off
safe_mode_exec_dir - <i>no value</i>
safe_mode_gid - Off
safe_mode_include_dir - <i>no value</i>
sql.safe_mode - Off
upload_max_filesize - 2M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
safe_mode_allowed_env_vars - PHP_
safe_mode_protected_env_vars - LD_LIBRARY_PATH
One of my sites is having a problem, when the admin tries to load SITEMAP it throws an Internal server error msg as follows:
"The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@......co.uk 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.
"
Can anyone help ID the problem and what needs to be done to resolve...? I'm not very techie and this is a site I host for a friend..
EDIT-UPDATE:
Upon suggestion of my hosting provider who said the sitemap.xml files was empty and hadn't been updated since Nov, I ran the build sitemap option in Jobs. This didn't seem to change anything as still got the error. I left screen for few mins, went back ind hit the sitemap button and for a brief instant it showed a site map but then disappeared back to server error....! very confused...help please...!!!
See below the Environment setup:
# concrete5 Version
5.4.1.1
# concrete5 Packages
Sortable Fancybox Gallery (1.13).
# concrete5 Overrides
None
# Server Software
Apache
# Server API
cgi-fcgi
# PHP Version
5.3.8
# PHP Extensions
bcmath, calendar, cgi-fcgi, Core, ctype, curl, date, dom, ereg, exif, filter, ftp, gd, gettext, hash, iconv, imap, ionCube Loader, json, libxml, mbstring, mcrypt, mysql, mysqli, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, posix, pspell, Reflection, session, SimpleXML, soap, sockets, SPL, SQLite, sqlite3, standard, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend Guard Loader, zip, zlib.
# PHP Settings
log_errors_max_len - 1024
max_execution_time - 5
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
memory_limit - 32M
post_max_size - 8M
safe_mode - Off
safe_mode_exec_dir - <i>no value</i>
safe_mode_gid - Off
safe_mode_include_dir - <i>no value</i>
sql.safe_mode - Off
upload_max_filesize - 2M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
safe_mode_allowed_env_vars - PHP_
safe_mode_protected_env_vars - LD_LIBRARY_PATH
I'm so glad you posted this! I just received an email this afternoon about the same exact thing happening happening to one of my clients. Before this week, everything worked fine, so that ruled out any host side issues. I'll check out your links below..
I made the change to the item_lists file, but still get the same errors. Am I missing something?
Sorry I cant offer any guidance, I'm not a techie and the changes were done by my hosting providers...
All I can suggest is re-check the syntax of any changes you made as identical to those suggested as maybe a single typo error may affect outcome...
I don't know if you can get direct support from C5 themselves.....I don't know how much they monitor these threads to offer solutions....
Good luck and remember to post any solution here incase others have similar problems....
All I can suggest is re-check the syntax of any changes you made as identical to those suggested as maybe a single typo error may affect outcome...
I don't know if you can get direct support from C5 themselves.....I don't know how much they monitor these threads to offer solutions....
Good luck and remember to post any solution here incase others have similar problems....
Thanks for your quick response. I'll have to do more searching. I copy and pasted the change, and still I have the same issues. Thanks, though.
"....I also found this:
http://www.concrete5.org/community/forums/customizing_c5/sitemap-no...
... which suggests this change to concrete/libraries/item_list.php :
https://github.com/concrete5/concrete5/commit/2cf69ac90a8c8d1c7a451c...
"
...and they very kindly made the require changes for me and it all seems to have worked fine.