Welcome to Networks & Transactions 2018!
- In MAMP click
Open WebStart page
- At the top of that page, click
phpinfo
- On the php info, find where it says
Loaded Configuration File
- Edit that
php.ini
file in your text editor. Only editing lines that don't begin with;
(the semicolon lines are just comment examples), edit as follows: - Change
error_reporting
toE_ALL
- Change
display_errors
toOn
- In MAMP, stop and start the servers