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

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