• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Error 404 - Not Found

Status
Not open for further replies.
If you get a 404 there is because the directory /img doesn't exists. Wordpress has a .htaccess rule wich only load wp on non existing files/directories.
Are you sure that the /img folder exists?
 
Ahh... Finally, someone noticed my post!

Yes, the 'img' folder was created using the FTP program (Filezilla in this case). I am just wondering what I've could have missed out, probably something to do with the config.php file.

Anyway, I have also tested the script on another site- www.unikaudio.com/jalak/

It's a non-Wordpress site and I was greeted with a different error... "500 Internal Server Error". OUCH!

In both cases, I have already manually setup the corresponding chevereto database... I would like to get some guidance before I proceed to change anything drastic. I am definitely overlooking something here.

If you get a 404 there is because the directory /img doesn't exists. Wordpress has a .htaccess rule wich only load wp on non existing files/directories.
Are you sure that the /img folder exists?
 
Thing is that if the folder img exists the only way to wp override that folder is by a .htaccess rule. And for the other site it could be also a htaccess rule but I really doubt it, I'm thinking more on a server override.
This has nothing to do with the dB or the configuration file, this is about your server.

If you want I can look up on your server, just give me FTP access and I will look up. Otherwise I can't help you because we will stuck forever in a loop. Send me the data to admin@chevereto.com
 
I don't know why your server is refusing to parse -MultiViews and +FollowSymLinks options in the .htaccess file. Once I delete those the script loads. That is very strange but removing those the script works.
Example: http://www.unikaudio.com/jalak/P

I've set the admin pass to run the site, you should change it on the config file 😉
 
Hi Rodolfo, thanks for the prompt assistance! I will follow your steps and see if I can install them on the other sites.

Thanks again!
 
Hi Rodolfo, I pretty much got it working on my other sites.

One question though, what's the definition.php for? I mean, why do I need to change the value inside of
Code:
define("__CHV_CRYPT_SALT__", "changeme");

It's mentioned in the comment that if I want to change it, I'd better change it before I start uploading my images.
 
That generates the alpha id. It needs to be set so diferent clients have different alpha id.
 
Status
Not open for further replies.
Back
Top