How can I get MAMP to tell me what went wrong with php code?

前端 未结 2 1541
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-13 09:08

Whenever I have an error in my php code, MAMP just returns a 500 error. Is there anyway I can get MAMP to tell me what went wrong like parsing errors and stuff?

2条回答
  •  清歌不尽
    2020-12-13 09:27

    You can also access MAMP errors using the Mac "Console" app to read the php_error.log file.

    I find this easiest to access by using spotlight and typing in "error.log".

    ( it won't find it if you type "php_error.log", you must type "error.log" )

    It looks like this :

提交回复
热议问题