Re: Cake PHP Migration Problems

2010-12-19 Thread Kevando
Cricket, Thanks for the explanation, but I am still having the same problem.. My .htaccess files are exactly as you listed and I am still getting the max internal redirects in my apache logs. My instance of cakephp worked fine for me when I tested the setup with one model. However... When I

Re: Cake PHP Migration Problems

2010-12-19 Thread Kevando
I found what my problem was. I had an .htaccess file above the root directory and that was causing the issue. Once I removed that and restarted MAMP, it worked fine. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received

Re: Cake PHP Migration Problems

2010-10-21 Thread jmdesign
Thanks for the replies. I presume the doc route is this section of code specified in the index.php file: define('APP_DIR', 'app'); define('DS', DIRECTORY_SEPARATOR); define('ROOT', dirname(__FILE__)); define('WEBROOT_DIR', 'webroot'); define('WWW_ROOT', ROOT . DS

Re: Cake PHP Migration Problems

2010-10-21 Thread jmdesign
Thanks for the replies, I thought it might be a doc route issue, I presume the doc route is this section of code: define('APP_DIR', 'app'); define('DS', DIRECTORY_SEPARATOR); define('ROOT', dirname(__FILE__)); define('WEBROOT_DIR', 'webroot');

Re: Cake PHP Migration Problems

2010-10-21 Thread jmdesign
Thanks for the replies, I thought it might be a doc route issue, I presume the doc route is this section of code: define('APP_DIR', 'app'); define('DS', DIRECTORY_SEPARATOR); define('ROOT', dirname(__FILE__)); define('WEBROOT_DIR', 'webroot');

Re: Cake PHP Migration Problems

2010-10-21 Thread jmdesign
Thanks for the replies, I thought it might be a doc route issue, I presume the doc route is this section of code: define('APP_DIR', 'app'); define('DS', DIRECTORY_SEPARATOR); define('ROOT', dirname(__FILE__)); define('WEBROOT_DIR', 'webroot');

Re: Cake PHP Migration Problems

2010-10-21 Thread jmdesign
Okay managed to get access to the error logs and they say the following: mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the limit if neccessary. On Oct 21, 9:42 am, jmdesign webmas...@jmdesignsolutions.com

Re: Cake PHP Migration Problems

2010-10-21 Thread cricket
On Thu, Oct 21, 2010 at 8:07 AM, jmdesign webmas...@jmdesignsolutions.com wrote: Okay managed to get access to the error logs and they say the following: mod_rewrite: maximum number of internal redirects reached. Assuming configuration error. Use 'RewriteOptions MaxRedirects' to increase the

Cake PHP Migration Problems

2010-10-20 Thread jmdesign
Hi All, I'm having a problem with a Cake PHP site that I was hoping somebody could help me with. I'm a front-end coder so don't normally get involved with any nasty development work but a client has asked me to look at something for them for a favour. I've taken a look but it's way over my head

Re: Cake PHP Migration Problems

2010-10-20 Thread cricket
On Wed, Oct 20, 2010 at 11:33 AM, jmdesign webmas...@jmdesignsolutions.com wrote: Hi All, I'm having a problem with a Cake PHP site that I was hoping somebody could help me with. I'm a front-end coder so don't normally get involved with any nasty development work but a client has asked me to

Re: Cake PHP Migration Problems

2010-10-20 Thread rgreenphotodesign
Could be a mod_rewrite issue or a doc root issue, check to make sure the doc root is set to /path/to/yoursite/app/webroot/. A new server will mean new database credentials as well, so make sure they've been updated. On Oct 20, 6:01 pm, cricket zijn.digi...@gmail.com wrote: On Wed, Oct 20, 2010