Zend framework on shared hosting
        Posted  
        
            by Stefano
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Stefano
        
        
        
        Published on 2009-11-14T21:14:05Z
        Indexed on 
            2010/04/14
            1:03 UTC
        
        
        Read the original article
        Hit count: 392
        
zend-framework
I have a problem. I'm trying to deploy my zend framework app on a shared hosting. In local, with xampp was everything ok, but on shared hosting I received the following message: Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /application/public/index.php on line 40. The line 40 is: $application->bootstrap()->run();. Any idea?
© Stack Overflow or respective owner