Topic: Error 404 - PHP crashed in mysql.php
Hi. I'm having a problem I can not solve. I am not able to acces a forum I have through a browser anymore. Every time I try acces, the server throws a 404 error (500 in some cases). I have PunBB installed since a considerble amount of time now, and this appeared all of a sudden. I mean, it was working seamessly before. The only thing that actually happened "extra" was that I went over my disk space quota. It's fixed now but the forum won't work.
I also have Wordpress installed and it's working fine.
I checked the error logs in the server and it says this is what is happening:
Premature end of script headers: /home/wwwdode/public_html/foro/index.php
[4476] EACCELERATOR: PHP crashed on opline 16 of mysql_close() at /home/wwwdode/public_html/foro/include/dblayer/mysql.php:183
This is my line 183:
return @mysql_close($this->link_id);
After this problem, I installed version .12 (because I had .11 before) also to see if I had messed up any source file. The upgrade went perfectly well. Indeed, I could acces the upgrade file in the server route directory. However, when accesing the index.php (or viewforum.php for that matter) the error appears. So the problem is the php.
For the record, this are the versions of PHP and MySQL in the server.
PHP version 4.4.3
MySQL version 4.1.21-standard
It may have something to do with file permissions. I have all files with 644 and folders with 755. The wordpress installation works with this configuration. I also have some htaccess redirect instructions involved.
Thanks for your help and congratulations for a wonderful piece of web application.