Open vlad-ko opened 9 years ago
in bootstrap.php it's possible to specify alternate path for plugin installation (especially when installed via composer)... if one uses App::build() for this purpose as described here: http://book.cakephp.org/2.0/en/core-utility-libraries/app.html#adding-paths-for-app-to-find-packages-in
the root folder won't be determined correctly. using "APP" constant is safer.
@wa0x6e Could you merge this pull request ? I have the exact same problem as @vlad-ko and his commit fixed it. Not sure what's the difference with #79. This would also fix #97.
in bootstrap.php it's possible to specify alternate path for plugin installation (especially when installed via composer)... if one uses App::build() for this purpose as described here: http://book.cakephp.org/2.0/en/core-utility-libraries/app.html#adding-paths-for-app-to-find-packages-in
the root folder won't be determined correctly. using "APP" constant is safer.