After creating a custom list, the custom list screen does not open again and causes an error to be written on the server side.
The Plugin is on version 6.3
2022-09-30 16:06:42.294 ===== TRACE ===== ===================================== 2022-09-30 16:06:42.294 ===== TRACE ===== 2022-09-30 16:06:42.294 ===== TRACE ===== PLUGIN SQL FILE : ../plugin/screenCustomization/temp.sql 2022-09-30 16:06:42.294 ===== TRACE ===== 2022-09-30 16:06:42.296 ===== TRACE ===== Table "question" altered. 2022-09-30 16:06:42.297 ===== TRACE ===== 2022-09-30 16:06:42.297 ===== TRACE ===== DATABASE UPDATED 2022-09-30 16:06:42.297 ===== TRACE ===== WITH NO ERROR 2022-09-30 16:06:42.297 ===== TRACE ===== 2022-09-30 16:09:07.759 ** ERROR ** [V10.0.6] EXCEPTION ** 2022-09-30 16:09:07.759 ** ERROR ** [V10.0.6] on file '/var/www/html/projeqtor/model/custom/QuestionResolution.php' at line (31) 2022-09-30 16:09:07.759 ** ERROR ** [V10.0.6] cause = Class "PlgCustomList" not found 2022-09-30 16:09:07.759 ** ERROR ** [V10.0.6] => #0 /var/www/html/projeqtor/tool/projeqtor.php (1777) -> require_once() 2022-09-30 16:09:07.759 ** ERROR ** [V10.0.6] => #2 /var/www/html/projeqtor/model/persistence/SqlElement.php (8508) -> class_exists() 2022-09-30 16:09:07.759 ** ERROR ** [V10.0.6] => #3 /var/www/html/projeqtor/plugin/screenCustomization/screenCustomizationFunctions.php (330) -> class_exists() 2022-09-30 16:09:07.759 ** ERROR ***** [V10.0.6] => #4 /var/www/html/projeqtor/plugin/screenCustomization/refreshCustomList.php (39) -> screenCustomisationGetCustomClassList()
Check that file PlgCustomList.php exists in directory projeqtor/model/custom
If not : be sure that PHP user (www-data on deban/ubuntu) has complete write access on the whole structure of projeqtor file,
then reinstall the plugin.
The file did not exist. I assume it was the missing docker volume when I installed the plugin. After reinstalling the plugin, the custom list site opens again.