We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://ellislab.com/forums/viewthread/186920/#1001885
The text was updated successfully, but these errors were encountered:
Possible solution:
Look at this:
var_dump(__FILE__); var_dump($this->config->item('modules_locations'));
As modules_locations contains /../something, replace every /../something with ''
/../something
/../something with
''
Also worth to check :) http://us1.php.net/realpath
Sorry, something went wrong.
Mis-identified, here is the solution: d92ebe7#diff-66a95843a44de0f5cfefeb7dda5fab67L88
No branches or pull requests
http://ellislab.com/forums/viewthread/186920/#1001885
The text was updated successfully, but these errors were encountered: