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

That page doesn't exist in v4.0.8

Version
4.0.8
PHP version
8.2
Database driver
MariaDB
Database version
10.5.20
Web browser
firefox

yamada

Chevereto Member
*️⃣ Must open one ticket per issue. If you are experiencing multiple issues don't hesitate to create multiple tickets for each issue.

▶ Reproduction steps
  1. Update from 4.0.6 to 4.0.8
  2. Open /dashboard/albums
    => No images show
  3. Open /dashboard/albums/?list=albums&sort=date_asc&page=1
    => Some albums show
    Some urls will not working with japan, china language title
  4. Click on album to view list of images
    => No thumb show
  5. Click on image
    => error message "That page doesn't exist"
  6. Restore to v4.0.6
    => All working normal
😢 Unexpected result

The website responds with a error "That page doesn't exist".

📃 Error log message

# Server
Linux domain.dns.co 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64

Chevere\Throwable\Exceptions\ErrorException thrown in /home/USER_NAME/domain.com/app/src/Legacy/functions-render.php:485

# Message [Code #2]
Undefined array key "thumb"

# Incident ID:647015455f9f5

# Time
2023-05-26T02:11:17+00:00 [1685067077]

# Stack trace
------------------------------------------------------------
#0 /home/USER_NAME/domain.com/app/src/Legacy/functions-render.php:485
{main}()
------------------------------------------------------------
#1 /home/USER_NAME/domain.com/app/src/Legacy/Classes/Listing.php:983
Chevereto\Legacy\get_peafowl_item_list()
------------------------------------------------------------
#2 /home/USER_NAME/domain.com/content/legacy/themes/Peafowl/snippets/listing.php:36
Chevereto\Legacy\Classes\Listing->htmlOutput()
------------------------------------------------------------
#3 /home/USER_NAME/domain.com/app/src/Legacy/G/functions-render.php:32
require(string(length=79))
------------------------------------------------------------
#4 /home/USER_NAME/domain.com/content/legacy/themes/Peafowl/views/dashboard/images-albums-users.php:15
Chevereto\Legacy\G\include_theme_file()
------------------------------------------------------------
#5 /home/USER_NAME/domain.com/content/legacy/themes/Peafowl/views/dashboard.php:73
require(string(length=98))
------------------------------------------------------------
#6 /home/USER_NAME/domain.com/app/src/Legacy/G/Handler.php:391
require(string(length=78))
------------------------------------------------------------
#7 /home/USER_NAME/domain.com/app/src/Legacy/G/Handler.php:167
Chevereto\Legacy\G\Handler->loadTemplate()
------------------------------------------------------------
#8 /home/USER_NAME/domain.com/app/legacy/load/web.php:501
Chevereto\Legacy\G\Handler->__construct()
------------------------------------------------------------
#9 /home/USER_NAME/domain.com/app/legacy/entrypoints/index.php:25
require_once(string(length=52))
------------------------------------------------------------
#10 /home/USER_NAME/domain.com/index.php:12
require_once(string(length=61))
------------------------------------------------------------
 
Last edited:
how did you do the update? did you update manually or via dashboard? I would do update step by step, which i mean since you where on 4.0.6 then i would done it to 4.0.7 first and after that to 4.0.8 and not 4.0.6 to 4.0.8.

also error it is having problem with is Undefined array key "thumb" <----- that. So then you are getting page does not exists, probably because it has issue trying to load missing key Thumb.
 
how did you do the update? did you update manually or via dashboard? I would do update step by step, which i mean since you where on 4.0.6 then i would done it to 4.0.7 first and after that to 4.0.8 and not 4.0.6 to 4.0.8.

also error it is having problem with is Undefined array key "thumb" <----- that. So then you are getting page does not exists, probably because it has issue trying to load missing key Thumb.
I update from 4.0.6 to 4.0.7 and get error too.
I tried with docker and manual update too. All method get error too
 
Back
Top