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

Fatal error on front module editing #6124

Closed
micker opened this issue Feb 19, 2015 · 6 comments
Closed

Fatal error on front module editing #6124

micker opened this issue Feb 19, 2015 · 6 comments

Comments

@micker
Copy link

micker commented Feb 19, 2015

After apply this patch #6113
when we try to edit a module in front
Not Found
( ! ) Warning: Creating default object from empty value in ....\components\com_config\config.php on line 25
Fatal error: Call to undefined method stdClass::execute() in ....\components\com_config\config.php on line 28

@Bakual
Copy link
Contributor

Bakual commented Feb 19, 2015

I finally could reproduce it. However it's most likely caused by the patchtester.
The patch itself works fine when I directly apply it using Git. It doesn't work when I apply it using the patchtester. In fact the controllers only contain Not Found instead of any PHP code.

My guess is that this is related to the fact that the PR already is merged. The patchtester seems to have issues applying the patch then. Does that make sense @mbabker ?

Closing this issue as it will not be an issue in the actual release.

@Bakual Bakual closed this as completed Feb 19, 2015
@micker
Copy link
Author

micker commented Feb 19, 2015

ok how to test it by using git ?

@infograf768
Copy link
Member

just install https://github.com/joomla/joomla-cms/archive/staging.zip as the patch is in

@micker
Copy link
Author

micker commented Feb 19, 2015

like an update ?

@Bakual
Copy link
Contributor

Bakual commented Feb 19, 2015

I would as a new installation, an update may work as well.
Or you just make the changes manually. It's only two lines that changed.

@micker
Copy link
Author

micker commented Feb 19, 2015

you are my sunshine !!! all is good now
thanks

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

4 participants