Skip to content
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

Sometime HMVC's fetch_module return nothing #88

Closed
goFrendiAsgard opened this issue Dec 2, 2013 · 2 comments
Closed

Sometime HMVC's fetch_module return nothing #88

goFrendiAsgard opened this issue Dec 2, 2013 · 2 comments
Labels

Comments

@goFrendiAsgard
Copy link
Owner

http://ellislab.com/forums/viewthread/186920/#1001885

@goFrendiAsgard
Copy link
Owner Author

Possible solution:

Look at this:

var_dump(__FILE__);
var_dump($this->config->item('modules_locations'));

As modules_locations contains /../something, replace every /../something with ''

Also worth to check :)
http://us1.php.net/realpath

@goFrendiAsgard
Copy link
Owner Author

Mis-identified, here is the solution: d92ebe7#diff-66a95843a44de0f5cfefeb7dda5fab67L88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant