I use a program for making web forms called Simfatic Forms.
I was trying out the latest beta and uploaded a from to my local webserver (running via XAMPP).
There I got a bunch of errors, but the form was still displayed:
Quote
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forms\users\includes\users-lib.php on line 3143
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forms\users\includes\users-lib.php on line 6878
Strict Standards: Redefining already defined constructor for class Crypt_Blowfish_ECB in C:\xampp\htdocs\forms\users\includes\users-lib.php on line 13104
Strict Standards: Declaration of FM_ThankYouPage::Process() should be compatible with that of FM_Module::Process() in C:\xampp\htdocs\forms\users\includes\users-lib.php on line 10476
Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\htdocs\forms\users\includes\users-lib.php on line 6878
Strict Standards: Redefining already defined constructor for class Crypt_Blowfish_ECB in C:\xampp\htdocs\forms\users\includes\users-lib.php on line 13104
Strict Standards: Declaration of FM_ThankYouPage::Process() should be compatible with that of FM_Module::Process() in C:\xampp\htdocs\forms\users\includes\users-lib.php on line 10476
According to the developer of the program, Simfatic Forms does not differentiate between online and offline storage (local or on the Internet), he said that, according to the error messages, I must have E_STRICT enabled, and advises me to turn it off.
He also sent me a Google search link, but the pages all those links refer to might as well have written in Chinese as far as I am concerned.
Here is what I did:
Now, in my php.ini file, I found a line saying: "error_reporting = E_ALL | E_STRICT"
I removed the "| E_STRICT" bit, just leaving E_ALL.
After restarting XAMPP, the error just remained.
Could someone please tell me "IN plain English" if that was the right way to turn off E_STRICT or if I should have done it differently?
Let me just re-iterate: I am running this server locally, using the latest version of XAMPP (version 1.7.4).
All help will be very much appreciated.














