PDA

View Full Version : Messed Up the Levels?


NobodysHero
06-15-2014, 08:40 PM
In my attempts to learn a bit more about how everything functions, I've managed the mess up the levels. When I attempt to go to the level settings page, it gives me a error page.

Levels/Level Settings Screenshot.
http://i.imgur.com/N9iME1i.jpg
http://i.imgur.com/gWSwWnj.jpg

Error Message Given (Level Settings): Strict Standards: Declaration of AdminSidebar::setDivision() should be compatible with Sidebar::setDivision(GUIComponent $module) in /home/mystfell/public_html/classes/class_adminsidebar.php on line 18

Fatal error: Cannot access empty property in /home/mystfell/public_html/classes/class_levelsetting.php on line 89


Error Message Given (Add Level):Strict Standards: Declaration of AdminSidebar::setDivision() should be compatible with Sidebar::setDivision(GUIComponent $module) in /home/mystfell/public_html/classes/class_adminsidebar.php on line 18

Fatal error: Cannot access empty property in /home/mystfell/public_html/classes/class_levelsetting.php on line 89

IntoRain
06-16-2014, 08:01 AM
On Level Setting's table, the NULL entry should be clicks. Change it to clicks and it should fix itself. It's usually not a good idea to mess with random rows in any _settings table, since every row is used to store your site's core information

NobodysHero
06-16-2014, 05:32 PM
That did it. Yeah, as silly as it sounds, I knew I shouldn't... Didn't stop me. T_T Momentary lapse of judgement. Thanks!

Hall of Famer
06-18-2014, 04:37 AM
umm this, how did you mess up the levels settings though? Did you edit this value in phpmyadmin? Or was it caused by a glitch in the script that I havent noticed before?

NobodysHero
06-25-2014, 12:58 PM
No, it was all user error. I think I deleted a column on accident or changed something I wasn't suppose to. :ti: All better now though.