• 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

php pages not working even when CHEVERETO_ENABLE_PHP_PAGES is set to 1

lovedigit

👽 Chevereto Freak
Please open one ticket per issue. If you are experiencing multiple issues don't hesitate to create multiple tickets for each issue.

Reproduction steps
  1. Edit any page
  2. Click on save.

  1. Set CHEVERETO_ENABLE_PHP_PAGES to 1 in env.php
  2. Try to open the page
  3. Error "This page doesn't exist"
Unexpected result

Contact page is not working and it is not being listed in menu.

Error log message

Code:
ErrorException in /var/www/html/content/legacy/themes/Peafowl/views/dashboard/settings/pages.php:44

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

# URI
/dashboard/settings/pages/edit/3

# Method
POST

# Parameters

POST: array (size=16)
 auth_token => string REDACTED (length=40)
 page_title => string Contact (length=7)
 page_is_active => string 1 (length=1)
 page_type => string internal (length=8)
 page_internal => string contact (length=7)
 page_is_link_visible => string 1 (length=1)
 page_url_key => string contact (length=7)
 page_file_path => string default/contact.php (length=19)
 page_keywords => string  (length=0)
 page_description => string  (length=0)
 page_code => string  (length=0)
 page_link_url => string  (length=0)
 page_attr_target => string _self (length=5)
 page_attr_rel => string  (length=0)
 page_icon => string fas fa-at (length=9)
 page_sort_display => string 7 (length=1)


# Time
2025-05-15T12:39:28+00:00 [1747312768]

# Incident 6825e0801f1c0

# Backtrace
------------------------------------------------------------
0 /var/www/html/content/legacy/themes/Peafowl/views/dashboard/settings/pages.php:44
{main}()
------------------------------------------------------------
1 /var/www/html/content/legacy/themes/Peafowl/views/dashboard/settings/pages.php:174
get_page_val()
------------------------------------------------------------
2 /var/www/html/content/legacy/themes/Peafowl/views/dashboard/settings.php:21
require(string(length=87))
------------------------------------------------------------
3 /var/www/html/content/legacy/themes/Peafowl/views/dashboard.php:80
require(string(length=81))
------------------------------------------------------------
4 /var/www/html/app/src/Legacy/G/Handler.php:529
require(string(length=72))
------------------------------------------------------------
5 /var/www/html/app/src/Legacy/G/Handler.php:190
Chevereto\Legacy\G\Handler->loadTemplate()
------------------------------------------------------------
6 /var/www/html/app/legacy/load/web.php:668
Chevereto\Legacy\G\Handler->__construct()
------------------------------------------------------------
7 /var/www/html/app/legacy/entrypoints/index.php:45
require_once(string(length=46))
------------------------------------------------------------
8 /var/www/html/index.php:12
require_once(string(length=55))
 
Last edited:
Back
Top