(SOLVED) Fatal Error Trying To Use Either Forms Wizard

webzight 07 Apr, 2012
This is a conflict with the Advanced Module Manager plug-in v2.2.3 and the latest 3.0 running either of these versions of the plug-in caused the error below. Disabling the AMM plug-in clears the problem. I completely uninstalled the plgin-in along with it's co-installed extension, noNumber Framework 8)

If I had just looked more carefully at the path in the error I should have seen it right away, DUH😶

Just installed ChronoFormsV4 for the first time, I tried to use the form wizards and got a fatal error.

When I click on or try to select one from the drop down component menu, one of the form wizards, I get following error:

Fatal error: Out of memory (allocated 8650752) (tried to allocate 1397159 bytes) in /homepages/30/d108588548/htdocs/cambria/plugins/system/advancedmodules/helper.php on line 27

Notice that allocated amount far exceeds the "tried to allocate" value!

I am using Joomla! 2.5.4

Any clues please :?

GreyHead 08 Apr, 2012
Hi webzight,

Well found. Though I'm a bit bemused by why this plug-in would cause a problem in the Site Admin :-(

Bob
webzight 09 Apr, 2012
Me too🙂 Rather than wasting time trying deal with it I just dumped the whole enchilada 8)

Is there a tutorial on how to use the captcha function's pass/fail events processing😑 .

Can't quite understand the full functionality of the fail process at the moment :?
GreyHead 10 Apr, 2012
Hi webzight,

There's not much too it. Ignore the On Success event for all practical purposes. The ON Fail event is run if the Capthca check fails. Normally you should put an Event Loop action in there set to the default > Load event. This will re-load the form On Load event.

NB If the Event Loop points to > Submit then it will be put into a loop and you will get an Out of Memory message as it re-loads the On Submit event, fails the Captcha check, runs the Event Loop, re-loads the On Submit event, fails the Captcha check, . . .

Bob
This topic is locked and no more replies can be posted.