Stab in the dark, but sounds like your new host doesn't support php short tags.
Replace: <? with <?php and <?= with <?php echo Hope that helps. Adam On Jul 17, 2:37 pm, Romeo <[EMAIL PROTECTED]> wrote: > Gidday, > I've done a few sites in CakePHP about 6 months ago and I'm trying to > upload one of them to a new host and it's not working. Have a look for > yourself and see if it's something you recognize - nothing is working! > This site is working flawlessly on my Windows WAMP5 server, but not > now that it's on Linux. > > What I want from you is some pointers as to where I can begin > debugging the problem. > > URL:www.cjmg.co.nz > > Server setup: > - DocumentRoot is setup correctly to /app/webroot > - Mod_Rewrite is enabled > - Database is connected > - TMP directory has been cleared and has correct permissions > > I commented out the code in my app_controller, but before that it was > giving me the below errors: > - Undefined index: action > - Undefined index: controller > > Any help appreciated, > Romeo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
