• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Not found (404) The server can't find the requested page !!!

Status
Not open for further replies.

MackKnife

CEO & Founder of The Everlasting Legends
After i Installed 2.0.18 and upload a image i get this error :

Not found (404) The server can't find the requested page


The picture is uploaded but the redirect to the page with all the links isnt working ...


we use 2.0.11 before on the same server (that version is working) and yes this is a fresh and clean inst.


dont know how to fix that , we proved it on serval Computers ... didnt work on anyone ...



MackKnife
 
Images are being uploaded so it's not an error regarding the uploader.
I have notice that /contact or /pages doesn't work. Do you have mod_rewrite enabled?
 
I see, please enable error reporting and please upload a fresh installation with the default theme.
Thanks.
 
I'm getting the same error

Not found (404) The server can't find the requested page !!!
while the image is atually uploaded

fresh install, mod_rewrite enebled

this error is only with error_reporting enabled
PHP Warning: imagecolorsforindex(): Color index 255 out of range in /var/www/pics/includes/classes/class.upload.php on line 432

if i comment out the function on line 432, i get 404 with nothing in error_log
Code:
                $transparent_index = imagecolortransparent($source);
                if ($transparent_index >= 0) {
                        //$transparent_color = imagecolorsforindex($source, $transparent_index);
                        //$transparent_index = imagecolorallocate($target, $transparent_color['red'], $transparent_color['green'], $transpar$
                        //imagefill($target, 0, 0, $transparent_index);
                        //imagecolortransparent($target, $transparent_index);
                } else {
                        //$color = imagecolorallocatealpha($target, 0, 0, 0, 127);
                        //imagefill($target, 0, 0, $color);
                }
🙁
 
Do you have a URL where I can see this error in action?
 
Status
Not open for further replies.
Back
Top