#5833: REST RequestHandling does not work Correctly (RC3) Per API Documentation
-------------------------------+--------------------------------------------
Reporter: MIRV | Type: Bug
Status: new | Priority: High
Milestone: 1.2.x.x | Component: Routing/Dispatcher
Version: RC3 | Severity: Major
Keywords: | Php_version: PHP 5
Cake_version: 1.2.0.7692 RC3 |
-------------------------------+--------------------------------------------
Per following the API documentation at http://book.cakephp.org/view/477
/The-Simple-Setup to setup and route REST requests does not function
correctly.
I continually get an error about a view not found;
Error: Confirm you have created the file:
/var/www/user/app/views/users/index.ctp
Notice: If you want to customize this error message, create
app/views/errors/missing_view.ctp
According to the document at the afforementioned URL the view is created
in a subfolder of the view named xml/index.ctp. Additionally I HAVE
created the /views/layouts/xml.ctp file.
If I attempt to use the file it is looking for it is treated as html and
the XML helper is not automatically loaded so that the data can be
serialized (also per the docs).
--
Ticket URL: <https://trac.cakephp.org/ticket/5833>
CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>
Cake is a rapid development framework for PHP which uses commonly known design
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC.
Our primary goal is to provide a structured framework that enables PHP users at
all levels to rapidly develop robust web applications, without any loss to
flexibility.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tickets 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/tickets-cakephp?hl=en
-~----------~----~----~----~------~----~------~--~---