Note that there are some explanatory texts on larger screens.

plurals
  1. POMagento Backend site not logging in
    primarykey
    data
    text
    <p>After installing Magento on my localhost using mamp, I can't access the admin portal. I go to </p> <pre><code>http://localhost:8888/shop1/index.php/admin/ </code></pre> <p>and then use my user and password and that's all. No error, no nothing, just the login admin panel.</p> <p>What am I doing wrong?</p> <p>NOTE: I also reinstalled 3 times and redownloaded the file to install Magento.</p> <p>Thanks in advance for your help</p> <p>UPDATE</p> <hr> <p>This only happen on google chrome, safari and mozilla works slow but works.</p> <p>UPDATE 2</p> <hr> <p>I'm trying to reintall using 127.0.0.1 and using firefox and I get this exception:</p> <blockquote> <p>Mage_Core_Exception Object ( [_messages:protected] => Array ( )</p> <pre><code>[message:protected] =&gt; Can't retrieve entity config: sales/quote_shipping_rate [string:Exception:private] =&gt; [code:protected] =&gt; 0 [file:protected] =&gt; /Applications/MAMP/htdocs/shop2/app/Mage.php [line:protected] =&gt; 594 [trace:Exception:private] =&gt; Array ( [0] =&gt; Array ( [file] =&gt; /Applications/MAMP/htdocs/shop2/app/code/core/Mage/Core/Model/Resource.php [line] =&gt; 272 [function] =&gt; throwException [class] =&gt; Mage [type] =&gt; :: [args] =&gt; Array ( [0] =&gt; Can't retrieve entity config: sales/quote_shipping_rate ) ) [1] =&gt; Array ( [file] =&gt; /Applications/MAMP/htdocs/shop2/app/code/core/Mage/Core/Model/Resource/Setup.php [line] =&gt; 184 [function] =&gt; getTableName [class] =&gt; Mage_Core_Model_Resource [type] =&gt; -&gt; [args] =&gt; Array ( [0] =&gt; sales/quote_shipping_rate ) ) [2] =&gt; Array ( [file] =&gt; /Applications/MAMP/htdocs/shop2/app/code/core/Mage/Sales/Model/Resource/Setup.php [line] =&gt; 87 [function] =&gt; getTable [class] =&gt; Mage_Core_Model_Resource_Setup [type] =&gt; -&gt; [args] =&gt; Array ( [0] =&gt; sales/quote_shipping_rate ) ) [3] =&gt; Array ( [file] =&gt; /Applications/MAMP/htdocs/shop2/app/code/core/Mage/Sales/Model/Resource/Setup.php [line] =&gt; 101 [function] =&gt; _flatTableExist [class] =&gt; Mage_Sales_Model_Resource_Setup [type] =&gt; -&gt; [args] =&gt; Array ( [0] =&gt; sales/quote_shipping_rate ) ) [4] =&gt; Array ( [file] =&gt; /Applications/MAMP/htdocs/shop2/app/code/core/Mage/Sales/sql/sales_setup/mysql4-upgrade-0.9.16-0.9.17.php [line] =&gt; 32 [function] =&gt; addAttribute [class] =&gt; Mage_Sales_Model_Resource_Setup [type] =&gt; -&gt; [args] =&gt; Array ( [0] =&gt; quote_address_rate [1] =&gt; method_title [2] =&gt; Array ( [type] =&gt; text ) ) ) [5] =&gt; Array ( [file] =&gt; /Applications/MAMP/htdocs/shop2/app/code/core/Mage/Core/Model/Resource/Setup.php [line] =&gt; 624 [args] =&gt; Array ( [0] =&gt; /Applications/MAMP/htdocs/shop2/app/code/core/Mage/Sales/sql/sales_setup/mysql4-upgrade-0.9.16-0.9.17.php ) [function] =&gt; include ) [6] =&gt; Array ( [file] =&gt; /Applications/MAMP/htdocs/shop2/app/code/core/Mage/Core/Model/Resource/Setup.php [line] =&gt; 437 [function] =&gt; _modifyResourceDb [class] =&gt; Mage_Core_Model_Resource_Setup [type] =&gt; -&gt; [args] =&gt; Array ( [0] =&gt; upgrade [1] =&gt; 0.9.14 [2] =&gt; 1.6.0.8 ) ) [7] =&gt; Array ( [file] =&gt; /Applications/MAMP/htdocs/shop2/app/code/core/Mage/Core/Model/Resource/Setup.php [line] =&gt; 320 [function] =&gt; _upgradeResourceDb [class] =&gt; Mage_Core_Model_Resource_Setup [type] =&gt; -&gt; [args] =&gt; Array ( [0] =&gt; 0.9.14 [1] =&gt; 1.6.0.8 ) ) [8] =&gt; Array ( [file] =&gt; /Applications/MAMP/htdocs/shop2/app/code/core/Mage/Core/Model/Resource/Setup.php [line] =&gt; 235 [function] =&gt; applyUpdates [class] =&gt; Mage_Core_Model_Resource_Setup [type] =&gt; -&gt; [args] =&gt; Array ( ) ) [9] =&gt; Array ( [file] =&gt; /Applications/MAMP/htdocs/shop2/app/code/core/Mage/Core/Model/App.php [line] =&gt; 417 [function] =&gt; applyAllUpdates [class] =&gt; Mage_Core_Model_Resource_Setup [type] =&gt; :: [args] =&gt; Array ( ) ) [10] =&gt; Array ( [file] =&gt; /Applications/MAMP/htdocs/shop2/app/code/core/Mage/Core/Model/App.php [line] =&gt; 343 [function] =&gt; _initModules [class] =&gt; Mage_Core_Model_App [type] =&gt; -&gt; [args] =&gt; Array ( ) ) [11] =&gt; Array ( [file] =&gt; /Applications/MAMP/htdocs/shop2/app/Mage.php [line] =&gt; 683 [function] =&gt; run [class] =&gt; Mage_Core_Model_App [type] =&gt; -&gt; [args] =&gt; Array ( [0] =&gt; Array ( [scope_code] =&gt; [scope_type] =&gt; store [options] =&gt; Array ( ) ) ) ) [12] =&gt; Array ( [file] =&gt; /Applications/MAMP/htdocs/shop2/index.php [line] =&gt; 87 [function] =&gt; run [class] =&gt; Mage [type] =&gt; :: [args] =&gt; Array ( [0] =&gt; [1] =&gt; store ) ) ) [previous:Exception:private] =&gt; ) </code></pre> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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