OK, I think I'm almost there. Both upgrade and command shell scripts
ran to completion with no errors reported.
However, when I try to access the app in the browser I get the
following error on an otherwise blank page:
Fatal error: Class 'Helper' not found in C:\_web\lab\cakes\204\GPDdev
\View\Helper\AppHelper.php on line 8
The AppHelper.php file in that location is untouched, and looks like
this:
<?php
/**
* Add your application-wide helper-related methods in the class
below,
* your helpers will inherit them.
*/
App::import('Core', 'Helper');
class AppHelper extends Helper {
}
?>
I tried with my app and webroot under the cake install location (where
I executed the upgrade) AND back in their original locations with
appropriate path declaration changes in index.php. Both times I got
the same error (hopefully, that confirms that my outside-the-box setup
is not the issue).
(in the latter case it's actually: Fatal error: Class 'Helper' not
found in C:\_web\lab\apps\GPDdev\View\Helper\AppHelper.php on line 8 )
Where:
my app dir is 'C:\_web\lab\apps\GPDdev'
my cake dir is 'C:\_web\lab\cakes\204'
my webroot dir is 'C:\_web\pub\GPDdev'
Where do I look now?
And again, thanks very, very much for your help and patience. McS
--
Our newest site for the community: CakePHP Video Tutorials
http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others
with their CakePHP related questions.
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php