On Tue, Sep 11, 2012 at 3:51 PM, Tilen Majerle <[email protected]> wrote: > the fuck..switched what ?? > " when the hosting company switched to 5.0 " ??
PHP5 Daman, see this link: http://php.net/manual/en/migration5.php > I put errors to 1 and it worked for a little while When you set debug to 1 do you see any errors on the page? If not, view source; maybe they're being hidden in your html for some reason. Also, check your logs, both Cake's and the server's. > all my URLS have post?CAKEPHP= with a long number after it That's a php.ini setting. I guess they decided to enable that by default for some reason (maybe they're stupid). Presumably, you're using htaccess, so add this to the one inside app/webroot (below the IfModule block): php_flag session.use_trans_sid off -- 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]. Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
