Re: MAMP + CakePHP issues

2009-10-26 Thread fahd
This seems to not be related to MAMP as I thought before. Its basically an issue with certain HABTM models not loading - and other people seem to have the same problem. The solutions say it could be a typo of the model names, but so far I haven't found any. Not sure if anyone has found a solution

Re: MAMP + CakePHP issues

2009-10-26 Thread fahd
Problem solved! Here's the explanation: http://stackoverflow.com/questions/1603575/mamp-and-cakephp-call-to-model-issue/1626179#1626179 On Oct 26, 11:59 am, fahd fahd...@gmail.com wrote: This seems to not be related to MAMP as I thought before. Its basically an issue with certain HABTM models

Re: MAMP + CakePHP issues

2009-10-21 Thread fahd
Thanks for the answers. I tried upgrading my CakePHP core to the latest 1.2.5 - but the problem didn't go away. The MySQL on MAMP (5.1.37) seems to be more up- to-date than my host MediaTemples (5.1.26-rc) ... which is concerning. On Sep 25, 11:09 am, Martin Westin martin.westin...@gmail.com

Re: MAMP + CakePHP issues

2009-09-25 Thread FrederickD
Hi Fahd! I can advise you on the first question, but not the second. I had been using MAMP but decided to take it off and go with a stock approach. It took a little bit, but works solidly now. What makes it very easy is to use a cheap product called VirtualHostX. You can find it at

Re: MAMP + CakePHP issues

2009-09-25 Thread Martin Westin
On 1 I second the opinion that vhosts are the way to go. I have never ever ever bothered modifying htaccess files just to get a few apps to run under localhost/one, /two and so on. You are on a Mac and in perfect position to setup in a way that is 100% identical to a production deployment. You

MAMP + CakePHP issues

2009-09-24 Thread fahd
Hey fellow Cakers, I've been developing on CakePHP for a bit and decided to have a localhost version on MAMP so that I could demo my app to people without being dependent on an Internet connection. Ran into a few issues ofcourse and hoping someone can give some insight: 1) I have several sites