• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

How to Install Chevereto code???

No1

Chevereto Noob
10mrn7l.png


Hey there, I tried to install Chevereto image hosting script on my PC using WAMP server...but didn't worked well :(:(:(....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
 
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 :D .
 
gamerlv said:
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 :D .


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

k7ss3.png
 
No1 said:
gamerlv said:
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 :D .


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
 
DOne.......but still the same error is coming ..... commeneted the lines from 59 to 64 :D

2whf78h.png
 
No1 said:
DOne.......but still the same error is coming ..... commeneted the lines from 59 to 64 :D

2whf78h.png
Ow :eek: I'm so sorry I forgot to say you had to do that in engine.php . My bad ;)
 
Back
Top