I have just deployed my applicaction that works pretty well on my local host onto my shared host. However when i try to navigate i get this error..
Warning: include(/home/davidkag/public_html/prototype/application/models/DbTable//Users.php) [function.include]: failed to open stream: No such file or directory in /home/davidkag/public_html/prototype/library/Zend/Loader/Autoloader/Resource.php on line 176 Warning: include() [function.include]: Failed opening '/home/davidkag/public_html/prototype/application/models/DbTable//Users.php' for inclusion (include_path='/home/davidkag/public_html/prototype/application/../library:/home/davidkag/public_html/prototype/library:.:/usr/lib/php:/usr/local/lib/php') in /home/davidkag/public_html/prototype/library/Zend/Loader/Autoloader/Resource.php on line 176 Fatal error: Class 'Model_DbTable_Users' not found in /home/davidkag/public_html/prototype/application/controllers/AuthController.php on line 24 I suspect its the double slashes at /DbTable//Users.php) that is bringing the issue and i dont know why. What am I missing? Keep in mind its working well on my localhost -- View this message in context: http://n4.nabble.com/Shared-hosting-error-on-my-application-tp955941p955941.html Sent from the Zend Framework mailing list archive at Nabble.com.
