Strict standards messages and Captcha issue in AJAX Register
- Henk
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
11 years 1 month ago - 11 years 1 month ago #7160
by Henk
Hi there,
I have two issues.
1.
I am using 2 registration forms. Both form show messages while debug is off.
Strict Standards: Only variables should be assigned by reference in /home/pkdvscmw/domains/b-onstage.nl/public_html/mid/libraries/joomla/form/form.php on line 887
Strict Standards: Non-static method JXCaptcha::getInstance() should not be called statically, assuming $this from incompatible context in /home/pkdvscmw/domains/b-onstage.nl/public_html/mid/components/com_ajaxregister/views/registration/view.html.php on line 181
Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method JXCaptchaImage::test() should not be called statically in /home/pkdvscmw/domains/b-onstage.nl/public_html/mid/components/com_ajaxregister/libraries/captcha/captcha.php on line 74
2.
Captcha is showing, but when validation failes the new code is not displayed (broken link?).
How can this be solved?
Regards,
Henk
Joomla 3.1.5 Stable
PHP 5.4.16
Link to the site:
www.b-onstage.nl/mid/notifying-authority...rveillance-authority
I have two issues.
1.
I am using 2 registration forms. Both form show messages while debug is off.
Strict Standards: Only variables should be assigned by reference in /home/pkdvscmw/domains/b-onstage.nl/public_html/mid/libraries/joomla/form/form.php on line 887
Strict Standards: Non-static method JXCaptcha::getInstance() should not be called statically, assuming $this from incompatible context in /home/pkdvscmw/domains/b-onstage.nl/public_html/mid/components/com_ajaxregister/views/registration/view.html.php on line 181
Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method JXCaptchaImage::test() should not be called statically in /home/pkdvscmw/domains/b-onstage.nl/public_html/mid/components/com_ajaxregister/libraries/captcha/captcha.php on line 74
2.
Captcha is showing, but when validation failes the new code is not displayed (broken link?).
How can this be solved?
Regards,
Henk
Joomla 3.1.5 Stable
PHP 5.4.16
Link to the site:
www.b-onstage.nl/mid/notifying-authority...rveillance-authority
Last Edit: 11 years 1 month ago by Henk.
The topic has been locked.
- Saka
- Offline
- Administrator
11 years 1 month ago #7161
by Saka
Emir Sakic
www.sakic.net
Please disable strict notices on the production site. It will solve all problems.
The stricts do not come from my component as you can see, they come from Joomla API and captcha library.
The stricts do not come from my component as you can see, they come from Joomla API and captcha library.
Emir Sakic
www.sakic.net
The topic has been locked.
- Henk
- Topic Author
- Offline
- New Member
Less
More
- Thank you received: 0
11 years 1 month ago #7166
by Henk
Thank you for your quick respons. This solves the issues.
The topic has been locked.