This is just a quick query, I have just installed my project on my second computer, both running WAMP with Apache 2.2.6 and PHP 5.2.6 but my ZF project now won't run on my second PC but continues to run fine eleswhere. As far as I can tell the apache and PHP config files are the same.
I realise it must be something easy I've missed but I don't know where to continue looking! The error is here inside an action helper: // Retrieve the module name from the request object $module = $this->getRequest()->getModuleName(); Fatal error: Call to a member function getModuleName() on a non-object in C:\www\... Would something cause this call to getRequest to fail? I just can't understand and I know I'll be kicking myself soon! Thanks Simon ----- Simon http://www.ajb007.co.uk/ -- View this message in context: http://www.nabble.com/ZF-project-has-stopped-working%21-tp17763406p17763406.html Sent from the Zend Framework mailing list archive at Nabble.com.
