Givan

Results 364 comments of Givan

Thank you for the bug report, it's fixed in the latest.zip update. The site component was not included in the reset.html email template.

I thinks this is related to missing site title/description.

Can you please provide more details on how to reproduce this bug and avoid setting the website title? Default language and site title is required at install. ![install](https://github.com/user-attachments/assets/3ae57022-b11c-4cd6-b920-f852c8be81a4)

> when I try to reset the password on my next visit if I haven't set the localization language and site title. Language and site tile set on install will...

Sorry, this code was added as specs but it is not implemented yet. Currently components add javascript/css code directly to the page on `‎dragStart` or `afterDrop` https://github.com/givanz/Vvveb/blob/master/public/js/vvvebjs/components-widgets.js#L667-L685 https://github.com/givanz/Vvveb/blob/master/public/js/vvvebjs/components-elements.js#L1097

This feature will be implemented after more components will be added, currently has low priority. I will mention this issue when adding the feature.

Thank you for your contribution. Please remove `.idea` folder.

There is a `.idea` entry added to .gitignore https://github.com/givanz/VvvebJs/pull/404/files this is not necessary because there is no such folder.

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...

Thanks for the bug report, this is fixed in latest.zip please redownload and update the files on your server.