#1765: Dispatcher, route and plugins
-----------------------------------+----------------------------------------
Reporter: naonak | Owner: Any Developer
Type: Bug | Status: reopened
Priority: Medium | Milestone: 1.2.x.x
Component: Routing/Dispatcher | Version: RC1
Severity: Trivial | Resolution:
Keywords: | Php_version: PHP 4 >= 4.3.0
Cake_version: |
-----------------------------------+----------------------------------------
Changes (by beldougie):
* status: closed => reopened
* resolution: worksforme =>
Comment:
Not fixed:
Does not work in version : 1.2.1.8004
{{{
Router::connect('/plug/post/*', array('plugin' => 'plug', 'controller' =>
'plug_posts', 'action' => 'view'));
}}}
The above Router definition produces the following errors:
"Error: The action plug_posts is not defined in plug"
and
"Error: Create plug::plug_posts() in file:
app\controllers\plug_controller.php."
This is not correct according to documentation/suggested functionality.
I have seen a few patches, but none seem complete and nothing is in the
above listed stable version matching any of the patches. Please advise?
If this is reopened in error, my apologies but I just can't find a
solution to this problem.
--
Ticket URL: <https://trac.cakephp.org/ticket/1765#comment:5>
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
-~----------~----~----~----~------~----~------~--~---