"deprecated constructor" error of AJAX Register on PHP 7.0.4
- baijianpeng
- Topic Author
- Offline
- New Member
Less
More
- Posts: 12
- Thank you received: 0
8 years 8 months ago #7630
by baijianpeng
Today I made a test: upgrade my Joomla core to Joomla 3.5.0 RC, and upgrade my PHP to 7.0.4, then I got following error at frontend page :
Does this mean than Ajax Register does not support PHP 7.0 at present?
Please update this extension to support Joomla 3.5 and PHP 7 .
Thank you.
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; plgSystemAJAXRegister has a deprecated constructor in /public_html/plugins/system/ajaxregister/ajaxregister.php on line 23
Does this mean than Ajax Register does not support PHP 7.0 at present?
Please update this extension to support Joomla 3.5 and PHP 7 .
Thank you.
Please Log in or Create an account to join the conversation.
- Saka
- Offline
- Administrator
8 years 8 months ago - 8 years 8 months ago #7631
by Saka
Emir Sakic
www.sakic.net
It's not error, just a deprecated message. Turn off displaying deprecated notices.
It has been removed from the plugin now so you can upgrade and test.
It has been removed from the plugin now so you can upgrade and test.
Emir Sakic
www.sakic.net
Last Edit: 8 years 8 months ago by Saka.
Please Log in or Create an account to join the conversation.