• 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

Update to 3.8 gone wrong...

Status
Not open for further replies.

AshleyUK

💖 Chevereto Fan
Hi,

After update from 3.75 to 3.80 via admin menu i see:
Chevereto version 3.8.0 (3.7.5 DB) install update check for updates

and in Notice:
System database is outdated. You need to run the update tool.

+ getting 10 emails every minute from the site
"System notification: Chevereto update available"

If i click the update, it does not do anything, now the site does not work. Any suggestions?
 
There must be be something weird in your database. Try doing manual install (/install?debug) then run these queries directly in phpmyadmin.
 
yes it was database issue, i had to query manual and made new installation. But now i am not able to upload any imgs, getting error

"POST /json HTTP/1.1" 500 5

do i miss some php lib?
 
I'm sorry you are having issues, after debugging your server I've found your issue:

Code:
2016/07/25 17:49:59 [error] 741#741: *216 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught Error: Call to undefined function G\utf8_encode() in /lib/G/functions.php:1116

Confirmed via phpinfo, UTF-8 support is not present in your PHP setup. UTF-8 libraries are PHP standard libraries and those are a must for Chevereto. You will need to re-compile your PHP.

Maybe this could help you: http://stackoverflow.com/questions/35701730/utf8-endecode-removed-from-php7
 
Status
Not open for further replies.
Back
Top