Windows installation #84
jeromeatneotek
started this conversation in
General
Replies: 1 comment 3 replies
-
What mysql/mariadb version does your xampp installation have? You can view database version in JSON_ARRAYAGG was added in MySQL version 5.7.22 and in MariaDB version 10.5.0 If you have an older version you need to upgrade For pgsql issues please redownload latest.zip and update the files on your server, there were some bugs that have been fixed. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried installing with both XAMPP and also using nginx with postgres. Both are able to get to the installation page and then setup the database, but as soon as I go to the dashboard I get SQL errors such as below:
`Internal server error!
(error 500)
FUNCTION myweb.JSON_ARRAYAGG does not exist
SELECT pd.,products., products.product_id as array_key
SELECT pd.,products., products.product_id as array_key
C:\xampp\htdocs\myweb\system\db\mysqli.php on line 293
Code
throw new \Exception($message, $e->getCode()); // <==
Trace
#0 C:\xampp\htdocs\myweb\storage\model\admin\productsql.mysqli.php(5536): Vvveb\System\Db\Mysqli->execute('SELECT pd.*,pr...', Array, Array)
#1 C:\xampp\htdocs\myweb\admin\component\products.php(52): Vvveb\Sql\ProductSQL->getAll(Array)
#2 C:\xampp\htdocs\myweb\system\component\component.php(226): Vvveb\Component\Products->results()
#3 C:\xampp\htdocs\myweb\system\component\component.php(96): Vvveb\System\Component\Component->loadComponents()
#4 C:\xampp\htdocs\myweb\system\component\component.php(63): Vvveb\System\Component\Component->__construct(Object(Vvveb\System\Core\View), false, NULL)
#5 C:\xampp\htdocs\myweb\system\core\view.php(345): Vvveb\System\Component\Component::getInstance(Object(Vvveb\System\Core\View), false, NULL)
#6 C:\xampp\htdocs\myweb\system\core\response.php(102): Vvveb\System\Core\View->render()
#7 C:\xampp\htdocs\myweb\system\core\frontcontroller.php(251): Vvveb\System\Core\Response->output()
#8 C:\xampp\htdocs\myweb\system\core\frontcontroller.php(298): Vvveb\System\Core\FrontController::call('Vvveb\Controlle...', 'index', 'C:\xampp\htdocs...')
#9 C:\xampp\htdocs\myweb\system\core\frontcontroller.php(364): Vvveb\System\Core\FrontController::redirect('Index', 'index')
#10 C:\xampp\htdocs\myweb\system\core\startup.php(355): Vvveb\System\Core\FrontController::dispatch()
#11 C:\xampp\htdocs\myweb\index.php(138): Vvveb\System\Core\start()
#12 C:\xampp\htdocs\myweb\admin\index.php(41): include('C:\xampp\htdocs...')
#13 {main}`
Beta Was this translation helpful? Give feedback.
All reactions