![]() |
PHP Error Logs - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: PHP Error Logs (/showthread.php?tid=30828) |
PHP Error Logs - El Forum - 05-27-2010 [eluser]Total Shop UK[/eluser] Not so much CI but hopefully someone can still help, I have error_logs set up in php.ini and I get errors logging but I have no idea which file is coded incorrectly. Example:- Code: [26-May-2010 16:16:13] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\Documents and Settings\Administrator\Local Settings\Temp\1\php383.tmp.php on line 299 The only thing I know is that it would be on line 299 of one of the files, as php383.tmp.php means nothing. Any ideas? Thanks PHP Error Logs - El Forum - 05-27-2010 [eluser]mattpointblank[/eluser] Does that file exist in your temp folder? Open it up and have a poke! Otherwise, check your CI logs and see if there's a matching error? PHP Error Logs - El Forum - 05-27-2010 [eluser]Total Shop UK[/eluser] I did check the temp folder but the file wasn't there and I have been looking around for any more information but nothing. I wondered if there is some kind of setting to keep the original filename rather than tmp.php The live site is currently not structured at present, and the errors will be irrelevant in a few more weeks as I've recoded it to use CI. But as it is a live now I would prefer to have the least amount of problems to occur for customers. Thanks |