500 Internal Error
executex - February 9, 2009 - 01:52
| Project: | Nodeaccess |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Both this module and Content Access module, cause 500 Internal Error when trying to access path: admin/build/modules IN
Drupal 6.8.
I don't know why...

#1
If you can provide some more info it would be helpful. Your php error logs or server error logs should have details on the error.
#2
I'm getting a "500 - Internal Server Error" with lighttpd-1.4.19 and only for logged-in users at the moment.
Watchdog reports:
Table '{site}_drupal.nodeaccess' doesn't exist query: DELETE FROM nodeaccess WHERE nid = 52666 in /var/www/{site}/includes/database.mysql.inc in Zeile 174.The websers access log shows a get request for the page, error.log is clean. PHP does not log any errors; logging is configured to:
error_reporting = E_ALL & ~E_NOTICE
log_errors = On
/var/log/messages reports:
Apr 23 09:52:38 {host} kernel: [480112.134079] php-cgi[9716]: segfault at 7fff12f17df8 ip 68c375 sp 7fff12f17e00 error 6 in php5-cgi[400000+506000]Apr 23 10:10:13 {host} kernel: [481175.783429] php-cgi[9599]: segfault at 7fff1f5d5ff8 ip 6d2612 sp 7fff1f5d6000 error 6 in php5-cgi[400000+506000]
Greetings, -asb