Dean N.
Dean N.

Reputation: 21

Magento - change store view to default via phpmyadmin

Situation: I have messed up the store view option in Magento admin (very right option in 'Manage Stores'. I tried adding another store view. After saving it, I could neither enter backend nor was the frontend visible anymore (404 error).

I have access to phpmyadmin and was planning to manually change the store view to default again, but did not find the the aproporiate location to do so. Could you guys point me to the right direction please?

(I saw a similar question asked on this board, but with unsatisfying solution: 404 error in front end and admin of magento after changing store view to a new store)

Upvotes: 0

Views: 946

Answers (1)

Dean N.
Dean N.

Reputation: 21

Found this myself though:

  • core_store
  • core_store_group

Dont forget to delete the cache and sessions or your website wont load properly:

  • /var/cache
  • /var/sessions

Upvotes: 1

Related Questions