• 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

I can't create page

Status
Not open for further replies.

ismaildikmen

Chevereto Member
👉

🎯Description of the issue
Hi, I want to create a blog URL page but please help me

▶🚶‍Reproduction steps
  1. Create a Page
  2. Fill in details, for example test on all the fields
  3. Press Save and you get a PHP error.

😢Unexpected result

I'm sending visual errors. I want you to check

📃Error log message
 

Attachments

  • Return to pages.png
    Return to pages.png
    26.4 KB · Views: 10
  • Return to pages2.png
    Return to pages2.png
    19 KB · Views: 10
I am getting this error when I am making the changes.

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(791): G\Handler->__construct(Array)
#4 /index.php(20): include_once('/app/loader.php')
 
Hi, did you fix the issues
I don't review issues on weekend, just now I was able to review this one and I'm seeing that you sent me wrong access credentials.

I'm getting this in my FTP console (tried FTP and SFTP):
Code:
Command:    PASS **********
Response:    530 Login incorrect.
 
I've added the Blog page you wanted to add. It seems to be a bug affecting PHP 5.6.4 & SQL 5.5.5-10.1.37-MariaDB.

The problem is that the query is inserting '' (empty string) instead of NULL type.
 
Status
Not open for further replies.
Back
Top