Codeigniter restarting application

Hi, I’m trying to run a fairly large application from cpdeigniter 2 and it keeps restarting it.

Has anyone else had this problem and solved it?

Hi @jhull and welcome to Sitepoint

Try setting the threshold to 4 in the./config/configuration.php, find where the log file is located, delete the log file contents, restart the application and view the log file contents.

Try also echo __LINE___; die; in the file which is giving problems.

Tapped on a tablet :frowning:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.