There is further reading on how-to build cakePHP applications with IBM. But you’ll need a developer log in at IBM to read it (though I think it’s a free technicality).
I still haven’t worked out why CakePHP can’t find my application Models at cake.nzfusion.com, but it is working in my home environment, which is all I need.
And I have discovered that WordPress does a terrible job of importing my code snippets!
Last 5 posts by James Little- Drew Ginn resting after the Olympics - September 8th, 2008
- Sneakerplay: The social network for sneakers? - September 8th, 2008
- The Waikato Great Race 2008 - September 7th, 2008
- Facebook about to introduce adult content? - September 4th, 2008
- Gradjobs New Zealand is live - September 2nd, 2008










2 Comments
Did you clear out the app/tmp directory when you uploaded your dev site to cake.nzfusion.com? (keep the subdirectories, but delete the files)
Also, check the app/tmp directory is writable by the web server (easiest way is to chmod the directory and its siblings to 777)
Ah… I did notice that I had some data in there, but a clean install was empty…
Hmm, I have now emptied the cached data. But its still not going (you can check at http://cake.nzfusion.com/posts - I must have overwritten the route change I made).
I suspect the problem is around mod_rewrite, next time I have some spare time I might try turning off mod_rewrite in cake and see if that is helpful.
And I’ve checked I’ve uploaded them