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

Flood protection problem

Status
Not open for further replies.

cuppy

Chevereto Member
I dont know why, suddenly I can't upload image, it said flood detected. Even I am using my admin account. When I check in config.php, I see that it said "Admin user will always bypass this limits".

After that, I disable flood protection with set it to false. Even already set it to false, I also can't upload the image. Please look it at my site : http://image.maklumat.my.
 
Update : After I increased the max upload, example :

$config['max_uploads_per_minute'] = 150; // Default: 15
$config['max_uploads_per_hour'] = 300; // Default: 30
$config['max_uploads_per_day'] = 500; // Default: 50
$config['max_uploads_per_week'] = 2000; // Default: 200
$config['max_uploads_per_month'] = 5000; // Default: 500

Now I can upload image back normally, but the things that I felt weird is, I am an Admin, I will always bypass the limit right? This means that an Admin also can't bypass the limit because of the setting above? 😕

Sorry for the bad English.
 
Already sent FTP details to you. Check inbox.

p/s: Please check it within 6 hours from now as my author will update and need to use the image's site to upload images. Thanks.
 
same problems here. even if the flood detection is set to false it will keep working unless you change these values to higher ones.
 
I need to disable FTP for now as my author need to use the image site to update post in my site. Tonight I will enable it back at 00:00 AM (GMT +8). Sorry for this 😱
 
Ouch... This shouldn't be commented on functions.php
PHP:
//if(is_local() || is_admin() || !conditional_config('flood_protection')) return false;

I will release 2.2.4 only with this fix 🙁
 
Status
Not open for further replies.
Back
Top