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

Error when installing a module in staging. #5545

Closed
wilsonge opened this issue Dec 28, 2014 · 2 comments
Closed

Error when installing a module in staging. #5545

wilsonge opened this issue Dec 28, 2014 · 2 comments

Comments

@wilsonge
Copy link
Contributor

Notice: Undefined variable: id in JOOMLA_ROOT\libraries\cms\installer\adapter\module.php on line 501

So I was debugging a module I had installed and added in a var_dump;die; in the triggerManifestScript method in the installer adapter class and discovered this bug. When checking for an extension in the past we used to grab it's ID for use there. Now we don't so we get this error. It's not a big deal I think. But something that should be fixed. Not time to go into it any further at the moment.

@mbabker

@mbabker
Copy link
Contributor

mbabker commented Dec 28, 2014

It's fixed as a side-effect of #5514 but if that doesn't get accepted for whatever reason the line should change to check $this->currentExtensionId.

@wilsonge
Copy link
Contributor Author

Ahh awesome. Closing this then.

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

No branches or pull requests

3 participants