Quote:
Today at 04:04 PM Sasq said this in Post #49
Zzed, I'm most interested what was the fault...
Dan
|
There were 2 problems.
index.php had been reduced to a 0 byte file, which I restored from the backup copies created by emacs.
The file permissions on forumdisplay.php had changed to
-rw-rw--w-. Since Apache is not the same user and usergroup as Sue's ID on the server it had no read permission to read that file and hence the error message would pop.

I cured that puppy with a
chmod 644 forumdisplay.php.