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
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-02-19 09:51:00 |
ok how to test it by using git ?
just install https://github.com/joomla/joomla-cms/archive/staging.zip as the patch is in
like an update ?
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.
you are my sunshine !!! all is good now
thanks
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.