View Single Post
  #16  
Old 01-29-2014, 09:07 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 128,122
Kyttias is on a distinguished road
Default

Quote:
Originally Posted by Kesstryl View Post
ah yeah I'll probably do that. I liked having that feature because it helps me find bugs in my own edits and coding, but it's quite cumbersome as you can see when I have to scroll through all that to use the actual site as it's squished to the bottom. At least I can now do something lol. Thanks to everyone who helped. After I poke around for a bit, if this interests anyone, i'll write up a guide for getting mysidia to work on WAMPP for people who want to develop there first before deploying online.
I'm glad you got it working. Yeah, I had all the same notice errors you did, I ended up setting error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT in php.ini. (I had a Strict warning pop up somewhere, I can't remember where, during registration, I think? So I turned it off, too. -o-~)

I figure he'll weed out the notices in future versions of Mysidia. We're using a later version of PHP than the one he originally wrote the GUI in, so it's complaining about things that don't line up with best practices, but haven't yet been ruled as obsolete. I know how you feel about wanting to leave it on so you can fix your own errors.

Definitely write up a tutorial so people using WAMP know they need to configure a couple things, that'd be great~!

Last edited by Kyttias; 01-29-2014 at 09:15 PM.
Reply With Quote