Forums / Setup & design / Module form is disabled after upgrade from 3.2.2 ->3.2.3..How to enable it?
Tonny Laursen
Monday 03 November 2003 10:53:26 am
I have just upgraded from 322->323 and now the access to the form module is disabled.
I have tried to edit site.ini.append so it now have the lines:
[SiteAccessRules] Rules[]=Access;enableRules[]=Module;form
But I still get the error after i have submitted the form.
"Error / kernel (22) Module is disabledThe module form is disabled and cannot be accessed."
Marco Zinn
Monday 03 November 2003 1:21:56 pm
Hm. I just found a post of Jan here: http://ez.no/developer/ez_publish_3/forum/general/how_to_disable_some_module_ But it looks as you already found that out yourself ;) Did you clear the .ini cache? (Or all caches)?Close and open your browser (even if you are not logged in, your rules probably are only checked once every session).
Marco http://www.hyperroad-design.com
Monday 03 November 2003 11:34:10 pm
I have tried to clear the cache and close the browser nothing seems to work.
I have also tried to use lines like this: Rules[]=Module;user/formRules[]=Module;admin/form
Tuesday 04 November 2003 4:06:40 am
I have now located the problem. The system is running 3.2.3.If I replace the file /kernel/form/process.php with the same file from version 322 everything works fine.
I dont know what is wrong with the file? maybe a bug?
Tonny
Paul Forsyth
Tuesday 04 November 2003 4:50:07 am
Its not a bug. Read this thread from last week:
http://ez.no/developer/ez_publish_3/forum/developer/ez_publish_32_vulnerable_to_spam_attacks
The module was deliberately disabled in 3.2-3. Also look at the files on pubsvn.ez.no to see what changed.
paul
Tuesday 04 November 2003 11:51:02 pm
Thank you.
The formprocess was disabled in site.ini.