Notifications
Clear all
Topic starter
Hello,
I encounter an error on the profiles page. (since 10.0.5)
Nothing loads on display, and I get this error when I try to enter column sorting:
ERROR : DOMDocument::loadHTML(): Attribute formatter redefined in Entity, line: 4 in ColumnSelector.php at line 131
I have nothing visible in the log file
Regards,
Scud
Posted : 01 Sep 2022 16H53
Hi,
Issue confirmed.
Fix is to replace line 48 in file projeqtor/model/ProfileMain.php
from
${sortOrder}
to
${sortOrder}
Fix will be included in next patch
Posted : 02 Sep 2022 13H57