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".
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mdee created topic »How to implement returnpage ?« 01:00 AM
- mazdev responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 24. May
- nestormateo responded to »Fillters in Clip« 24. May
- damon responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 24. May
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
- mesteele101 responded to »Problem in Database Connection« 21. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
FormExpress and PHP>4.3.5: Easy fix!
-
- Rank: Softmore
- Registered: May 22, 2004
- Last visit: Apr 03, 2010
- Posts: 451
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...
- Moderated by:
- Support
