lara-zeus / sky

CMS for your website. it include posts, pages, tags, and categories. with a frontend scaffolding ready to use
https://larazeus.com/sky
MIT License
136 stars 25 forks source link

Post page and page not work [Bug]: #192

Closed gcorp-llc closed 6 months ago

gcorp-llc commented 6 months ago

What happened?

this post url and page show this error could not find driver SELECT "label", "name" FROM "post_statuses"

How to reproduce the bug

install and go to this url for post and page but faq and navigate ... is worked

Package Version

latest

PHP Version

8.3

Laravel Version

10

Which operating systems does with happen with?

Windows

Notes

No response

atmonshi commented 6 months ago

as mentioned in the docs:

Before starting, make sure you have the following PHP extensions enabled: sqlite

gcorp-llc commented 6 months ago

yes sqlite is active in laragon virtual but use mariadb and faq page and other is worke but show error for post and pages links

atmonshi commented 6 months ago

yes the sqlite only required on pages and posts since I am using https://usesushi.dev/ similar issue: #161

atmonshi commented 6 months ago

check any other sqlite and redis related ext like pdo_sqlite or others depend on your system

atmonshi commented 6 months ago

sushi need: "ext-sqlite3": "*",

gcorp-llc commented 6 months ago

Thank you for your help, but I think it is better to delete the package and create the items myself Maybe it would be better if the skin part was similar to the faq part of creating a mask so that these problems would not occur

atmonshi commented 6 months ago

np :)