Quote:
Originally Posted by traffiking
Right now I have two style - one is Default Style and the other is Bluefox... I want Bluefox to be the ONLY style so I try deleting the Default but whenever I do I always get this message:
How I keep Bluefox and get rid the Default?
|
First make a backup of the style table and then run the following query at the phpmyadmin.
Code:
DELETE FROM style WHERE styleid = 1;
If your db tables have a prefix, then include that in the query as well.