500 internal server error
-
A little weird: I noticed my comments weren’t imported anymore.
Running comment handling interactively resulted in Internal Server Error (500). Tried it a couple of times. I noticed about 100 records in the WB errorlog table. I cleared the errors with mysql and presto.
-
I’d need to see your server error logs to work out what is going on with a 500 error as its something that Wordbooker won’t know about.
OK.
but the PHP errorlog is empty now. (I cleared them).
The errorlogs of WB are this:
https://dl.dropbox.com/u/620272/wp_wordbooker_errorlogs.csvYou need to look at the Apache Server error logs as this is an Apache server error. Its probably going to be something like max execution time exceeded.
Thanks for the hint, but other than the (harmless) mod_pagespeed errors I dont see anything related?
Well there doesn’t seem to be a 500 error in there. So all I can suggest is next time it happens you check all the relevant server logs and we’ll see if we can work out what is going on.
I will. thanks
I googled around a little and actually I ran it again interactively and NO errors in the apache log. Then I found a hint about possible lack of PHP memory, then I set memory_limit = 256M in php.ini (doubled it).
Now it runs just fine…maybe a coincedence, not sure.. keep you posted.
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
Weird.. running again after a minute and the 500 error returns ;(
OK – so what are you seeing in the php error logs and any of the apache logs?
Nothing basically:
Apache:
[Mon Apr 01 12:33:56 2013] [warn] RSA server certificate CommonName (CN) `upsyndroom.nl’ does NOT match server name!?
[Mon Apr 01 12:33:56 2013] [warn] RSA server certificate CommonName (CN) `upsyndroom.nl’ does NOT match server name!?
[Mon Apr 01 12:33:56 2013] [warn] RSA server certificate CommonName (CN) `upsyndroom.nl’ does NOT match server name!?
[Mon Apr 01 12:33:56 2013] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Mon Apr 01 12:33:56 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Mon Apr 01 12:33:56 2013] [notice] Digest: generating secret for digest authentication …
[Mon Apr 01 12:33:56 2013] [notice] Digest: done
[Mon Apr 01 12:33:56 2013] [notice] mod_bw : Memory Allocated 0 bytes (each conf takes 48 bytes)
[Mon Apr 01 12:33:56 2013] [notice] mod_bw : Version 0.92 – Initialized [0 Confs]
[Mon Apr 01 12:33:56 2013] [error] python_init: Python version mismatch, expected ‘2.7.2+’, found ‘2.7.3’.
[Mon Apr 01 12:33:56 2013] [error] python_init: Python executable found ‘/usr/bin/python’.
[Mon Apr 01 12:33:56 2013] [error] python_init: Python path being used ‘/usr/lib/python2.7/:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload’.
[Mon Apr 01 12:33:56 2013] [notice] mod_python: Creating 8 session mutexes based on 256 max processes and 0 max threads.
[Mon Apr 01 12:33:56 2013] [notice] mod_python: using mutex_directory /tmp
[Mon Apr 01 12:33:56 2013] [warn] RSA server certificate CommonName (CN) `upsyndroom.nl’ does NOT match server name!?
[Mon Apr 01 12:33:56 2013] [warn] RSA server certificate CommonName (CN) `upsyndroom.nl’ does NOT match server name!?
[Mon Apr 01 12:33:56 2013] [warn] RSA server certificate CommonName (CN) `upsyndroom.nl’ does NOT match server name!?
[Mon Apr 01 12:33:56 2013] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Mon Apr 01 12:33:56 2013] [notice] Apache/2.2.22 (Ubuntu) DAV/2 mod_fcgid/2.3.6 mod_python/3.3.1 Python/2.7.3 mod_ssl/2.2.22 OpenSSL/1.0.1 mod_perl/2.0.5 Perl/v5.14.2 configured — resuming normal operationsPHP empty (I cleared it this morning)
PS: I noticed my server was not running having DST time set, this doesnt help.
No Timezones shouldn’t affect it…
Small update:
Basically followed many suggestions found on the Internal 500 server error, ranging from creating a php.ini with 20 Meg memory setting in ../wp-admin directory to changes from .htaccess.. nothing helped though.. still keep searching.. I now think it is something .htaccess related but basically I dont like to loose my changes made to .htaccess but if I have some more time I will play with .htaccess settings a little more.
Keep you posted.
What’s your PHP script timeout set to?
300.
Thats not the issue.. the 500 error apears between 50 seconds and 80 seconds approx.
The topic ‘500 internal server error’ is closed to new replies.