PDA

View Full Version : acp error


Mortain
11-13-2015, 09:58 PM
Strict Standards: Declaration of AdminSidebar::setDivision() should be compatible with Sidebar::setDivision(GUIComponent $module) in /home/nirainia/public_html/classes/class_adminsidebar.php on line 18

Hall of Famer
11-14-2015, 12:53 AM
Well this is just a warning, it wont affect your site so it should still function normally. If the message annoys you, download the attachment and place it inside directory /classes, and it should fix your problem.

Mortain
11-14-2015, 02:25 AM
thank you.

Mortain
11-14-2015, 02:26 AM
now i have this one


Strict Standards: Declaration of DropdownList::add() should be compatible with GUIContainer::add(GUIComponent $component, $index = -1) in /home/nirainia/public_html/classes/class_dropdownlist.php on line 184

Hall of Famer
11-14-2015, 05:54 AM
Well its another strict standard error, you may just turn it off it annoys you. Note strict standard errors by default aint enabled in PHP 5.3, which is why the script wasnt tested against it when it was released.

To fix your issue, download this file and place it in /classes folder, it should overwrite the older file.

Mortain
11-14-2015, 06:51 AM
Strict Standards: Declaration of RadioList::add() should be compatible with GUIContainer::add(GUIComponent $component, $index = -1) in /home/nirainia/public_html/classes/class_radiolist.php on line 68

Hall of Famer
11-14-2015, 08:39 AM
Oh another. Download the two other attachments and upload them to /classes folder, it should fix every strict standard error though. Alternative, you may disable error reporting for strict standard, as it doesnt really make your site stop functioning.