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 ofhttp://mydomain.localhost/
Answered By - Miles Pfefferle
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.