Click here to try to do it automatically.
)http://www.example.org/administrator/index.php?option=com_config&task=application.removeroot&38c457982fff49a4c11a46989cd3b10f=1
the $root_user var gets removed from the configuration.php.
Warning: Creating default object from empty value in JROOT\administrator\components\com_config\config.php on line 28
Fatal error: Call to undefined method stdClass::execute() in JROOT\administrator\components\com_config\config.php on line 31
It works with 2.5.28
Status | New | ⇒ | Confirmed |
I looked into this. The error is in ./administrator/components/com_config/controller/application/removeroot.php
, line 107 where the $controllerName
is found wrong and that returns a bool instead of a JController
. I'll submit a patch soon.
Great
On 22 January 2015 at 09:46, Prasoon Shukla notifications@github.com
wrote:
I looked into this. The error is in
./administrator/components/com_config/controller/application/removeroot.php,
line 107 where the $controllerName is found wrong and that returns a bool
instead of a JController. I'll submit a patch soon.—
Reply to this email directly or view it on GitHub
#5836 (comment).
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-01-22 14:56:33 |
Closed_By | ⇒ | zero-24 |
Thanks @prasoon2211 PR is #5867 closing here
Labels |
Added:
?
|
Detected the same error messages when clicking on the "Options" Gear Icon top-right corner - Managing articles or Menus.
It is a fresh installation of 3.65 Joomla Yootheme Master 2 demo.
It is curious that I do not recognize the path '/home/storage/c/71/41/chmconsultores3'...
Warning: Creating default object from empty value in /home/storage/c/71/41/chmconsultores3/public_html/site/administrator/components/com_config/config.php on line 28
Fatal error: Call to undefined method stdClass::execute() in /home/storage/c/71/41/chmconsultores3/public_html/site/administrator/components/com_config/config.php on line 31
I can confirm this
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5836.