Topic: English FAQ

English FAQ
This is just a collection most commonly ask question I found on this forum.

Q: Does Chevereto support multiple image uploading?
A: No, it does not.

Q: Is Chevereto going to support multiple image uploading?
A: It is not on the planing as of right now.

Q: How do I install Chevereto?
A: just get the zip from the site , extract the upload folder and upload it to your site.

Common Errors and fixes

Q: I get this error: Critital error: Invalid $PATH_SERVER, edit it manually in config.php What do i do?
A: First try putting in "/" If that does not work try putting in /public_html or what the path is ni your FTP program.

Q: I get the error Invalid file type, allowed JPG, PNG, GIF and BMP or Critital error: Chevereto can't upload files. Please enable FTP mode in config.php
A: Make sure your working and image directory are chmoded to 777.

Q: Remote upload doesn't seem to work..
A: Make sure Curl is installed and active on your server. If it's not ask your host.

Q: I get this error: Critital error: Invalid $DOM_SCRIPT, edit it manually in config.php What do i do?
A: This usaly means you are running Chevereto on a local server. Here there are 2 thing you can do:

  • Upload you Chevereto installation to a working server.

  • Use a hack to get it working locally. This should not be used if you are using it on a production server because the check is there for you safety.

gamerlv wrote:

it is because 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 in engine.php. 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/xampp server.

--Gamerlv

(Sligthy modified for the FAQ)

Note: Some people seem to mistaken how to fill in the variable $DOM_SCRIPT.
This is correct:

$DOM_SCRIPT = 'example.com'; // --> yoursite.com

And this is wrong:

$DOM_SCRIPT = $_SERVER['example.com']; // --> yoursite.com

Q: The page doesn't get rendered right, Why is that?
A: If you see <? some text ?> every where on the page it means that php shorthand isn't enabled on your server.
For a wamp server: WAMP icon -> php -> php settings -> Short open tag.
For any other server:

  • open php.ini

  • Find short_open_tag

  • Change off to on

If there are any comment or things I forgot please tell and i will add them.

Last edited by gamerlv (2010-02-28 04:28:07)

Thumbs up

Re: English FAQ

Thanks.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: English FAQ

administator help

Thumbs up

Re: English FAQ

rallak wrote:

administator help

What do you mean? Please elaborate.

Thumbs up

Re: English FAQ

I am working to establish a review site using this forum as a helpful example .... http://www.heavymusic.com

Thumbs up