|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-06-05 17:06 UTC] gthaynes at hotmail dot com
[2008-06-05 17:27 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 22 08:00:02 2025 UTC |
Description: ------------ When I try to create a new form using FormExpress in PostNuke 0.7.6.4, I always get the following error: Error! Sorry! Creation attempt failedINSERT INTO pn_FormExpress ( pn_FormExpress.fx_form_id , pn_FormExpress.fx_form_name , pn_FormExpress.fx_description , pn_FormExpress.fx_submit_action , pn_FormExpress.fx_success_action , pn_FormExpress.fx_failure_action , pn_FormExpress.fx_onload_action , pn_FormExpress.fx_validation_action , pn_FormExpress.fx_active , pn_FormExpress.fx_language , pn_FormExpress.fx_input_name_suffix ) VALUES ( 0 , 'app' , '' , '{FormExpress:sendmail&email_address=\'rotntwoday@desecrationofdrenden.com\'}' , '{FormExpress:display_message&type=\'success\'&message=\'Your message has been sent\'}' , '{FormExpress:display_message&type=\'failure\'&message=\'Ooops! Something horrid has happened!\'}' , '' , '' , '' , '' , '1212684597' ) It had been working correctly in an earlier installation, and I'm not sure if the version was different. postnuke became corrupt, and the System module "models" stopped functioning. I did a clean install of postnuke, installed FormExpress 0.3.5 and get this problem. Any help I can get would be appreciated.