[eluser]javaMonk[/eluser]
Hi,
Trying to get a client site deployed Running CI 1.7.3 on PHP 5.3.10
I get a "connection reset" (The connection to the server was reset while the page was loading) right away, when loading the site.
After a series of commenting/un-commenting code, I found that CI is failing on this line:
...of the CodeIgniter.php file (around line 202). Any have any idea why this is failing?
Once notable point, I stuffed a
into a file on the server to help troubleshooting, I found a setting: disable_classes with a value of "no value" -- could this be a cause?
Any advice and council is deeply appreciated. Thanks so much. -Monk