PDA

View Full Version : Problems after uninstall mod


Chadi
06-28-2009, 12:49 PM
I uninstalled vbjournal (3.5) mod and replaced with VB Blog.

Problem is, I keep getting these notifications a few times a day via email.


Database error in vBulletin 3.8.3:

Invalid SQL:

SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_posting AS phrasegroup_posting,
phrasegroup_journalhack AS phrasegroup_journalhack,
phrasegroup_search AS phrasegroup_search,
phrasegroup_user AS phrasegroup_user,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM language
WHERE languageid = 1;

MySQL Error : Unknown column 'phrasegroup_journalhack' in 'field list'
Error Number : 1054
Request Date : Sunday, June 28th 2009 @ 06:07:30 AM
Error Date : Sunday, June 28th 2009 @ 06:07:30 AM
Script : http://www.talkjesus.com/journal.php
Referrer :
IP Address : 208.xxx.111.248
Username :
Classname : vB_Database
MySQL Version :

I did a search in my style for 'journal', nothing exists. I did a search for journal in phrases and got a bunch of results. I tried the find orphaned phrases tool but that did not fix it.

I'm getting irritated by this. I don't know how someone is trying to even access the journal when the links aren't even there.

Lynne
06-28-2009, 03:51 PM
When you uninstall a mod, you must also remove any files you uploaded for that mod - like files in the /includes/xml directory which is where I'm guessing you have the problem file.

deadlySniper
06-28-2009, 03:59 PM
Yeah, you need to remove all the files from your FTP.

Chadi
06-29-2009, 12:56 PM
Yes, I'm very well aware of that. I had certainly removed all files related to the mod.

Lynne
06-29-2009, 01:35 PM
Yes, I'm very well aware of that. I had certainly removed all files related to the mod.
Then why is the journal.php page still uploaded to your server? That is one of the files for the modification and one you have not removed and it is the one giving the error.

Chadi
06-29-2009, 01:44 PM
Thanks, yes it was there. I remember why now: did a backup restore around the same time the mod was uninstalled, forgot to remove that file.

Thanks for the heads up :)