![]() |
|
#1
|
|||
|
|||
|
I just finished installing vBadvanced. But, every since i installed it, now my forum is running very slowly, taking as much as 10 seconds to view a new thread.
Can someone tell me a solution? Otherwise can someone tell me how to safely uninstall vBadvanced without affecting my previous 3.6 installation of vBulletin? |
|
#2
|
|||
|
|||
|
I am having the same problem!
I had just installed vBadvanced today and was experiencing delays on all my pages, by as much as 15 seconds, with 10 seconds being the average. So i ran the uninstall and it didnt work, it still shows in my admin panel. So i ran it a second time and its still there? Everything on my site is running 10 seconds slow now. Loading the main forum page, empty forum pages, new threads, admin panel etc. all are taking a minimum of 10 seconds to load since i installed vBadvanced.
|
|
#3
|
|||
|
|||
|
Well i tried the uninstall process from the installation page. It didnt work. I tried it three more times and it still didnt work.
So i finally resolved this by manually deleting each of the files that were uploaded. This finally removed vBadvanced from the admin panel. But, now my forum is still running very slowly ever since i had installed vBadvanced. It used to take less than 1 second to load my forum pages, due to me not having much content. Now it takes those same pages a minimum of 10 seconds to load. Even an empty forum takes 10 seconds to load with some pages taking 15 seconds or more. My regular sight runs fine as does my Joomla site. Its only affecting my vBulletin forum and it started immediately upon completing the installation of vBadvanced. Anyone have ideas to resolve? |
|
#4
|
||||
|
||||
|
What version of CMPS installed on what version of vBulletin? What error(s) did you get when you ran the vbacmps_install.php script and choose the uninstall option?
|
|
#5
|
|||
|
|||
|
Quote:
I am using 3.6.4 vBulletin and i installed the 2.2.1 vBadvanced My average forum speed was about 1 second to load any page. After installing vBadvanced it then took an no less than 10 seconds to load any pages with some pages taking as long as 15 seconds. I did the uninstall, went through the process ok and gave me a message saying it had been successfully uninstalled and given me an option to reinstall or access admin panel. I connected to admin panel and the CMPS still showed up as an option. The only thing the uninstall did was make the CMPS panel links (ie. add module, etc) to not work anymore, they would just link to a page not found error. But, the pages were still on my webserver. Anyways, i deleted the files manually and that removed the CMPS from admin panel. But, i still had the 10 second slowness. So i then ran vBulletin repairs. doing table and thread and all the other repairs and update counts etc. That seems to have reduced the problems to an average of 3 second delays with accessing pages. but still not the same as it was before. I ran ping and tracert and both came back as good. Server host says nothing wrong on their end. |
|
#6
|
||||
|
||||
|
There's no way the CMPS would cause the rest of your forum pages to run slow since no code for the CMPS is executed on any of those pages.
|
|
#7
|
|||
|
|||
|
Unless the uninstall script doesn't remove ANY of the changes it adds to the database. And since some ppl dont realize uninstall doesnt work all the time, if they reinstall they keep adding indexes.
I have the same config. 3.6.4 with 2.2.1 vBadvanced and the uninstall ain't working. All the tables are still there and also the indexes. Is there a way to manually remove everything the install did on the database? |
|
#8
|
||||
|
||||
|
What tables exactly did it not remove? It leaves the adv_setting and adv_settinggroup tables since those are used in other vBa products, but it should remove the rest. And there shouldn't be any way that extra table indexes would be added as there is a check before each one is added to make sure that it has not been added before.
If you really want to manually remove the database changes then you could do that by manually running each query in the uninstall part of the install file, but there's quite a few. |
|
#9
|
||||
|
||||
|
Quote:
|
|
#10
|
|||
|
|||
|
Non whatsoever. Uninstall went smooth. No error messages, yet I still have the 3 indexes (I clearly read it said it removed all those indexes). I had to manually drop them all.
Code:
ALTER TABLE user DROP INDEX posts ALTER TABLE thread DROP INDEX lastpost ALTER TABLE post ADD INDEX dateline |
|
#11
|
|||
|
|||
|
Quote:
Only manually ? |
|
#12
|
||||
|
||||
|
Yes, those would have to be removed manually.
|
|
#13
|
|||
|
|||
|
Ok, I got this stuff left:
2 tables: adv_setting vb_adv_settinggroup 3 indexes: (posts) IN user (lastpost) IN thread (dateline) IN post 154 registers in phrases table: SELECT * FROM `phrase` WHERE product = 'adv_cmps' 13 registers in templates table: templateid = .panel, .panelsurround, .tcat, .thead, imgdir_attach and so on. Those last 13 registers in the templates table make reinstalling take a lot longer for some reason. If I dont delete those, Updating image path takes like 30 minutes instead of seconds. As you see, there's quite some stuff left in the DB eventho the uninstall script says everything was removed. PD: Also, uninstall won't undo the "Update your image paths". You have to do that manually if you want everything the way it was before the installation. Last edited by Devile; 01-23-2007 at 11:38 AM. |
|
#14
|
||||
|
||||
|
The 2 tables are left there intentionally. They are used in all vBa products, and leaving them there after an uninstall won't affect anything.
The indexes I really have no clue about right now. As long as you followed through the steps in the uninstall and it said they were removed, then they should be. Of course you can always run some manual queries to drop them though. For the phrases, it looks like there might be a small bug in the install file that's preventing them from being removed. Of course you can run a query to drop all phrases with 'adv_cmps' as the product. Or, look in the install file for this code: PHP Code:
PHP Code:
As for the 13 templates, the ones you listed are default vBulletin templates used for your image paths. If an image path is updated though, then it inserts a new entry to the databse for those. We don't change the image paths back during the uninstall since there's not really a way to tell if the user already had the full path before installing the CMPS. In most cases, updating the images paths should take less time if the full path is already entered. Something in your server settings could affect that so that it takes longer though. If the paths are already updated though then it's not necessary to continue through that step. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is the URL to my "main" forum? I installed vBadvanced in the root directory. | a4nikka | Troubleshooting & Problems | 1 | 11-03-2006 12:01 PM |
| vBadvanced.com running vBadvanced CMPS v2.2.1 | RS_Jelle | Site Feedback & Updates | 3 | 10-15-2006 04:50 PM |
| Problem running VBadvanced | LatinPrince | Troubleshooting & Problems | 8 | 12-30-2005 03:57 PM |
| vbadvanced.com running CMPS 2.0 gold o_O | vbusers11 | Chit Chat | 15 | 09-06-2005 07:55 PM |