CodeIgniter Forums
PHP errors now showing when running php 7 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: PHP errors now showing when running php 7 (/showthread.php?tid=74630)



PHP errors now showing when running php 7 - Tor2r - 10-17-2019

I have a local test server, WAMP. Codeigniter 3.1.10
When running PHP 5.6.40 PHP errors shows as expected.
But when I change to 7.0.33 or higher, no errors are shown. Even though the PHP.ini is set correctly with E_ALL and so on.

Anyone got a clue?


RE: PHP errors now showing when running php 7 - fernaog - 10-17-2019

What kind of errors are you waiting for, could you give an example?


RE: PHP errors now showing when running php 7 - InsiteFX - 10-17-2019

Your environment setting will effect the errors displayed.

Make sure your environment is set to development mode.