Open siddhantprateek opened 3 months ago
Can you please check if a site title is set for the selected site language in admin > settings > site > description > site title
?
https://demo.vvveb.com/admin/index.php?module=settings/site&site_id=1
im not sure why its showing blank to me
Do you have any active languages?
You must have at least one language enabled and set as default in settings > localization languages
https://demo.vvveb.com/admin/index.php?module=localization/languages
Thanks @givanz, that worked 🙌
I've encountered an issue when attempting to send a test email through vvveb. Despite configuring the
mail.php
file as below:The system throws an error:
Expected Behavior:
The email should be sent successfully without any errors.
Actual Behavior:
The system returns an error stating "title is undefined at /system/function.php".
It seems the issue might be related to a missing test email description.
https://github.com/givanz/Vvveb/blob/576a3124f90290dcb2968585dd48245466884fc3/system/functions.php#L1343