![]() |
cant access ACP, need to change default style
I installed a new style but i messed up my forum... I put the new style as default style for all users and now i cant access forum and i cant access ACP
How can i set back my old style as default, without access to ACP ? |
help?
|
Try adding "&styleid=1" to your url? (I see both the forums in your sig just fine.)
Why don't you just go directly to your admincp? The style shouldn't affect it. |
The forum that have this problem isnt in my sig, its this one:
http://forums.resistance.tk/index2.php 3 days ago my webhost upgraded to php5.3 and since 3 days my forum is displaying errors and wont show up... 2 days ago my admincp still worked even if the main forum wouldnt show up. i thought that maybe the problem was my style, so i uploaded a new style and set it as default (i used chestnut style). Then after that i couldnt access my admincp anymore, thats why i wanted to try resetting the default style As you can see here: http://forums.resistance.tk/padmincp/index.php my admincp will not work, even with the styleid parameter in the url |
You cannot get rid of those errors by using a different style. Those are php errors.
You cannot use PHP 5.3 on any version of vBulletin that is less than 3.8.5 or you will get those errors. vB3.8.4 and below are not supported to work with PHP5.3. You will need to ask your host to move you to a server that is using PHP5.2 |
You should use a supported version of php like Lynne says, but there's another way to stop seeing those errors: find every file that contains
Code:
error_reporting(E_ALL & ~E_NOTICE); and change it to Code:
error_reporting(E_ALL & ~E_NOTICE & ~8192); If I remember correctly there was also a few other errors that involved removing a '&' from some function calls. |
It would be quicker to just upgrade then edit every file.
|
Quote:
|
Quote:
|
Quote:
Quote:
Quote:
I have the same errors, but i just turned off error display in a .htaccess file and everything seems to be working alright. That's why i don't understand why my other forum (under same 3.6.4 version) won't work under PHP 5.3 Quote:
Also, i have custom themes, custom mods, and a lot of things that i will loose after upgrading. To me, upgrading represents hours and hours and hours of work to get everything compatible with the new version :( Quote:
|
Do you have the same modifications on both your sites - the working one and non-working one? Have you tried disabling your modifications at all to see if you could get into the admincp then?
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php PHP Code:
I use BBEdit as my editor. |
I just added this line to my config.php but my board still doesnt want to show up.... cant access the admincp section neither...
i was able to access admincp before i added the new style and set it as default.... is it possible to switch back to my old style and set it as default style for all users and guests... Maybe through a phpmyadmin sql query ? |
You must have fixed this because I see the site just fine right now.
|
All times are GMT. The time now is 04:04 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|