Hi, I've just my Zend Framework CMS application to a shared host, using a subdomain. On my local webserver the application was running fine. But on the shared host I get error messages on include_once() in the Zend_Loader:
Warning: Zend_Loader::include_once(RS/Controller/Plugin/authenticate.php) [function.Zend-Loader-include-once]: failed to open stream: No such file or directory in /home/womenwin/domains/womenwin.org/library/Zend/Loader.php on line 146 Warning: Zend_Loader::include_once() [function.include]: Failed opening 'RS/Controller/Plugin/authenticate.php' for inclusion (include_path='/home/womenwin/domains/womenwin.org/application/../library:.:/usr/local/lib/php:/home/womenwin/domains/womenwin.org/library') in /home/womenwin/domains/womenwin.org/library/Zend/Loader.php on line 146 Fatal error: Class 'RS_Controller_Plugin_authenticate' not found in /home/womenwin/domains/womenwin.org/application/Bootstrap.php on line 16 It seems like it can not find the path to the RS_Controller_Plugin_Authenticate. This is the include paths: "/home/womenwin/domains/womenwin.org/application/../library:.:/usr/local/lib/php:/home/womenwin/domains/womenwin.org/library" Does anyone know how to solve this? Similar paths are on my local webserver and thats running fine... Thanks in advance. -- View this message in context: http://n4.nabble.com/Error-including-namespace-class-tp1573403p1573403.html Sent from the Zend Framework mailing list archive at Nabble.com.
