• 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.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

2.1 Redirection Problem

Ishar

Chevereto Member
I just install 2.1 version on a new server (I'm afraid to upgrade right now without trying)

First, I want to say great job, I love the file manager !

But I have a problem with redirection after upload. The file upload correctly into folder and the database register everything, but when I upload a file, a javascript windows appears "onAllComplet window.location http://xxxxxxxxx" and the redirection fails (nothing happens and I stay on homepage)

Otherwise, how the flood detection works ? I mean, what are the conditions ? Because sometimes, I don't know why but I got the alert "Flood Detection" and the file doesn't upload.

Thanks :)
 
That's the debugging mode, all you need to do is edit your config.php and disabled it.
 
Ok, I set false on :
Code:
$config['error_reporting'] = true;
and the problem is solved.

Thx :)

But I've no redirection with Firefox when I upload several images simultaneous.
 
The debug mode works by detecting consecutive request. In 2.1.1 this was tweaked a little bit.
If you are in OVH the error is likely to be a session issue. I will have to check it later Im not in my computer right now.
 
Thanks for answer Rodolfo.

Session issue... Damned OVH... So I wait you have a look (want FTP access ?)
 
nope, ask to your hosting company.

Second though... Give me FTP access I want to make a function that detect session issues.
 
OVH don't care and say it's a script issue. But your demo works properly so...

I send you a MP for FTP access.

I just installed the 2.1.1 version. I still have no redirection with Firefox and Chrome when I upload several images simultaneous but it works fine with Internet Explorer (I cannot test Safari).

I notice too that sometimes, when I want to upload some BMP files, I got a "IO Error" or a "image source doesn't exists (thumb)" alert. I tryed to upload the same BMP file on your demo and I had the same alert. At last, URL shortener doesn't works when I ask a sorter url. I think that's the same problem for all those errors (server and session).

Edit :

dorsR.jpg
 
ovh says so... well, ovh has the worst settings on theirs servers and the support sucks. If you dont know about server config avoid that company.
 
Thanks Rodolfo.

The solution explained here works properly.

Before close the thread, can you explain me what the "image source doesn't exists (thumb)" means (when I try to upload some file) and why the URL shortner doesn't works (when I check the box for a tinyurl), I got "ERROR" instead to have a link.
 
It means problably a gd error. And the tinyurl can be a block from them.
 
Have an idea how to fix it ? (you still have access on the ftp) Otherwise you can close the thread and thanks for your help :p
 
Back
Top