On 7 Mar 2008, at 10:13, Julian Davchev wrote:

Hi,
I was badly surprised when updated ZF to 8625

I am trying to access this action
'addIndex'  - camel sized  action

in controller I have
public function addIndexAction()

but I get
string 'Action "addindex" does not exist and was not trapped in __call()' /(length=64)/

changing method name to
public function addindexAction()   lowercased
worked but this is so weird.



In 1.5, this now works as documented - it was wrong in 1.0x and is documented in http://framework.zend.com/manual/en/zend.controller.migration.html#zend.controller.migration.fromoneohtoonefive .

Unfortunately, it's also the biggest cause of upgrade woe judging by the amount of emails the list gets about it :)



Regards,

Rob...

Reply via email to