Hi
Can someone tell me how can i reset the theme to the original theme.... I tried to change the theme on my site, but it was a D7 theme and I have 6.1 installed and now my site errors... can't even get to the admin area.. help please.
Hi Can someone tell me how can i reset the theme to the original theme.... I tried to change the theme on my site, but it was a D7 theme and I have 6.1 installed and now my site errors... can't even get to the admin area.. help please. |
You get to have real fun with this one:
1. Look at the files that you uploaded to change the theme, you should have uploaded only to the templates/ directory. Some templates will call for templates/base & templates/tmpl_{tmpl} to be uploaded. In the event that it called for /base & /tmpl_{tmpl} uploads then you will need to reupload both.
2. Did it require uploading/editing any files outside of the /templates folder? If it did, then that should of thrown up red flags like crazy unless it's a switcher template, then it would have a file inc/js/switch.js or something to that effect and editing to the _header.html file also.
3. Did it have an SQL that you had to run? If so, then you will need to drop/insert whatever it was that the sql file you ran did. The best way to help you on this is to see what errors your getting and then we can begin to give you a hand with it, but looking over what you did and coming in on it via FTP will fix everything by uploading a templates/ directory unless you ran the SQL, then you need to get into the tables for that or create a new SQL to run the undoes it all.
Have you looked at perhaps grabbing a back-up and resetting that on the site? Might be quicker if this did alot of things. |
open the inc folder look for the file params.inc.php open params.inc.php look for this line $tmpl = 'uni'; // change skin change what you have there back to uni save the file refresh your web browser https://dolphin-techs.com - Skype: Dolphin Techs |
Thank you very much guys... it worked :-) |