error message PHP under Joomla 3.5 et php 7
-
carabao
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 6
-
Thank you received: 0
-
-
8 years 7 months ago #4876
by carabao
hello,
I have an error message PHP under joomla 3.5 and php 7. Would it be possible to correct this error php?
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; autoGroupTab has a deprecated constructor in /home/sactastb/public_html/components/com_comprofiler/plugin/user/plug_autogroup/autogroup.php on line 20
Thank you very much
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
8 years 7 months ago #4877
by admin
Of course,
thanks for reporting. It is just enough to replace line 24:
public function autoGroupTab() {
With the following:
public function __construct() {
I will release the new package in a couple of hours, or less.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
8 years 7 months ago #4878
by admin
The following user(s) said Thank You: carabao
Please Log in or Create an account to join the conversation.
-
carabao
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 6
-
Thank you received: 0
-
-
8 years 7 months ago - 8 years 7 months ago #4879
by carabao
it is ok, not error message php
Thank You
Last edit: 8 years 7 months ago by carabao.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Time to create page: 0.151 seconds