Hi guys!

I'm having some really weird problems on the client production server.

The problem is: When ever I make an action (e.g. add a record, add a
cookie, store a session) I have to make a second browser refresh to
actually get the action working.

So, I add a record, redirect to "index" action and nothing happens. No
"flash" message is shown, the new record is not shown. If I refresh
the index page, the flash message appears, and the record appears.

And imagine the entire site like that (e.g. contact page)


What I've done so far:
- debug:0
- cache.enable - false (actually works faster with disabled caching??)
- tried moving the CAKE folder into a separate folder, not working


Another thing I "think" might be the problem (don't laugh, I'm no
expert in apache):
- the address is like www.mysite.com/myapp
- but I'm actually adding the files to www.mysite.com/addfolder
- the client made the myapp redirect to addfolder (/addfolder can't be
accessed)

I have no idea why they want to work like this, but I'm saying because
it might be a problem.

Server is PHP4, some Linux version.


Thanks for any idea you might throw out.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to