Hello everybody,
i'm new at cakePhp, i read the first article yesterday and the manual
today, i also tried to follow the tutorial (appendix a of the manual)
and i found the framework really exciting, yet i had two problems and i
hope you can help me.
At first I tought my server had big problems because when i put the url
"http://localhost/(Myusername)/cake/posts/" nothing appened (myusername
is due to the fact i'm using a mac). Then i read that i could also try
with "http://localhost/(Myusername)/cake/index.php/posts/" and this way
it run. Wonderful
The problem is that i had to correct every link:
For example i had to write
$this->flash('Your post has been
updated.','/~myusername/cake/index.php/posts');
instead of
$this->flash('Your post has been updated.','/posts');
Is this write? What should i do to change this?
The second problem is that the function flash does not run for me: it
shows the message (ie the post has been updated) but it doesn't
redirect.
I'm using cake_0.10.9.2378_final
Thank you very much
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---