Quote:
Originally Posted by Hellcat
- In the table "settings" delete all entries with "varname" = "countdownfield"
- In table "profilefield" delete all entries with "title" = "User Countdown"
- In table "userfield" drop all columns added by the countdown
- SQL: DELETE FROM plugin WHERE product = 'hc_usercountdown';
- In the product table delete the "hc_usercountdown" entry
- Delete uploaded files
|
Just did that, showthread.php isn't working currently after removing everything from the db and the files from /includes.
Code:
Warning: Unknown(./includes/plugins_usercountd.php): failed to open stream: No such file or directory in /includes/class_postbit.php(279) : eval()'d code on line 3
Warning: Unknown(./includes/plugins_usercountd.php): failed to open stream: No such file or directory in /includes/class_postbit.php(279) : eval()'d code on line 3
Fatal error: (null)(): Failed opening required './includes/plugins_usercountd.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xh2ocomg/public_html/includes/class_postbit.php(279) : eval()'d code on line 3
After uploading the files again just to see if it works:
Code:
Database error in vBulletin 3.5.3:
Invalid SQL:
SELECT field17 FROM vbuserfield WHERE userid='290';;
MySQL Error : Unknown column 'field17' in 'field list'
Error Number : 1054
Date : Sunday, February 19th 2006 @ 03:39:46 AM
Script : http://www.x-h2o.com/showthread.php?p=12134
Referrer : http://www.x-h2o.com/index.php?
IP Address : my ip
Username : me
Classname : vb_database
field 17 is gone of course, was one that I deleted from the db. Can you point out the code modifications I need to remove? I'm new to the .xml and can sort of understand it, but not completely.
It's a beautiful day in the neighborhood, a beautiful day for a neighbor....
BTW, I love the idea of this plugin, and will definitely install it once it's sorted completely.
EDIT: since I was down anyway, decided to see if reinstalling would at least get me functional since the database was corrected, and it did, for now. Counters are even working. Can I get verification that the plugin uninstall works properly?