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

V3 update to V4.0.6 faile

Status
Not open for further replies.

watara

Chevereto Member
Hello, I want upgrade chevereto V3 to V4.0.6, I flow the guide:
  • Remove app/vendor from your Chevereto V3 installation
  • Override Chevereto V3 files with Chevereto V4 files
  • Switch to PHP 8
  • Create app/env.php (see remark below)
  • Proceed with database update
when I do "database update" ,run the command "I followed the documentation" failed,here is error log:
==============================================================================

nginx@lab:/data/webroot/chevereto$ php8.2 app/bin/legacy -C update
Error thrown in /data/webroot/chevereto/app/legacy/install/installer.php:2023

# Message
Call to undefined method Chevere\Message\Message::withStrtr()

# Incident ID:63ba9a4f15ad8

# Time
2023-01-08T10:26:23+00:00 [1673173583]

# Stack trace
------------------------------------------------------------
#0 /data/webroot/chevereto/app/legacy/install/installer.php:2023
{main}()
------------------------------------------------------------
#1 /data/webroot/chevereto/app/legacy/commands/update.php:18
require_once()
------------------------------------------------------------
#2 /data/webroot/chevereto/app/legacy/entrypoints/cli.php:53
require_once(string(length=58))
------------------------------------------------------------
#3 /data/webroot/chevereto/app/bin/legacy:13
require_once(string(length=58))
------------------------------------------------------------

# Server
Linux lab 4.19.0-11-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
==============================================================================


Please help me,thinks
 
Last edited:
🔒 This bug report is locked pending 60 day resolution. Having same issue? Give a like to say "me too".
 
1673522546755.png

The withStrtr method is called only when there was another error in the install process, is not "the" error.
 
Status
Not open for further replies.
Back
Top