Thread: Mys 1.3.3 Background Mod
View Single Post
  #7  
Old 04-15-2015, 05:34 PM
Missy Master's Avatar
Missy Master Missy Master is offline
Pet-Sim.Online
 
Join Date: Jan 2010
Posts: 475
Gender: Unknown/Other
Credits: 45,828
Missy Master is an unknown quantity at this point
Default

I was able to implement adding in items that are shown under the Pet image a long time ago in 1.3.4, and I compared that item function to this one, and I swear I don't see whats missing or wrong! xD

There's likely just ONE thing I am missing somewhere.

Now I'm setting up a 1.3.3 site to test this, and getting all the Strict Standards and headers already sent stuff

Code:
Strict Standards: Declaration of File::getBasename() should be compatible with SplFileInfo::getBasename($suffix = NULL) in /home/petsim/public_html/Etheria/classes/class_file.php on line 19

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

Warning: Cannot modify header information - headers already sent by (output started at /home/petsim/public_html/Etheria/classes/class_file.php:19) in /home/petsim/public_html/Etheria/classes/abstract/abstract_usercreator.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /home/petsim/public_html/Etheria/classes/class_file.php:19) in /home/petsim/public_html/Etheria/classes/abstract/abstract_usercreator.php on line 25

Warning: Cannot modify header information - headers already sent by (output started at /home/petsim/public_html/Etheria/classes/class_file.php:19) in /home/petsim/public_html/Etheria/classes/abstract/abstract_usercreator.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /home/petsim/public_html/Etheria/classes/class_file.php:19) in /home/petsim/public_html/Etheria/classes/abstract/abstract_usercreator.php on line 25

Plus it wont let me stay logged in lol!! So I will test this on 1.3 but its gonna take a bit!

Gotta work this out cos there are a lot of mods for 1.3.3 I really want to use, so .. I just need to get this going.
Reply With Quote