Thanks for the advise and I solved the problem, just did some
configuration in my httpd.conf file with mod_rewrite and put a comment
in "define ('BASE_URL', env('SCRIPT_NAME'));" line in my core.php
file.At first I commented it out because I thought it's the alternative of mod_rewrite config in apache. Do you think it's a bug of cakePhp? On Jun 21, 6:28 pm, "wahyu setianto" <[EMAIL PROTECTED]> wrote: > Check your model, class model name must be the same with your file model > name, check your controller file too be sure that model name you write on it > is right, "Object not found!" error happen if the controller load model but > not found. > > On 6/21/07, feltmirror <[EMAIL PROTECTED]> wrote: > > > > > Hi, I'm just new in cakePHP. After downloading cakephp I tried the > > blog tutorial in cakephp website. > > But when I'm in the Section 7 of the tutorial I can't make it work; > > when I point my browser tohttp://localhost/cake/posts/indexI got > > "Object not found!" error. Can anyone help me if there is a > > configuration I should make in my cake app? Thanks ^^ > > -- > Octopus > East Java Baker --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
