Hi All,
After uploading a (locally produced) site to the ISP I now get an error when sending the form.
The form plus attachment is submitted ok, but it still generates an errorcode asl follos:
Notice: Undefined variable: limitstart in D:\www\ikwilsalsadansen.nl\www\modules\mod_jw_ucd\mod_jw_ucd.php on line 249
1) is this a serious error?
2) how could i remedy it (solve it?)
The form is located at:
http://www.ikwilsalsadansen.nl/cursus-aanbod/algemenen-aanmeldingsformulier.html
Thanks in advance.
After uploading a (locally produced) site to the ISP I now get an error when sending the form.
The form plus attachment is submitted ok, but it still generates an errorcode asl follos:
Notice: Undefined variable: limitstart in D:\www\ikwilsalsadansen.nl\www\modules\mod_jw_ucd\mod_jw_ucd.php on line 249
1) is this a serious error?
2) how could i remedy it (solve it?)
The form is located at:
http://www.ikwilsalsadansen.nl/cursus-aanbod/algemenen-aanmeldingsformulier.html
Thanks in advance.
Hi obrowne,
It's not an error at all, it's a PHP Notice - in this case about a possible problem in the coding of the jw_ucd module. Nothing to do with the form as far as I can see.
Go to your Site Global Adminsitration and set Error Reporting to System Default or None and it will probably disappear.
Bob
It's not an error at all, it's a PHP Notice - in this case about a possible problem in the coding of the jw_ucd module. Nothing to do with the form as far as I can see.
Go to your Site Global Adminsitration and set Error Reporting to System Default or None and it will probably disappear.
Bob
Hi Bob,
Thanks for your suggestion.
However, i'm sorry to say it did not work. What did i do?
1) go to website global settings
2) go to server tab
3) go to section "server configuration"
4) go to row "error reporting" and set this option to "none"
Did i sonhow go to the wrong place to remedy the issue?
Thanks for your suggestion.
However, i'm sorry to say it did not work. What did i do?
1) go to website global settings
2) go to server tab
3) go to section "server configuration"
4) go to row "error reporting" and set this option to "none"
Did i sonhow go to the wrong place to remedy the issue?
Hi obrowne,
That's correct. If it doesn't work then your hosting setup is over-riding the error reporting. Check with your web host about how to edit the PHP settings for your site.
Bob
That's correct. If it doesn't work then your hosting setup is over-riding the error reporting. Check with your web host about how to edit the PHP settings for your site.
Bob
This topic is locked and no more replies can be posted.