PDA

View Full Version : Serious troubles


HenrikHansen
03-18-2008, 11:24 AM
I had some problems with Dynamics after upgrading to 3.7 (database problems everywhere), so I decided to delete Dynmaics since I am only experiementing with Dynamics right now.

Result after uninstall: Now I cannot acess my site at all :confused:

Furthermore, I discovered too late also that all my translated Dynamics phrases are now gone. Is it possible to retrieve from a vulletin database backup. There are quite a lot of phrases needed to translate again, otherwise :o


Database error in vBulletin 3.7.0 Beta 6:

Invalid SQL:

SELECT languageid,
phrasegroup_adv_portal AS phrasegroup_adv_portal,
phrasegroup_calendar AS phrasegroup_calendar,
phrasegroup_postbit AS phrasegroup_postbit,
phrasegroup_adv_dyna AS phrasegroup_adv_dyna,
phrasegroup_prefix AS phrasegroup_prefix,
phrasegroup_global AS phrasegroup_global,
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 = 2;

MySQL Error : Unknown column 'phrasegroup_adv_dyna' in 'field list'
Error Number : 1054
Date : Tuesday, March 18th 2008 @ 10:19:02 AM

Brian
03-18-2008, 11:38 AM
http://www.vbadvanced.com/forum/showthread.php?t=27205

Our Sponsors
 

HenrikHansen
03-18-2008, 12:55 PM
OK, thanks, but I have not suceeded in accessing my site even though I have deleted the plugins using phpMyAdmin.

I have added vba_dyna to the global output variables in CMPS, can it be an issue here?
I am really worried about this situation.

Brian
03-18-2008, 01:28 PM
If I'm thinking correctly, plugins are stored in a cache, so just deleting the database entry might not work. Try adding this line to your vBulletin config.php file:
define('DISABLE_HOOKS', true);

Upload the file and you should then be able to go into your Admin CP and remove the plugins from there. After that, be sure to remove that line from your config.php file to re-enable your plugins.

Our Sponsors
 

HenrikHansen
03-19-2008, 10:41 AM
Hi Brian, I disabled all hooks as you said and got access to by admincp. However, all dynamics plugins were gone, so I guess I deleted successfully via database.

But, I still receive same error when hooks are enabled! And I canīt find out why the sql-report still says "Unknown column 'phrasegroup_adv_dyna' in 'field list' ". When all hooks disabled, I can see my forum and links sites, but not CMPS, it gives the error Fatal error: Call to undefined function: print_portal_output() in /home/euinfo/public_html/europanet/index.php on line 46

Brian
03-19-2008, 10:51 AM
Errrr, unless you've modified some of your vB files then there shouldn't be any reason (at least that I can think of) that you would still get that error. Would you mind just submitting a support ticket so I can take a look at things and see what the problem is?