FormBuilder module - fatal error using 'xml form import'
Posted: Tue Dec 09, 2008 10:13 pm
Hi,
I've encountered an issue on two implementations of CMSMS and FormBuilder. On both (on several occasions on each) I've tried to export an existing form from within FormBuilder and then import it (either into the same CMSMS implementation to create a duplicate form, or to a different CMSMS install - eg moving a project from localhost to live. On each occasion I get the errors on screen after what appears initially to be a successful install:
For reference, line 1142 of the Field.class.php file contains:
Any attempt to then navigate into the particular form also produces this same error on screen. As does attempting to delete it.
I've seen a German post mentioning the same thing, but I only speak "ein bisschen deutsch" to not able to understand the full nature of what was happening.
Anyone else have any ideas?
Thanks
Alan
I've encountered an issue on two implementations of CMSMS and FormBuilder. On both (on several occasions on each) I've tried to export an existing form from within FormBuilder and then import it (either into the same CMSMS implementation to create a duplicate form, or to a different CMSMS install - eg moving a project from localhost to live. On each occasion I get the errors on screen after what appears initially to be a successful install:
Code: Select all
Warning: fbForm::require_once(<path>\modules\FormBuilder\classes/Field.class.php) [fbform.require-once]: failed to open stream: No such file or directory in <path>\modules\FormBuilder\classes\Form.class.php on line 1142
Fatal error: fbForm::require_once() [function.require]: Failed opening required '<path>\modules\FormBuilder\classes/Field.class.php' (include_path='.;C:\php5\pear') in <path>\modules\FormBuilder\classes\Form.class.php on line 1142
Code: Select all
require_once dirname(__FILE__).'/'.$classFile;
I've seen a German post mentioning the same thing, but I only speak "ein bisschen deutsch" to not able to understand the full nature of what was happening.
Anyone else have any ideas?
Thanks
Alan