Hello,
I just migrated to 9.3.4, our screenplugin was already in v6.
I have an error message in the log (which is basically only a warning as the system works anyway) : "some screen customizations are not valid, (Question, Customer Invoices), display it in the custom screen plugin (version 5.0 or higher is required)"
The same message is displayed in the screen customisation plugin.
... and ? no more information, what should I do to make this error message disappear?
Many thanks for your help
Check files in projeqtor/model/custom that correspond to customized classes.
For instance projeqtor/model/custom/Question.php.
Check that attributes are on same order that in projeqtor/model/QuestionMain.php.
Except for those you changed for your own needs, fix order for attributes in the custom file.
many thanks, it worked