Vvveb icon indicating copy to clipboard operation
Vvveb copied to clipboard

Internal server error! (error 500) right after Installation

Open cpnocode99 opened this issue 1 year ago • 2 comments

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

cpnocode99 avatar Jun 04 '24 02:06 cpnocode99

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.

givanz avatar Jun 04 '24 06:06 givanz

Thank you!

cpnocode99 avatar Jun 04 '24 09:06 cpnocode99