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

Update to 2.1

Status
Not open for further replies.

Gunz

Chevereto Member
Hello guys,

I'm trying to update the script to 2.1. I updated all the file, merge config. Now i updated the file update.php but when i try to log in on admin pannel the password is wrong. I mean i can't access.

I tried also to change the password but always same problem.

http://www.s4.imagestorming.com/test/update.php
 
Hmm that is a very weird problem. Especially since you installed a clean script.

Who are you hosting with?
 
xxshabsxx said:
Hmm that is a very weird problem. Especially since you installed a clean script.

Who are you hosting with?

I have a dedicated so i can modify all i want. The problem is that script 2.0 works fine.
 
Hmm I can't say I've had a problem like that before.

Are you sure you're setting all the values correctly (such as the database and the salt?), because if only you are having an issue with the script then you must have set something wrong.

And I can't seem to replicate it either.
 
I actived php error log, about that problem "If the upload is completed, the redirect is to a white page, for example."

now show "onAllComplete window.location"

I have the same problem here www.dev.chevereto.com
 
Hmm, I get the error on the cheverator dev site as well, but not with demo.chevereto.com

Weird. Guess your going to have to wait for Rod
 
you should avoid caching php with cloudflare, I have faced similar issues with that.
go to your clodflare, add page rules to bypass cache on domain.com/*.php
 
Rodolfo said:
you should avoid caching php with cloudflare, I have faced similar issues with that.
go to your clodflare, add page rules to bypass cache on domain.com/*.php

Thank you for answer. I tested and seems to not work.

imagestorming.com.com/*.php
Cache level: Bypass cache

However to be sure that it's not a problem related to cloudflare, i disabled it for the domain s4.imagestorming.com, the DNS are updated and point to my server. The problem persist

onAllComplete window.location: http://www.s4.imagestorming.com/test2/image/y

If i go to the url http://www.s4.imagestorming.com/test2/image/y

this is the error "Fatal error: Call to undefined function bcadd() in /home/admin/s4.imagestorming.com/test2/includes/functions.php on line 290"

9/10 give me error about flood protector.

http://www.s4.imagestorming.com/test2/
 
You have several problems regarding to bad server setup.
First of all "onAllComplete window.location" is not an error, is because you have enabled the error reporting.

Secondly, bcadd is a php core function introduced in PHP4. It cames by default on every PHP so if you don't have it is because you have disable it. http://php.net/manual/en/function.bcadd.php

Finally, it seems that you have issues with your sessions thats why the flood protector keep shouting that.

Please make sure to fix your server config.
 
Status
Not open for further replies.
Back
Top