
Why are all my PHP error messages being sent to Apache website's virtual host error log rather then the designated /tmp/php.log?
The reason for this is because the file /tmp/php.log is not writable by the Apache daemon which is running as a 'nobody'. This is noted to be an installation bug which affects MXAE 1.5.0 and before where the /tmp/php.log was created as the user which installed the MXAE.
Solution: To fix this problem, login to the system via SSH and su as super user. Change the ownership of /tmp/php.log to 'nobody' by issuing the following unix command:
shell> chmod nobody:nobody /tmp/php.log
MXAE Release News
MXAE 2.7.5 Released ![]() |
![]() |
Tips & Tricks
The "cache" attribute for listing and template ![]() |
![]() |