Replies: 1 comment
-
Hi
If you are using Xampp it has and old version of MariaDB 10.4.32 You can stop Mysql/MariadBD from Xampp and install the latest version of MariaDB https://mariadb.org/download/ and use it instead of the one shipped with Xampp. You can also reinstall using SQLite instead of MySql. Delete |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo an Alle
Nach der Installation auf Live Webserver bekomme ich - Interner Serverfehler! (Fehler 500) ?
Funktion kd36418_builder.json_arrayagg existiert nicht
Wählen Sie user.username, user.email, user.first_name, user.last_name, user.display_name, user.avatar, user.bio, user.subScribe, product_review.*, User.user_id as user_id,
(Wählen Sie json_arrayagg (json_object ('id', prm.product_review_media_id, 'image', prm.image)))
Von product_review_media als PRM
Wobei prm.product_review_id = product_review.product_review_id Group von prm.product_review_id) als Bilder
Wählen Sie user.username, user.email, user.first_name, user.last_name, user.display_name, user.avatar, user.bio, user.subScribe, product_review.*, User.user_id as user_id,
(Wählen Sie json_arrayagg (json_object ('id', prm.product_review_media_id, 'image', prm.image)))
Von product_review_media als PRM
Wobei prm.product_review_id = product_review.product_review_id Group von prm.product_review_id) als Bilder
Beta Was this translation helpful? Give feedback.
All reactions