Hi.
I've this link in a view:
   $this->Form->postlink(__('I want to fund'), array('controller' => 
'mycontroller', 'action' => 'funds',$id));

It has been working great with CakePHP 2.0.6. Now I upgraded my lib/ file to 
CakePHP 2.5 and the same request gets blackholed:

The request has been black-holed

Error: The requested address 'app/webroot//eng/mycontroller/funds/56' was not 
found on this server.
Stack Trace

    CORE/Cake/Controller/Component/SecurityComponent.php line 239 → 
SecurityComponent->blackHole(MyControllerController, string)
    [internal function] → SecurityComponent->startup(MyControllerController)
    CORE/Cake/Utility/ObjectCollection.php line 129 → 
call_user_func_array(array, array)
    [internal function] → ObjectCollection->trigger(CakeEvent)
    CORE/Cake/Event/CakeEventManager.php line 244 → call_user_func(array, 
CakeEvent)
    CORE/Cake/Controller/Controller.php line 675 → 
CakeEventManager->dispatch(CakeEvent)
    CORE/Cake/Routing/Dispatcher.php line 187 → Controller->startupProcess()
    CORE/Cake/Routing/Dispatcher.php line 165 → 
Dispatcher->_invoke(MyControllerController, CakeRequest)
    APP/webroot/index.php line 99 → Dispatcher->dispatch(CakeRequest, 
CakeResponse) 


After the upgrade I ran all the suggested commands from here [1].
What else could it be? thanks

[1] https://github.com/dereuromark/upgrade
-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

YetOpen S.r.l. - http://www.yetopen.it/

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Reply via email to