09-22-2016, 01:16 PM
Ok. Well that helps narrow down some problems.
That pages is designed to search your directories. If it doesn't find php files, it deletes them (we stopped that).
If it does find php files, it adds them. So now it's not deleting them, but we need to make sure it adds them.
Starting on Line 111, can you put
dump($abs_us_root);
dump($us_url_root);
dump($path);
And report back what those 3 variables are seeing?
That pages is designed to search your directories. If it doesn't find php files, it deletes them (we stopped that).
If it does find php files, it adds them. So now it's not deleting them, but we need to make sure it adds them.
Starting on Line 111, can you put
dump($abs_us_root);
dump($us_url_root);
dump($path);
And report back what those 3 variables are seeing?