No1 wrote:gamerlv wrote:Check in your wamp server menu if php short hand is on, if not set it on.
If you don't know where to look, i think it is in wamp server -> php- > php settings -> php short hand. I'm however not 100% sure about this and can't check since i'm on ubuntu linux
.
yeah I tried ..... then it is coming like this .....please help meeeeeeeeee
:(:(
<img removed>
This is normal and expected since you run wamp. For those who want to know why, read on if not skip the next bit)
tell why it said this, it is bacuase it tries to look up in the dns if there's and address for 127.0.0.1 or in case you use localhost it tries to lookup the ip for localhost. Now since this isn't in any dns system anywhere it returns an error.
To fix this (only when you run it on your server locally) just comment out the lines 59 till 63. Just remember to uncomment it again when moving to a production server.
You can also modify it so it checks if your on a local server but that's easy and if you know php you can do that your self.
Either way will make it run on a wamp server.
--Gamerlv
Last edited by gamerlv (2010-02-10 15:17:07)