bobmulder on master
Use 'fields' from CreatedBy or … (compare)
martonmiklos on master
Fix null pointer exception in W… (compare)
Support for 1.0-branch has been stopped
composer require cakemanager/cakephp-utils:dev-master
true
in your Entity
Isn't the DS constant set differently on different systems? So on my Debian server it's "/" and on Windows it would be "\"?
It sounds like you're saving the path as a string and therefore the / or \ is being saved also, but possibly incorrectly. You need to save the path without the slashes and build the path with the DS constant instead.