The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Invalid SQL:
INSERT INTO vb3_post (showsignature, allowsmilie, username, userid, title, pagetext, iconid, visible, parentid, threadid, nowplaying, dateline, ipaddress, attach) VALUES (1, 1, 'Chris', 23, '', whoops.', 0, 1, 224760, 13014, '', 1154370911, '69.164.74.179', 0); MySQL Error : Unknown column 'nowplaying' in 'field list' Now playing hack hosed me - it's not the hack's fault, my cablemodem died on the first import, and I can't get the sucker uninstalled, so I have to manually remove everything. If the product's disabled it doesn't bother with it, so I'm not really down, but I'd like to get it all out of my DB. Where do I remove the nowplaying field from that SQL query? |
#2
|
||||
|
||||
![]()
What do you want removed? It wasn't able to insert anything.
if you want to remove the product just UNINSTALL it via PLUGIN MANAGER. |
#3
|
|||
|
|||
![]()
Yeah, I know how to uninstall products.
![]() Code:
Database error in vBulletin 3.5.4: Invalid SQL: ALTER TABLE vb3_post DROP nowplaying; MySQL Error : Can't DROP 'nowplaying'; check that column/key exists Error Number : 1091 |
#4
|
||||
|
||||
![]()
Have you tried to reinstall it then uninstall it?
|
#5
|
|||
|
|||
![]()
Yeah, same deal, tried importing over it with overwrite, etc. Something's just hosed so I have to manually pluck all the bits out.
Edit: Should mention that with the plugin enabled, I get the error in the first post when I try to post a message. If it's disabled, it doesn't try writing to the missing column. |
#6
|
||||
|
||||
![]()
What if you were to manually add the "nowplaying" key into the "post" Table and then try to uninstall it?
|
#7
|
|||
|
|||
![]()
I gave that a shot actually, and I got the same no-key error when uninstalling it.
![]() It's not a huge deal, with it disabled it's not actually hurting anything, it's just annoying to know that it's there. ![]() Edit: Thank you for the suggestions though, much appreciated. ![]() ![]() |
#8
|
||||
|
||||
![]()
When (
![]() ![]() |
#9
|
||||
|
||||
![]()
check the product ... most likely the DROP query is in the UNINSTALL CODE edit box
PLUGINS & PRODUCTS / MANAGE PRODUCTS / click edit on the product |
#10
|
|||
|
|||
![]()
Yeah, I looked at that. I can get it to drop the column itself if I run the query manually, but for some reason the plugin remains and so does whatever code calls the write to that column if someone makes a new post. (Thank you for the time, by the way.
![]() The hack just adds a $post[field] that you fill out when making a post, and sticks it into the postbit. So when someone makes a post, it's still looking for that entry even though the column itself is missing (and even if it's there, actually). So wherever the code is that actually parses all of the fields that are entered when someone makes a new post (showsignature, allowsmilie, username, userid, title, pagetext, iconid, visible, parentid, threadid, nowplaying, dateline, ipaddress, attach), I need to find that and strip out nowplaying, that's all. (At least, I think it's that simple, hah!) Quote:
![]() Edit: Just want to mention again that it's not the hack's fault, it's just bad timing for my cablemodem to drop signal that made my vB so very angry with me. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|