-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File Class - realpath($path) on local version fails (xampp) #200
Comments
SOLUTION
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Working on local versions of my apps are causing problems.
I like the new File class. So I'm happy I solved the problem by adding a few extra lines of code.(see solution)
I use it by calling
$this->file->create_directory($directory_path, $permissions, $recursive);
from one of my modulesOnly the Trongate code fails by
$normalized_path = realpath($path);
. Because it gives an empty result.The text was updated successfully, but these errors were encountered: