spooks, on 17 March 2010, 16:05, said:
Try the contact_us (i assume u updated that too) form, if you leave the e-mail address blank, on submit you will get returned to to form with with error, you should see what you placed b4, if not try commenting out the line
clean_post ();ie change to
// clean_post;
If your data issues vanish, then its you server not recognising the regex expression, if so ask your host why the server appears not to understand perl syntax regex expressions.
Yu could also check your error log to see if that is showing anything.
Yep! Your right! If I comment out the clean_post the contact us page works. But I'm guessing doing that isn't a good thing.
As you suggested I also checked my error log and found >>
1. PHP Notice: Undefined index: email_address in /xxxxxxxxxx/httpdocs/catalog/login.php on line 17, referer:
2. PHP Warning: Compilation failed: PCRE does not support \\L, \\l, \\N, \\P, \\p, \\U, \\u, or \\X at offset 3 in /xxxxxxxxxx/catalog/includes/functions/account_secure.php on line 39, referer:
Are these causing the problem and can it be fixed?














