For MODX 3 packages, the code constantly creates error messages in the log "Path specified for package {$pkg} is not a valid or accessible directory: {$path}", because the path was changed from model/ to src/Model/.
This can be avoided by leaving packageName empty in the configuration, but for custom processors/renderers/etc. to work, the package name has to be filled in.
For MODX 3 packages, the code constantly creates error messages in the log
"Path specified for package {$pkg} is not a valid or accessible directory: {$path}"
, because the path was changed frommodel/
tosrc/Model/
.This can be avoided by leaving
packageName
empty in the configuration, but for custom processors/renderers/etc. to work, the package name has to be filled in.