I am having a problem using $ROOT_DIRECTORY in my project. Using setup.php I get this error
Array ( [0] => [1] => ) Is the last folder in this array. It tells you what the value of $ROOT_DIRECTORY needs to be
I know what I'm looking for, but it doesn't seem to find the directory. The main directory of my site is "public_html", when using a sub-directory it works, but it doesn't work for my main directory for some reason, any idea why?
I am having a problem using $ROOT_DIRECTORY in my project. Using setup.php I get this error
Array ( [0] => [1] => ) Is the last folder in this array. It tells you what the value of $ROOT_DIRECTORY needs to beI know what I'm looking for, but it doesn't seem to find the directory. The main directory of my site is "public_html", when using a sub-directory it works, but it doesn't work for my main directory for some reason, any idea why?