I want to start off, being new here and all, by thanking you for this great software. I really see this being a big part of our company while we build client's websites (even more thanks for integrating with WordPress... our platform of choice).
I am currently having problems with the spam detection using the submission pre-parser module. It was working fine before upgrading the core to 2.0.0-beta-20091101 & pre-parser to 1.0.0-beta-20090518 (upgraded them both at the same time). Other rules are working just fine (such as script that renames file uploads so they don't include apostrophes [was causing a 404 error... I've submitted it to the bug tracker with my solution to the problem.]). But I digress...
When a submission leaves the field blank it works fine. When a submission has the field filled it hangs at the process.php page with
The entry doesn't get added to the form submissions database, but an email still gets sent out (all variables blank).
Let me know if you would like additional resources to help figure out what's causing this error, and I'll be glad to provide it to you. Thanks in advance for any time you spend helping me solve this.
I am currently having problems with the spam detection using the submission pre-parser module. It was working fine before upgrading the core to 2.0.0-beta-20091101 & pre-parser to 1.0.0-beta-20090518 (upgraded them both at the same time). Other rules are working just fine (such as script that renames file uploads so they don't include apostrophes [was causing a 404 error... I've submitted it to the bug tracker with my solution to the problem.]). But I digress...
When a submission leaves the field blank it works fine. When a submission has the field filled it hangs at the process.php page with
Code:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/content/1/2/3/123admin/html/formtools/global/code/submissions.php on line 516
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/content/1/2/3/123admin/html/formtools/global/code/submissions.php on line 516
Warning: Cannot modify header information - headers already sent by (output started at /home/content/1/2/3/123admin/html/formtools/global/code/submissions.php:516) in /home/content/1/2/3/123admin/html/formtools/process.php on line 342
The entry doesn't get added to the form submissions database, but an email still gets sent out (all variables blank).
Let me know if you would like additional resources to help figure out what's causing this error, and I'll be glad to provide it to you. Thanks in advance for any time you spend helping me solve this.