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