help me : error site

Admiror Frames gives the ability to add decorative frame around content, no matter what the content is.
There are a few templates to chose from and you can adjust frames to fit your site design.
Admiror Frames is a nativ Joomla! 2.5, Joomla! 1.7, Joomla! 1.6 and 1.5 Content plugin. One instaler for all Joomla! versions, except 1.0.
Post Reply
Message
Author
chriszaka
Posts: 1
Joined: Tue May 29, 2018 6:23 pm

help me : error site

#1 Post by chriszaka »

Hello !

Please, help me
error: Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; plgContentAdmirorcolumnizer has a deprecated constructor in /home/ocean501/public_html/plugins/content/admirorcolumnizer/admirorcolumnizer.php on line 20


it is resolved.

Admiror Gallery 5 - Fundraising Campaign

User avatar
Vasiljevski
Developer
Developer
Posts: 1258
Joined: Sat Aug 14, 2010 9:31 pm
Location: Novi Sad, Serbia
Contact:

Re: help me : error site

#2 Post by Vasiljevski »

You can just change the line 23, from:

Code: Select all

    function plgContentAdmirorcolumnizer(&$subject) {
to

Code: Select all

 function __construct(&$subject) {
I will fix this in one of the next releases.
Help Admiror Gallery become even better,
give us a review on JED

Post Reply