modxcms / Collections

An Extra for MODX Revolution that provides for Resource Collections managed by CollectionContainer Resources
GNU General Public License v2.0
53 stars 37 forks source link

[ Collections 4.0.0-beta2 / MODX 3.0.0-rc2 ] xPDO error logged for uncapitalized Model dir #342

Closed muzzwood closed 2 years ago

muzzwood commented 2 years ago

It doesn't appear to affect functionality but this is repeatedly logged:

[2022-02-05 02:35:40] (ERROR @ /var/www/html/core/vendor/xpdo/xpdo/src/xPDO/xPDO.php : 472) Path specified for package collections is not a valid or accessible directory: /var/www/html/core/components/collections/src/model/

Note the lowercase model dir referenced, whereas it's now a capitalized Model.

theboxer commented 2 years ago

Resolved in 25b8d3c