Reputation: 1282
I’m currently encountering the problem described in this older Stackoverflow post.
I notice that one of the first comments to the question suggests :"Have you checked the error logs?"
Can anyone tell me where I can find those error logs ? I am using PHP 5.4.4. with Apache 2.0 and MAMP on my Mac 10.8.5 (Also, I am using Xdebug and getting no error message from it, just getting empty $_FILES and $_POST as explained in the abovementioned post).
This other question suggests that the answer should be "file error_log in /var/log/httpd" but I have no httpd directory in my var/log. It’s there under another name maybe ?
Upvotes: 0
Views: 4980
Reputation: 7433
The documentation for MAMP states:
4.5 Where can I find the log files?
All log files are stored in: /Applications/MAMP/logs/
Upvotes: 4