I'm working on deploying an app I developed on CentOS to a Solaris box. The Solaris box is running PHP 4.3.10. I can make it to the app's splash page fine (the splash page uses $this->layout = 'ajax'; as I didn't want the main theme on the splash page). However when I go to the actual sites content on the Solaris box I get:
Fatal error: Call to a member function on a non-object in /local/ wwwdata/libraries/elibrary/compendium/cake/libs/view/helpers/html.php on line 241 The apache logs are empty far as I can tell, I turned debugging up to max in CakePHP but because the error makes the page die it doesn't seem to output anything useful. I tried the getting the latest stable release from cakephp.org and just see if the main page of that would load, but I get the same error as listed above. Any Ideas? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
