I have be trying to restore a clients lost website and rebild hi Chronoforms which were working fine before.
Upon submission the form does deliver the data but redirects to a lengthy page wit hthis type of code:
PHP Notice: Undefined index: B2 in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 285
PHP Notice: Undefined index: B2 in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 288
PHP Notice: Undefined variable: omittedlist in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 335
PHP Notice: Undefined property: stdClass::$ApplicantFirstName in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 346
PHP Notice: Undefined property: stdClass::$AplicanMI in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 346
PHP Notice: Undefined property: stdClass::$ApplicantLastName in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 346
PHP Notice: Undefined property: stdClass::$ApplicantDOB in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 346
PHP Notice: Undefined property: stdClass::$ApplicantAddress in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 346
I have no idea what this is or what to do about it but I have tried setting a redirect but that does not seem to work.
I should add I'm a windows server. Could this be a permissions issue?
I tried the suggestion made in another thread:
When I did this I a Joomla error saying:
When I tried inputting a redirect then the form data was never delivered. Without a redirect I get the form data but then get a screen of error codes as listed above.
Any help would be appreciated.<br><br>Post edited by: bvrettski, at: 2008/03/18 18:37
Upon submission the form does deliver the data but redirects to a lengthy page wit hthis type of code:
PHP Notice: Undefined index: B2 in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 285
PHP Notice: Undefined index: B2 in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 288
PHP Notice: Undefined variable: omittedlist in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 335
PHP Notice: Undefined property: stdClass::$ApplicantFirstName in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 346
PHP Notice: Undefined property: stdClass::$AplicanMI in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 346
PHP Notice: Undefined property: stdClass::$ApplicantLastName in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 346
PHP Notice: Undefined property: stdClass::$ApplicantDOB in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 346
PHP Notice: Undefined property: stdClass::$ApplicantAddress in D:\SiteData\westfinadmin\InetPub\wwwroot\components\com_chronocontact\chronocontact.php on line 346
I have no idea what this is or what to do about it but I have tried setting a redirect but that does not seem to work.
I should add I'm a windows server. Could this be a permissions issue?
I tried the suggestion made in another thread:
Hi sjeesje,
In your site Global Configuration | Server tab set error reporting to 'System Default' and these should disappear. They are all fixed in ChronoForms 2.3.7 and hopefully also in the next release for Joomla 1.5
Bob
Bob Janes
info at greyhead.net
When I did this I a Joomla error saying:
PHP Warning: fopen(D:/sitedata/westfinadmin/Inetpub/wwwroot//configuration.php) [function.fopen]: failed to open stream: Permission denied in D:\SiteData\westfinadmin\InetPub\wwwroot\administrator\components\com_config\admin.config.php on line 361
When I tried inputting a redirect then the form data was never delivered. Without a redirect I get the form data but then get a screen of error codes as listed above.
Any help would be appreciated.<br><br>Post edited by: bvrettski, at: 2008/03/18 18:37
I was able to work around this by turning error reporting to "None" and redirecting the page. It seems to be working but noticed that my client is using joomla 1.0.12. I should probably update him to 1.0.15 and maybe this will be fixed?
Then turn error reporting back or "system default"?
Then turn error reporting back or "system default"?
Hi bvrettski,
I dont think joomla upgrade will fix it, I also think that only the "page redirection" will solve it, you can redirect the user to whatever page after submission and those errors will not show up!
which chronoforms version do you have ?
Cheers
Max
I dont think joomla upgrade will fix it, I also think that only the "page redirection" will solve it, you can redirect the user to whatever page after submission and those errors will not show up!
which chronoforms version do you have ?
Cheers
Max
This topic is locked and no more replies can be posted.