Fork me on GitHub

FormExpress and PHP>4.3.5: Easy fix!  Bottom

  • Some users report that FormExpress no longer works under PHP 4.3.6, 4.3.7 etc, producing a Blank Page if you call a form or even the main admin. After a quick Google search, I found a simple fix which at least worked for me:

    Open modules/FormExpress/pntables.php
    Scroll to bottom
    Comment out the second-last line, 149 in my file. This line reads

    );

    Save.
    It is apparently a code bug which earlier PHP versions could "oversee".
  • apparently newer versions of PHP have tighter margins of error making what used to be little nothings into module blasting errors. All in all it's not a bad thing-it will keep the code tighter but for noobs (me) and older code it will require a bit more precise editing. I've come across this problem in several modules, luckily so have alot of us here and the fixes are plentifull...

This list is based on users active over the last 60 minutes.