Loader::library() ignoring local files?
Permalink
I have a file in the libraries directory:
/libraries/my_library.php
Why does
Loader::library("my_library");
fail?
The error message complains it can't find the file in /concrete/libraries. I don't want to have to put it there. Why is the Loader not searching in the correct directory?
The files get definitely uploaded there, and have the correct access rights.
/libraries/my_library.php
Why does
Loader::library("my_library");
fail?
The error message complains it can't find the file in /concrete/libraries. I don't want to have to put it there. Why is the Loader not searching in the correct directory?
The files get definitely uploaded there, and have the correct access rights.