ray_nl Posted April 8, 2012 Share Posted April 8, 2012 installed an web application in my server but after everything, when i tried to goto index.php im getting this error: Fatal error: Class 'Engine_IP' not found in /var/www/html/application/modules/User/Model/DbTable/Online.php on line 33 can someone please help? how do i fix this? thanks! my website was working fine, till today Quote Link to comment https://forums.phpfreaks.com/topic/260566-please-help-fatal-error-class-engine_ip/ Share on other sites More sharing options...
chriscloyd Posted April 8, 2012 Share Posted April 8, 2012 Well this is php help, and we ususally help you with your own coding problems. There is a section in the forums where it might be more suitable... http://www.phpfreaks.com/forums/index.php?board=34.0 Quote Link to comment https://forums.phpfreaks.com/topic/260566-please-help-fatal-error-class-engine_ip/#findComment-1335395 Share on other sites More sharing options...
scootstah Posted April 9, 2012 Share Posted April 9, 2012 You're going to need to post code. The error is because you're trying to use a class that is not defined. Does your application use an autoloader? Quote Link to comment https://forums.phpfreaks.com/topic/260566-please-help-fatal-error-class-engine_ip/#findComment-1335660 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.