Re: Object Not Found : Cake 1.3

2010-07-26 Thread Dr. Loboto
ion' > => 'display')); > > I created another action named 'login' inside my UsersController > class. > > I try to invoke the URL :http://sitename/users/login, and it gives me > a 404 Error, not the cake error like controller, or action not found. >

Re: Object Not Found : Cake 1.3

2010-07-25 Thread cricket
> I created another action named 'login' inside my UsersController > class. > > I try to invoke the URL : http://sitename/users/login, and it gives me > a 404 Error, not the cake error like controller, or action not found. > > What I simply get is a default 404 error

Object Not Found : Cake 1.3

2010-07-25 Thread parag
e cake error like controller, or action not found. What I simply get is a default 404 error of browser, which says Object Not Found on Server. However I get the right page when using just the base url , i.e, only upto http://sitename/ How could this be? I am using Cake 1.3. Any help in this re

Re: Object not found

2009-10-21 Thread Dr. Loboto
ectory in localhost/cake > > I access a simple register.thtml fromhttp://localhost/cake/users/register > When I click the register button, the browser gives me an 'Object not > found' error. The address in the address bar at this time > ishttp://localhost/users/register >

Object not found

2009-10-20 Thread QJ
I just started using CakePHP using this tutorial from IBM... I have the cake directory in localhost/cake I access a simple register.thtml from http://localhost/cake/users/register When I click the register button, the browser gives me an 'Object not found' error. The address in the a

Re: Object not found! error...

2008-10-16 Thread xelios
Upgraded to v1.2 and everything is ok now. --~--~-~--~~~---~--~~ 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

Re: Object not found! error...

2008-10-16 Thread mark_story
n which table it should look for your users. > > > Anja > > > -Ursprüngliche Nachricht- > > Von: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von > > xelios > > Gesendet: Donnerstag, 16. Oktober 2008 12:29 > > An: CakePHP > > Betreff:

Re: Object not found! error...

2008-10-16 Thread scs
tells your model in which table it should look for your users. > > Anja > > -Ursprüngliche Nachricht- > Von: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von xelios > Gesendet: Donnerstag, 16. Oktober 2008 12:29 > An: CakePHP > Betreff: Re: Object not

Object not found! error...

2008-10-16 Thread Liebermann, Anja Carolin
It tells your model in which table it should look for your users. Anja -Ursprüngliche Nachricht- Von: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von xelios Gesendet: Donnerstag, 16. Oktober 2008 12:29 An: CakePHP Betreff: Re: Object not found! error... &quo

Re: Object not found! error...

2008-10-16 Thread xelios
"var $useTable = 'users'; " Wot is the purpose of above line... --~--~-~--~~~---~--~~ 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 t

Re: Object not found! error...

2008-10-16 Thread xelios
I am working on v1.1.20 now I have created a new view for displaying the users, its working fi9. But the problem I mentioned in my earlier posts is still there.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake

AW: Object not found! error...

2008-10-16 Thread Liebermann, Anja Carolin
ybe someone else has an idea what is wrong. Anja -Ursprüngliche Nachricht- Von: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von xelios Gesendet: Donnerstag, 16. Oktober 2008 10:15 An: CakePHP Betreff: Re: Object not found! error... I didn't find any typo..

Re: Object not found! error...

2008-10-16 Thread xelios
I am working on v1.1.20 now I have created a new view for displaying the users, its working fi9. But the problem I mentioned in my earlier posts is still there.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake

Re: Object not found! error...

2008-10-16 Thread [EMAIL PROTECTED]
I don't see any obvious typo in your classes but one thing popped into my head that I thought I'd ask you. Are you developing in 1.1 or 1.2? IBM had a bunch of tutorials for early Cake 1.1. They do not work as expected on 1.2 because so much has changes in the APIs. /Martin On Oct 16, 10:14 am,

Re: Object not found! error...

2008-10-16 Thread xelios
I didn't find any typo... Following are my files... / */ C:\xampp\htdocs\cake\app\models\user.php / */ / *

AW: Object not found! error...

2008-10-16 Thread Liebermann, Anja Carolin
o.php on typos. Good hunt! Anja -Ursprüngliche Nachricht- Von: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von xelios Gesendet: Donnerstag, 16. Oktober 2008 09:09 An: CakePHP Betreff: Object not found! error... I am following a tutorial for CakePHP from "

Object not found! error...

2008-10-16 Thread xelios
I am following a tutorial for CakePHP from "https:// www6.software.ibm.com/developerworks/education/os-php-cake1/ section3.html" I created a view for registration, on submitting it should submit values to the database. But it is displaying error "Object not found!". Follo

Re: ajax tutorial : object not found

2006-06-14 Thread sicapitan
http://groups.google.com.au/group/cake-php/browse_thread/thread/7b98e2a8f78458e6/# i should refresh my groups more often :) path problem as usual url("/tasks/undo/" . $item["id"]);?> instead of /tasks/undo/ --~--~-~--~~~---~--~~ You received this message becaus

ajax tutorial : object not found

2006-06-14 Thread sicapitan
Hmm, unless I'm missing something with the new version I can add a task, but as soon as I click the checkbox to mark as done, it comes up as: "Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.