Comment to delete accounts works no longer
-
hello @LeonidS
yes, it seems so, on one site it works on a other site, i get this error:
AH01071: Got error 'PHP message: PHP Parse error: Unclosed '{' on line 13 in /var/www/vhosts/mydomain.com/httpdocs/inc/classes/BxDolCronProfileDisable.php on line 14'
for both websites, i use php 8.1.2, all settings are the same, only include_path are different, but change this setting to the same, did not resolve the issue
-
The default UNA packages don't contain the inc/classes/BxDolCronProfileDisable.php file. Has it been added due to some modfications? But you may try to investigate the mentioned error there.
-
thanks, that was the problem, i forgot on that old work^^, 2 characters was missing in this file, now it works
-