Magento 1.x site gives me an error message about Fatal error Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Notice: Trying to get property of non-objectInstall vs_ajax Extenstion in Magento it will display fatal errorFatal error: Call to a member function insert() on a non-objectCurrency.php: Fatal error: Call to a member function getCode() on a non-objectCall to a member function rewrite() on a non-object in app/code/core/Mage/Core/Controller/Varien/Front.php on line 165Action.php Fatal error in calling admin pagePHP Fatal error: Call to a member function getBackend() on a non-object inMagento 1.9.1: Fatal error: Call to a member function setLinkModel() on a non-objectPHP Fatal error: Call to a member function getOptions() on a non-objectMagento : Fatal error: Call to a member function getUser() on a non-object
How to name indistinguishable henchmen in a screenplay?
Did any compiler fully use 80-bit floating point?
Is this Kuo-toa homebrew race balanced?
First paper to introduce the "principal-agent problem"
Problem with display of presentation
Why not use the yoke to control yaw, as well as pitch and roll?
Vertical ranges of Column Plots in 12
How could a hydrazine and N2O4 cloud (or it's reactants) show up in weather radar?
Understanding piped commands in GNU/Linux
French equivalents of おしゃれは足元から (Every good outfit starts with the shoes)
Table formatting with tabularx?
Determine whether an integer is a palindrome
Russian equivalents of おしゃれは足元から (Every good outfit starts with the shoes)
How do you cope with tons of web fonts when copying and pasting from web pages?
As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?
How to make an animal which can only breed for a certain number of generations?
.bashrc alias for a command with fixed second parameter
Weaponising the Grasp-at-a-Distance spell
How does TikZ render an arc?
Why is there so little support for joining EFTA in the British parliament?
Is there a spell that can create a permanent fire?
How to achieve cat-like agility?
Getting representations of the Lie group out of representations of its Lie algebra
Fit odd number of triplets in a measure?
Magento 1.x site gives me an error message about Fatal error
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Notice: Trying to get property of non-objectInstall vs_ajax Extenstion in Magento it will display fatal errorFatal error: Call to a member function insert() on a non-objectCurrency.php: Fatal error: Call to a member function getCode() on a non-objectCall to a member function rewrite() on a non-object in app/code/core/Mage/Core/Controller/Varien/Front.php on line 165Action.php Fatal error in calling admin pagePHP Fatal error: Call to a member function getBackend() on a non-object inMagento 1.9.1: Fatal error: Call to a member function setLinkModel() on a non-objectPHP Fatal error: Call to a member function getOptions() on a non-objectMagento : Fatal error: Call to a member function getUser() on a non-object
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I get this when I go to my site:
Fatal error: Call to a member function children() on a non-object in app/code/core/Mage/Core/Model/Config.php on line 946
I have done anything on it today.
May I ask for direction?
magento-1 fatal-error
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I get this when I go to my site:
Fatal error: Call to a member function children() on a non-object in app/code/core/Mage/Core/Model/Config.php on line 946
I have done anything on it today.
May I ask for direction?
magento-1 fatal-error
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
tak the backup of this file and replace original file and check
– Baby in Magento
May 4 '16 at 18:29
For those magically appearing errors that weren't there yesterday and aren't the result of making code changes, or module installations, have you tried clearing the cache? Sounds like a config cache corruption issue.
– Fiasco Labs
May 5 '16 at 4:35
add a comment |
I get this when I go to my site:
Fatal error: Call to a member function children() on a non-object in app/code/core/Mage/Core/Model/Config.php on line 946
I have done anything on it today.
May I ask for direction?
magento-1 fatal-error
I get this when I go to my site:
Fatal error: Call to a member function children() on a non-object in app/code/core/Mage/Core/Model/Config.php on line 946
I have done anything on it today.
May I ask for direction?
magento-1 fatal-error
magento-1 fatal-error
edited May 4 '16 at 20:04
Prashant Valanda
10k12356
10k12356
asked May 4 '16 at 17:07
Matthew McLennanMatthew McLennan
81531128
81531128
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 16 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
tak the backup of this file and replace original file and check
– Baby in Magento
May 4 '16 at 18:29
For those magically appearing errors that weren't there yesterday and aren't the result of making code changes, or module installations, have you tried clearing the cache? Sounds like a config cache corruption issue.
– Fiasco Labs
May 5 '16 at 4:35
add a comment |
tak the backup of this file and replace original file and check
– Baby in Magento
May 4 '16 at 18:29
For those magically appearing errors that weren't there yesterday and aren't the result of making code changes, or module installations, have you tried clearing the cache? Sounds like a config cache corruption issue.
– Fiasco Labs
May 5 '16 at 4:35
tak the backup of this file and replace original file and check
– Baby in Magento
May 4 '16 at 18:29
tak the backup of this file and replace original file and check
– Baby in Magento
May 4 '16 at 18:29
For those magically appearing errors that weren't there yesterday and aren't the result of making code changes, or module installations, have you tried clearing the cache? Sounds like a config cache corruption issue.
– Fiasco Labs
May 5 '16 at 4:35
For those magically appearing errors that weren't there yesterday and aren't the result of making code changes, or module installations, have you tried clearing the cache? Sounds like a config cache corruption issue.
– Fiasco Labs
May 5 '16 at 4:35
add a comment |
2 Answers
2
active
oldest
votes
Go to code app/code/core/Mage/Core/Model/Config.php
on line 946
$modules = $this->getNode('modules')->children();
In your one of module have missing modules node.
go to app/etc/modules
and locate the module declaration file. It'll follow the naming convention [Package]_[Modulename].xml
In that xml file,For disable module find the <active>true</active>
node and change it to <active>false</active>
Disable module one by one and check which module have error.
add a comment |
change following in app/Mage.php
public static function getRoot()
return self::$_appRoot;
to
public static function getRoot()
if(empty(self::$_appRoot))
self::setRoot();
return self::$_appRoot;
this is working fine in almost all upgrade issues
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f113982%2fmagento-1-x-site-gives-me-an-error-message-about-fatal-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Go to code app/code/core/Mage/Core/Model/Config.php
on line 946
$modules = $this->getNode('modules')->children();
In your one of module have missing modules node.
go to app/etc/modules
and locate the module declaration file. It'll follow the naming convention [Package]_[Modulename].xml
In that xml file,For disable module find the <active>true</active>
node and change it to <active>false</active>
Disable module one by one and check which module have error.
add a comment |
Go to code app/code/core/Mage/Core/Model/Config.php
on line 946
$modules = $this->getNode('modules')->children();
In your one of module have missing modules node.
go to app/etc/modules
and locate the module declaration file. It'll follow the naming convention [Package]_[Modulename].xml
In that xml file,For disable module find the <active>true</active>
node and change it to <active>false</active>
Disable module one by one and check which module have error.
add a comment |
Go to code app/code/core/Mage/Core/Model/Config.php
on line 946
$modules = $this->getNode('modules')->children();
In your one of module have missing modules node.
go to app/etc/modules
and locate the module declaration file. It'll follow the naming convention [Package]_[Modulename].xml
In that xml file,For disable module find the <active>true</active>
node and change it to <active>false</active>
Disable module one by one and check which module have error.
Go to code app/code/core/Mage/Core/Model/Config.php
on line 946
$modules = $this->getNode('modules')->children();
In your one of module have missing modules node.
go to app/etc/modules
and locate the module declaration file. It'll follow the naming convention [Package]_[Modulename].xml
In that xml file,For disable module find the <active>true</active>
node and change it to <active>false</active>
Disable module one by one and check which module have error.
answered May 4 '16 at 20:12
Prashant ValandaPrashant Valanda
10k12356
10k12356
add a comment |
add a comment |
change following in app/Mage.php
public static function getRoot()
return self::$_appRoot;
to
public static function getRoot()
if(empty(self::$_appRoot))
self::setRoot();
return self::$_appRoot;
this is working fine in almost all upgrade issues
add a comment |
change following in app/Mage.php
public static function getRoot()
return self::$_appRoot;
to
public static function getRoot()
if(empty(self::$_appRoot))
self::setRoot();
return self::$_appRoot;
this is working fine in almost all upgrade issues
add a comment |
change following in app/Mage.php
public static function getRoot()
return self::$_appRoot;
to
public static function getRoot()
if(empty(self::$_appRoot))
self::setRoot();
return self::$_appRoot;
this is working fine in almost all upgrade issues
change following in app/Mage.php
public static function getRoot()
return self::$_appRoot;
to
public static function getRoot()
if(empty(self::$_appRoot))
self::setRoot();
return self::$_appRoot;
this is working fine in almost all upgrade issues
answered Mar 6 '17 at 10:32
Emizen TechEmizen Tech
1866
1866
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f113982%2fmagento-1-x-site-gives-me-an-error-message-about-fatal-error%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
tak the backup of this file and replace original file and check
– Baby in Magento
May 4 '16 at 18:29
For those magically appearing errors that weren't there yesterday and aren't the result of making code changes, or module installations, have you tried clearing the cache? Sounds like a config cache corruption issue.
– Fiasco Labs
May 5 '16 at 4:35