Advanced Install > Upgrading to 1.3.8
Hi all,
I've followed the instructions at http://book.cakephp.org/view/915/Advanced-Installation
and essentially done the following on my Mac:
0 - Enabled mod_rewrite in my httpd.conf
1 - Forked CakePHP from git (cakephp/cakephp) into /usr/local/cakephp
2 - Setup Aliases for the cake console (again from /usr/local/cakephp/
cake)
3 - Copied the app folder from /usr/local/cakephp into ~/sites/project
4 - Edited the webroot/index.php file so that it knows
'CAKE_CORE_INCLUDE_PATH' is /usr/local/cakephp
6 - Added 'RewriteBase /~shazamjad/lynxin' to my ~/sites/
project/.htaccess and ~/sites/project/webroot/.htacces
7 - Added ~/sites/project to a new git repo, and was happily coding
and working away.
And today I noticed that 1.3.8 was released - so I thought it'd be a
minor case of going to /usr/local/cakephp - running 'git fetch
upstream' and 'git merge upstream/master'. That was fine - my install
went to 1.3.8 in a matter of seconds.
But when I went to go back working on it (I access it via
http://localhost/~shazamjad/project/) ... things weren't too good - I
kept getting the 'The requested URL /webroot/ was not found on this
server' error. Going through the changelog I can't really pin point
whats been changed that would do this - any ideas?
For now I've just copied over the 'app' dir from the 1.3.8 and it
works fine - bit of a hassle copying over all my controllers /
models / views but just thought I'd ask.
Thanks!
--
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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home