View Single Post
  #1  
Old 11-05-2013, 03:53 AM
MikiHeart's Avatar
MikiHeart MikiHeart is offline
Premium Member
 
Join Date: Apr 2009
Posts: 187
Gender: Female
Credits: 21,076
MikiHeart
Default Errors with WAMP

I know I keep posting a lot of threads, I'm sorry XD

I can get the script to work in WAMP. Because I want to develop it on my computer and create my own mods, without having to have it on a live server. You must know how much of a pain it is to ftp upload and download files all the time.

And then someone could find it, have access and start signing up and doing things you don't want.

Where on my computer with WAMP, I can control everything, keep it private, and use GIT.

So far I've only tested installing and logging in (I did have problems with installing, it wouldn't connect to the database. So I took out where it requires a password to be entered for the database and it installed correctly)

I get this error:

Notice: Undefined variable: controller in C:\wamp\www\adopts\classes\class_language.php on line 111

and this one:

Notice: Undefined property: DocumentRenderer::$thematicBreak in C:\wamp\www\adopts\classes\class_guirenderer.php on line 184

The second one shows up a half a dozen times. While I can turn off errors, that's no good for when I'm developing mods.
Reply With Quote