Hi. We have recently upgraded from V3.0Stable to V3.1 RC5.5 but we are experiencing some problems;
- we are unable to save / apply in the admin end. we get the following error, Warning: require_once [function.require-once]: failed to open stream: No such file or directory in /var/www/ws/public_html/zzz/administrator/components/com_chronocontact/admin.chronocontact.php(2736) : eval()'d code on line 1
- In the front end, the forms email the reponses with no problems but they dont seem to be storing them in the database table that the form is connected to?
Any help with this would be greatly appreciated, thank you in advance.
- we are unable to save / apply in the admin end. we get the following error, Warning: require_once [function.require-once]: failed to open stream: No such file or directory in /var/www/ws/public_html/zzz/administrator/components/com_chronocontact/admin.chronocontact.php(2736) : eval()'d code on line 1
- In the front end, the forms email the reponses with no problems but they dont seem to be storing them in the database table that the form is connected to?
Any help with this would be greatly appreciated, thank you in advance.
Hi sclarkstone,
The error is from a function called generateFieldsNamesTypes($htmlcode) I think that it is trying to evaluate your form html to extract a list of field names from it. Seems that it's finding an error on the first line - this could be becasue the code is empty; or it has an error; or something else. Please will you check what is in the first few lines?
Bob
The error is from a function called generateFieldsNamesTypes($htmlcode) I think that it is trying to evaluate your form html to extract a list of field names from it. Seems that it's finding an error on the first line - this could be becasue the code is empty; or it has an error; or something else. Please will you check what is in the first few lines?
Bob
Thank you for responding. The first line is the connection string to the database which is in an include file using require_once. Hard coded the connection string into the form html and it worked fine. for some reason the new versin of chronoform does not like the path value, it has never errored before upgrading.
This topic is locked and no more replies can be posted.
