givanz / Vvveb

Powerful and easy to use cms to build websites, blogs or ecommerce stores.
https://www.vvveb.com
GNU Affero General Public License v3.0
239 stars 49 forks source link

Internal server error! (error 500) right after Installation #126

Open cpnocode99 opened 4 weeks ago

cpnocode99 commented 4 weeks ago

image /public_html/system/db/mysqli.php on line 306 Hello, iam not a coder so i dont understand this error please help

givanz commented 4 weeks ago

Hi

It looks that you have an old version of Mysql/MariaDB because JSON_ARRAYAGG is missing.

JSON_ARRAYAGG was added in MySQL version 5.7.22 and in MariaDB version 10.5.0

You need to upgrade your database or reinstall using SQLite instead of MySql.

You can delete config/db.php to reset db config and install page will show to choose SQLite.

cpnocode99 commented 4 weeks ago

Thank you!