Topic: How to Install Chevereto code???

http://i49.tinypic.com/10mrn7l.png

Hey there, I tried to install Chevereto image hosting script on my PC using WAMP server...but didn't worked well sad:(:(....I haven't changed anything in any file...I just downloaded this script and kept the UPLOAD folder content in my www folder.... but see how it is displaying?????? mad mad mad please could anybody help me .....

Thanks in advance

Thumbs up

Re: How to Install Chevereto code???

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 big_smile .

Thumbs up

Re: How to Install Chevereto code???

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 big_smile .


yeah I tried ..... then it is coming like this .....please help meeeeeeeeee sad:(:(

http://i48.tinypic.com/k7ss3.png

Last edited by No1 (2010-02-10 13:33:11)

Thumbs up

Re: How to Install Chevereto code???

just run the script on your real server and everything gonna be fine

Thumbs up

Re: How to Install Chevereto code???

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 big_smile .


yeah I tried ..... then it is coming like this .....please help meeeeeeeeee sad:(:(

<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)

Thumbs up

Re: How to Install Chevereto code???

DOne.......but still the same error is coming ..... commeneted the lines from 59 to 64 big_smile

http://i46.tinypic.com/2whf78h.png

Thumbs up

Re: How to Install Chevereto code???

No1 wrote:

DOne.......but still the same error is coming ..... commeneted the lines from 59 to 64 big_smile

http://i46.tinypic.com/2whf78h.png

Ow yikes I'm so sorry I forgot to say you had to do that in engine.php . My bad wink

Thumbs up