Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Please go to the <code>\app\code\core\Mage\Core\Model\App.php</code>, line 402, you will see there</p> <pre><code>protected function _initModules() { ... </code></pre> <p>Put after <code>{</code> this code <code>print_r(Mage::getConfig()-&gt;getNode('global/resources'));exit();</code> and show us what you got on the screen. In my case I see next thing:</p> <pre><code>Mage_Core_Model_Config_Element Object ( [default_setup] =&gt; Mage_Core_Model_Config_Element Object ( [connection] =&gt; Mage_Core_Model_Config_Element Object ( [host] =&gt; localhost [username] =&gt; root [password] =&gt; Mage_Core_Model_Config_Element Object ( ) [dbname] =&gt; magento [initStatements] =&gt; SET NAMES utf8 [model] =&gt; mysql4 [type] =&gt; pdo_mysql [pdoType] =&gt; Mage_Core_Model_Config_Element Object ( ) [active] =&gt; 1 ) ) [default_write] =&gt; Mage_Core_Model_Config_Element Object ( [connection] =&gt; Mage_Core_Model_Config_Element Object ( [use] =&gt; default_setup ) ) [default_read] =&gt; Mage_Core_Model_Config_Element Object ( [connection] =&gt; Mage_Core_Model_Config_Element Object ( [use] =&gt; default_setup ) ) [core_setup] =&gt; Mage_Core_Model_Config_Element Object ( [setup] =&gt; Mage_Core_Model_Config_Element Object ( [module] =&gt; Mage_Core ) [connection] =&gt; Mage_Core_Model_Config_Element Object ( [use] =&gt; default_setup ) ) [core_write] =&gt; Mage_Core_Model_Config_Element Object ( [connection] =&gt; Mage_Core_Model_Config_Element Object ( [use] =&gt; default_write ) ) [core_read] =&gt; Mage_Core_Model_Config_Element Object ( [connection] =&gt; Mage_Core_Model_Config_Element Object ( [use] =&gt; default_read ) ) [db] =&gt; Mage_Core_Model_Config_Element Object ( [table_prefix] =&gt; Mage_Core_Model_Config_Element Object ( ) ) ) </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload