Vvveb icon indicating copy to clipboard operation
Vvveb copied to clipboard

Password reset not working? (array offset on value of type bool)

Open m-bakoulis opened this issue 1 year ago • 1 comments

Hi I tried to reset the password but I got an error message.

Notice : Trying to access array offset on value of type bool in /home/dga/web/sitebuilder.dgac.gr/public_html/system/component/component.php on line 285

Image

m-bakoulis avatar Jan 19 '25 23:01 m-bakoulis

Hi

Does this happen only with password reset? can you also check if smtp email sending works with send test email https://demo.vvveb.com/admin/index.php?module=settings/email

This is probably caused by ssl options from /system/mail/smtp.php I removed them to use system default options https://github.com/givanz/Vvveb/commit/12e47474677db8d93ecf6850764f1b6b0258e5f2

From the error message it looks like you have an older version of /system/component/component.php

Please update /system/mail/smtp.php and /system/component/component.php from latest.zip

givanz avatar Jan 21 '25 17:01 givanz