Thanx for the response guys.. unfortunately this still does not work

When I render http://localhost/cake1.3.2/users/registeration

it throws Fatal error: Class 'User' not found in C:\Users\Dinesh
\Documents\Server\xampp\htdocs\cake1.3.2\cake\libs\class_registry.php
on line 141

I guess it is expecting app/views which is defined as a class in the
class_registry.php file.

Max -  thats really a sharp eye... well I actually named my file that
way purposely (I knew it was a type...) ... but I just dint know if
there were some class out there named registration which may conflict
with my file name....didn't wanna to take that risk!...but thanks
though........


On Jul 12, 4:43 am, "Max Dörfler" <max.doerf...@googlemail.com> wrote:
> And try "registration" in the url, not "registeration"
>
> cheers
>
> Am 12.07.2010 10:30, schrieb nini:
>
> > Try
> >http://localhost/cake1.3.2/users/registeration
>
> > and please read manual.
>
> > On Jul 12, 1:20 am, Dinu464<dineshsu...@gmail.com>  wrote:
>
> >> 1) XAMPP 1.7.3 setup and workinghttp://localhost/xampp/->  success
> >> 2) Unpacked cake1.3.2, installed under XAMPP ->  htdocs ->  cake1.3.2
> >> (folder)
> >> Checked setuphttp://localhost/cake1.3.2/->  success
>
> >> Your tmp directory is writable.
> >> The FileEngine is being used for caching. To change the config edit
> >> APP/config/core.php
> >> Your database configuration file is present.
> >> Cake is able to connect to the database.
>
> >> 3) Trying to Implement IBM tutorial Part1
>
> >> Created MySQL tabel 'Users'
> >> under cake1.3.2\app\models, created user.php
> >> under cake1.3.2\app\controllers, created users_controller.php, with
> >> action registration
> >> under cake1.3.2\app\view\users, created registration.ctp
>
> >> 4) nowhttp://localhost/cake1.3.2/app/views/users/registeration
>
> >> throws an err
>
> >> Error: ViewsController could not be found.
> >> Error: Create the class ViewsController below in file: app\controllers
> >> \views_controller.php
> >> <?php
> >> class ViewsController extends AppController {
>
> >>      var $name = 'Views';}
>
> >> ?>
>
> >> This is where I am stuck for a week now, can�t get passed this screen,
> >> tried several solutions but still cant get this to work..really
> >> frustrated. please help!
>
> > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others 
> > with their CakePHP related questions.
>
> > You received this message because you are subscribed to the Google Groups 
> > "CakePHP" group.
> > To post to this group, send email to cake-php@googlegroups.com
> > To unsubscribe from this group, send email to
> > cake-php+unsubscr...@googlegroups.com For more options, visit this group 
> > athttp://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to