![]() |
Need Help With Phil's Sturgeons AutoLog - Giving Error Log Message - 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: Need Help With Phil's Sturgeons AutoLog - Giving Error Log Message (/showthread.php?tid=55300) Pages:
1
2
|
Need Help With Phil's Sturgeons AutoLog - Giving Error Log Message - El Forum - 10-24-2012 [eluser]jmadsen[/eluser] thanks - that's what I'm looking at now Need Help With Phil's Sturgeons AutoLog - Giving Error Log Message - El Forum - 10-24-2012 [eluser]jmadsen[/eluser] wow - his workaround is pretty over-simplistic. need to pay more attention to my logs (and read these posts more carefully) I'll be moving to your code from now on - much cleaner Need Help With Phil's Sturgeons AutoLog - Giving Error Log Message - El Forum - 10-24-2012 [eluser]vincej[/eluser] Hi - @wiredesignz, Forgive me I'm still a bit of a newb with some of this stuff, to be specific is the supplied code a solution to the problem, and if so, where should I put it ? Many Thanks !! vincej Code: <?php Need Help With Phil's Sturgeons AutoLog - Giving Error Log Message - El Forum - 10-24-2012 [eluser]jmadsen[/eluser] vincej - yes, just replace Phil's function with @wiredesignz, and remove the "public" keyword Need Help With Phil's Sturgeons AutoLog - Giving Error Log Message - El Forum - 10-24-2012 [eluser]vincej[/eluser] HI jmadsen - well I commented out Phils autoloader and replaced it with the code minus "public" keyword, and behold, it still gave me the same error - bummer. Here is the error. Anything else that might be missing ? Many thanks !! Code: ERROR - 2012-10-24 20:28:46 --> Severity: Warning --> include_once(application/core/MY_Googlemaps.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory /home/countr70/public_html/application/config/config.php 379 Need Help With Phil's Sturgeons AutoLog - Giving Error Log Message - El Forum - 10-24-2012 [eluser]wiredesignz[/eluser] @vincej, You cannot have replaced the code correctly because the errors are occurring at the same line number (379) in the config file as previously. My version of the code also checks that the file exists before attempting to include it so the error cannot actually occur. Need Help With Phil's Sturgeons AutoLog - Giving Error Log Message - El Forum - 10-24-2012 [eluser]vincej[/eluser] @wiredesignz, The definition of stupidity is when you don't upload your corrected file :o) It works like a dream ... Many Many Thanks - I would never have fixed it by myself ! cheers ! |