You don't need to *disable* the cache, you just need to *clear* it. Cake caches absolute paths to class files, so just delete all the files in /tmp and you're good to go.
On Jan 31, 11:03 pm, WRonco <[EMAIL PROTECTED]> wrote: > Same thing happened to me, I worked around it by disabling caching > > https://trac.cakephp.org/ticket/3987 > > On Jan 31, 3:48 pm, Carl <[EMAIL PROTECTED]> wrote: > > > When I run locally (under apache via xampp) I can bring up my pages/ > > home page by simply pointing my browser to localhost/messaging as > > expected. When I upload to a shared server I get that: > > > 400 Bad Request > > Invalid request. > > > error message. > > > Now if I go specifically to (host)/messaging/pages/home I get: > > > Fatal error: Class 'Router' not found in /home/zipsadsc/public_html/ > > messaging/cake/dispatcher.php on line 333 > > > What must I do to fix this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
