PDA

View Full Version : Does this script always not work?


PokeFerno
05-10-2014, 11:18 AM
Strict Standards: Declaration of File::getBasename() should be compatible with SplFileInfo::getBasename($suffix = NULL) in /home/pokefern/public_html/adoptables/classes/class_file.php on line 19

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/pokefern/public_html/adoptables/classes/class_file.php:19) in /home/pokefern/public_html/adoptables/classes/class_session.php on line 13

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/pokefern/public_html/adoptables/classes/class_file.php:19) in /home/pokefern/public_html/adoptables/classes/class_session.php on line 13

Strict Standards: Declaration of AdminSidebar::setDivision() should be compatible with Sidebar::setDivision(GUIComponent $module) in /home/pokefern/public_html/adoptables/classes/class_adminsidebar.php on line 16

What does this even mean.....

krazykat1980
05-10-2014, 11:24 AM
Those are just annoying warnings - they don't prevent anything from working (or so I've read)...

you can hunt down each one like in this post http://www.mysidiaadoptables.com/forum/showthread.php?t=4470 and fix them - or someone might be able to tell you how to turn off strict error reporting... there's also a post in this forum somewhere that tells how to get rid of the 'header already sent' warnings too

PokeFerno
05-10-2014, 11:36 AM
Those codes did mess with the way my site worked. It didn't allow my access to the ACP

PokeFerno
05-10-2014, 11:38 AM
NEVERMIND I finally got it to work on something.

Hall of Famer
05-10-2014, 12:18 PM
Well the fact that the script does not work for you is not an indication that it wont work for others. Sometimes it has to do with the webhost, certain webhosts are better at handling this script than others.

PokeFerno
05-10-2014, 01:17 PM
Already took care of Hall of Famer