Azuriom / Plugin-Shop

A shop plugin to sell in-game items on your website.
https://market.azuriom.com/resources/1
MIT License
17 stars 30 forks source link

Store Bug on Discounts #209

Closed fertouille closed 1 month ago

fertouille commented 1 month ago

Hello ! I noticed a bug (I don't know if I'm the only one) concerning the discounts on the store extension. When I create a discount limited to a certain role, I get an error : 500

MrMicky-FR commented 1 month ago

Hello, please send the logs located in the storage/logs directory

fertouille commented 1 month ago

Ye :

[2024-08-02 11:49:43] production.ERROR: SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: '[9]' for column `orioncom_site`.`shop_discounts`.`roles` at row 1 (Connection: mysql, SQL: insert into `shop_discounts` (`name`, `discount`, `roles`, `start_at`, `end_at`, `is_global`, `is_enabled`, `updated_at`, `created_at`) values (VIP, 10, [9], 2024-08-02 11:49:32, 2024-09-19 11:49:32, 1, 1, 2024-08-02 11:49:43, 2024-08-02 11:49:43)) {"userId":1,"exception":"[object] (Illuminate\\Database\\QueryException(code: 22007): SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: '[9]' for column `orioncom_site`.`shop_discounts`.`roles` at row 1 (Connection: mysql, SQL: insert into `shop_discounts` (`name`, `discount`, `roles`, `start_at`, `end_at`, `is_global`, `is_enabled`, `updated_at`, `created_at`) values (VIP, 10, [9], 2024-08-02 11:49:32, 2024-09-19 11:49:32, 1, 1, 2024-08-02 11:49:43, 2024-08-02 11:49:43)) at /home/orioncom/public_html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:822)
[stacktrace]
MrMicky-FR commented 1 month ago

The structure of the database is not correct, which may be due to a manual error (in PhpMyAdmin, for example). The simplest immediate solution would be to reinstall Azuriom as it is difficult to assess the extent of the damage