Bug Fix release 1.0.2 and PHP Version 5.4.23
I just installed the release 1.0.2.
Following Notices still appear...
1. In the Categories menu, when you create Categories ...
Strict Standards: Only variables should be passed by reference in /..../fp-includes/smarty/plugins/function.list_categories.php on line 33
2. In the option Contact...
Strict Standards: Non-static method SmartyValidate::connect() should not be called statically in /.../contact.php on line 40, 42, 43, 44, 45
Strict Standards: Non-static method SmartyValidate::is_valid_smarty_object() should not be called statically in /.../fp-includes/smarty/SmartyValidate.class.php on line 48
Strict Standards: Non-static method SmartyValidate::_object_instance() should not be called statically in /.../fp-includes/smarty/SmartyValidate.class.php on line 49
Strict Standards: Non-static method SmartyValidate::register_form() should not be called statically in /.../fp-includes/smarty/SmartyValidate.class.php on line 50
Strict Standards: Non-static method SmartyValidate::is_registered_form() should not be called statically in /.../fp-includes/smarty/SmartyValidate.class.php on line 83
Strict Standards: Non-static method SmartyValidate::_smarty_assign() should not be called statically in /.../fp-includes/smarty/SmartyValidate.class.php on line 92
Strict Standards: Non-static method SmartyValidate::_object_instance() should not be called statically in /.../fp-includes/smarty/SmartyValidate.class.php on line 643
........
Strict Standards: Non-static method SmartyValidate::is_registered_form() should not be called statically in /.../fp-includes/smarty/plugins/function.validate.php on line 45
Strict Standards: Non-static method SmartyValidate::is_registered_validator() should not be called statically in /.../fp-includes/smarty/plugins/function.validate.php on line 63
Strict Standards: Non-static method SmartyValidate::is_registered_form() should not be called statically in /.../fp-includes/smarty/SmartyValidate.class.php on line 428
......
3. In then option... Archives 2013 December
Strict Standards: Only variables should be passed by reference in /.../fp-includes/core/core.fpdb.class.php on line 302
Thank you very much for your work.
Thank pierovdfn.
Yes. I have the latest version of FP : 1.0.2
Some questions...
- To suppress the warnings "Strict Standards"... You have to add the lines:
ini_set('display_errors', 0);
error_reporting('E_NONE');
in file defaults.php.
- Is that it?
- Are there plans to correct the Strict Standards?
- Or maybe it is not necessary?
Thank you very much.
It looks like you're new here. If you want to get involved, click one of these buttons!