0.13 to 1.01 actions are not thrown by form

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
olarcheveque

0.13 to 1.01 actions are not thrown by form

Post by olarcheveque »

I developed a module form the 0.13 version. It was workable, but since I upgrade to 1.01, forms don't work.
Only forms construct by createFrontendFormStart don't work. Forms in admin backend are OK.
I tried to trace, and it doesn't work because the action is never transmitted to 'doAction' method.
Any ideas? Thanks. Olivier.
olarcheveque

Re: 0.13 to 1.01 actions are not thrown by form

Post by olarcheveque »

The pb is due to a problem in version 0.13
Check module.class file line :1827 introducing of dummy $post var which transform the default behavior   return $this->CreateFormStart($id,$action,$returnid,$method,$post,$enctype,$inline,$idsuffix,$params);
Locked

Return to “Modules/Add-Ons”