PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, January 15, 2022

[FIXED] Cannot load Magento site using MAMP Pro

 January 15, 2022     magento, mamp, phpmyadmin, svn     No comments   

Issue

So I managed to get my Magento site repository checked out locally with Cornerstone (Mac SVN), the database imported into PHPMyAdmin via the Terminal command line, changed the core config table base url (www.mydomain.com to mydomain.localhost), added the local.xml with the right credentials to app/etc/local (SVN is set up to ignore it) and added mydomain.localhost in MAMP.

Not sure if I'm forgetting anything, but I get a big list of errors when I try to bring up mydomain.localhost or mydomain.localhost/admin.

I know it's a shot in the dark, but figured I'd see if anyone had any ideas, if I missed a step, or if anyone has run into this before.

Big list of errors:

https://dl.dropbox.com/u/54760147/errors.txt


Solution

Looks like I did two things wrong, not sure which was the culprit (or both):

  • Local.xml had the wrong encryption key in it
  • Core config base urls were missing the slash at the end http://mydomain.localhost instead of http://mydomain.localhost/


Answered By - Miles Pfefferle
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing