• 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

Aw, snap! Internal Server Error

chris3

Chevereto Member
🎯Description of the issue

I can not create any new pages I keep getting the error Aw, snap! Internal Server Error - Check your error_log or enable debug_mode = 3 (chevereto.com/docs/debug).

▶🚶‍Reproduction steps
  1. [ Go to Dashboard > Settings > Pages > New Page]
  2. [ Create Page as I have done before with no problems ]
  3. [ But now I get this error ---> Aw, snap! Internal Server Error - Check your error_log or enable debug_mode = 3 (chevereto.com/docs/debug). ]
 
Check your error_log or enable debug_mode = 3 (chevereto.com/docs/debug).

Fatal error [400]: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '' for key 'page_internal'
Triggered in /app/lib/classes/class.page.php at line 204

Stack trace:
#0 /app/routes/route.dashboard.php(1160): CHV\Page::insert(Array)
#1 /lib/G/classes/class.handler.php(232): G\Handler->{closure}(G\Handler)
#2 /lib/G/classes/class.handler.php(132): G\Handler->processRequest()
#3 /app/loader.php(806): G\Handler->__construct(Array)
#4 /index.php(20): include_once('/app/loader.php')
 
Make sure that your theme files are up to date. You are trying to add two internal pages and the system just allow one of them at the same time (for each type contact, tos, privacy).
 
Back
Top