The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Ello All,
I installed a userpage hack from here ages ago, and I have recently put my forums up from an old backup. I have overwritten everything, however I am now getting the following error. Code:
Database error in vBulletin 3.7.1: Invalid SQL: SELECT * FROM userpage WHERE userid=1; MySQL Error : Table 'bootleg_bootleg.userpage' doesn't exist Error Number : 1146 Request Date : Friday, May 30th 2008 @ 03:48:48 PM Error Date : Friday, May 30th 2008 @ 03:48:48 PM Script : http://bootleg.org.uk/forums/index.php Referrer : http://bootleg.org.uk/forums/admincp/index.php?do=head IP Address : 81.xxxxxxxxx Username : Watson Classname : vb_database MySQL Version : 4.1.22-standard I have had a look through the hack and I can find no easy way of getting rid of this. Even if I was able to install it again, and delete it. I just can't get it to work. The only solution I did find was someone posted about setting up more test forums, and running stuff on them and copying stuff over, which all looked a bit complicated. Any help or guidance would be much appreciated. My forums have been offline for over a year, and I am eagre to get them back on. I did try over at VB.com, but obviously due to it being a hack, no joy. Which is understandable of course. Cheers Watson |
#2
|
|||
|
|||
![]()
"Tried to uninstall it" - How did this "not" work exactly? Does it give you errors if you uninstall it?
Delete the Plugins via. the Plugin manager (AdminCP > Plugins & Products > Plugin Manager). Also make sure you have undone/overwritten any file edits you may have made in the past. |
#3
|
||||
|
||||
![]()
I get the same error mate, it just comes up after I try and uninstall the plugin
|
#4
|
|||
|
|||
![]()
Run this query then uninstall the product in the product manager.
Back up your database first as this is untested as I don't have the code handy and therefore don't know exactly what it is trying to do during the uninstall process [sql]CREATE TABLE userpage (somefield varchar(10) NOT NULL default 'stuff');[/sql] This will just create a table with the right table name and stick a random field in it. As I imagine that the uninstall code will simply drop the table this should do the trick. |
#5
|
|||
|
|||
![]()
If you have questions/problems with a modification or style, then please post in the thread (or support forum/board) about that modification/style. Best chance to receive a reply from either the author or another member using the same modification/style.
|
#6
|
||||
|
||||
![]() Quote:
Code:
You have to choose at least one column to display Quote:
--------------- Added [DATE]1212256833[/DATE] at [TIME]1212256833[/TIME] --------------- Quote:
Code:
Database error in vBulletin 3.7.1: Invalid SQL: ALTER TABLE usergroup DROP userpagepermissions; MySQL Error : Can't DROP 'userpagepermissions'; check that column/key exists Error Number : 1091 Request Date : Saturday, May 31st 2008 @ 05:56:04 PM Error Date : Saturday, May 31st 2008 @ 05:56:04 PM Script : http://www.bootleg.org.uk/forums/admincp/plugin.php?do=productkill Referrer : http://www.bootleg.org.uk/forums/admincp/plugin.php?do=productdelete&productid=userpages&s= IP Address : 81.151.85.204 Username : Watson Classname : vb_database MySQL Version : 4.1.22-standard ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|