vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Chat Modifications - MGC Chatbox (with AJAX) (https://vborg.vbsupport.ru/showthread.php?t=148472)

G-Element 07-25-2007 05:16 AM

Um... I overwrited the original vBulletin language file... is it still on my server somewhere?

Pottsy 07-25-2007 05:22 AM

vbDev, I'm afraid your product has broken my forum and I can't fix it.

I have:

Uninstalled the 2 MGC products.
Removed the template modifications in the readme.
Re-installed the original language file from the 3.6.7 /install folder.

And still my quick reply is broken.

This is really bad news. And really stupidly I did not do a full backup before this upgrade, because it's a "simple upgrade".

What else can this mod have changed that could have broken my quick reply?

shanevas2 07-25-2007 05:24 AM

Messed mine up to! I can not change the usergroups...

Code:

Database error in vBulletin 3.6.4:

Invalid SQL:
UPDATE mainusergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
        `title` = 'VIP',
        `description` = '',
        `usertitle` = 'VIP',
        `opentag` = '<font color = \"Turquoise\"><u><b>',
        `closetag` = '</b></u></font>',
        `passwordexpires` = '0',
        `passwordhistory` = '0',
        `ispublicgroup` = '0',
        `canoverride` = '1',
        `canpostmedia` = '1',
        `canviewmedia` = '1',
        `forumpermissions` = '783351',
        `genericpermissions` = '69737987',
        `attachlimit` = '1000000',
        `pmquota` = '250',
        `pmpermissions` = '0',
        `pmsendmax` = '5',
        `calendarpermissions` = '31',
        `wolpermissions` = '1',
        `adminpermissions` = '0',
        `genericoptions` = '47',
        `profilepicmaxwidth` = '100',
        `profilepicmaxheight` = '100',
        `profilepicmaxsize` = '25000',
        `avatarmaxwidth` = '150',
        `avatarmaxheight` = '150',
        `avatarmaxsize` = '50000',
        `signaturepermissions` = '237567',
        `sigpicmaxwidth` = '0',
        `sigpicmaxheight` = '0',
        `sigpicmaxsize` = '0',
        `sigmaxrawchars` = '0',
        `sigmaxchars` = '0',
        `sigmaxlines` = '0',
        `sigmaxsizebbcode` = '7',
        `sigmaximages` = '1',
        `userpagepermissions` = '3',
        `mysmiliesvb_permissions` = '0',
        `mysmiliesvb_maxwidth` = '0',
        `mysmiliesvb_maxheight` = '0',
        `mysmiliesvb_maxsize` = '0',
        `mysmiliesvb_totalsmilies` = '0',
        `mysmiliesvb_totalsize` = '0',
        `mgccustomusergroupperms` = '0',
        `nbmsgshowchatbox` = ''
WHERE usergroupid=10;

MySQL Error  : Unknown column 'mgccustomusergroupperms' in 'field list'
Error Number : 1054
Date        : Tuesday, July 24th 2007 @ 11:09:52 PM
Script      : http://www.uscarmeets.com/admincp/usergroup.php?do=update
Referrer    : http://www.uscarmeets.com/admincp/usergroup.php?do=edit&usergroupid=10
IP Address  : 67.11.186.25
Username    : 07CivicSI
Classname    : vb_database


G-Element 07-25-2007 05:24 AM

It just wont show on my forums................. what could be the problem??????????????????????????????????

G-Element 07-25-2007 05:27 AM

Quote:

Originally Posted by Pottsy (Post 1300875)
vbDev, I'm afraid your product has broken my forum and I can't fix it.

I have:

Uninstalled the 2 MGC products.
Removed the template modifications in the readme.
Re-installed the original language file from the 3.6.7 /install folder.

And still my quick reply is broken.

This is really bad news. And really stupidly I did not do a full backup before this upgrade, because it's a "simple upgrade".

What else can this mod have changed that could have broken my quick reply?

Try UNINSTALLING Quick Reply and REINSTALLING. if that doesnt manage then im quite not sure, and his product has indeed damaged your forum. But don't hold him liable, its not his fault, he can not forsee every bug in this product

Pottsy 07-25-2007 05:43 AM

I assume you mean "disable" and then "enable" quick reply in vbulletin options? When I refer to Quick Reply I mean the standard vbulletin quick reply, not a mod I can uninstall.

The only trace of MGC I have left is in the language file - I'm not sure how to reinstall a fresh copy of the original language. When I install it, it just overwrites existing entries and leaves the additional MGC entries behind.

I'm not holding vbdev liable, just looking for his help to fix my forum, because he is most likely to know what happened in the 1.4 upgrade that cause my forum (and other people's too) to break.

VBDev 07-25-2007 05:47 AM

Quote:

Originally Posted by maidos (Post 1300869)
and also the shoutbox still take me the top whenever i click on the button

All your problems come from the language error.

Quote:

Originally Posted by G-Element (Post 1300871)
Um... I overwrited the original vBulletin language file... is it still on my server somewhere?

As a matter of fact, as vbulletin language file is default, you should try to overwrite the english one by the master which is in the install folder.

However I am not 100% sure of that so you might ask jelsoft team first to be sure. This would be a precaution.

Quote:

Originally Posted by Pottsy (Post 1300875)
vbDev, I'm afraid your product has broken my forum and I can't fix it.

I have:

Uninstalled the 2 MGC products.
Removed the template modifications in the readme.
Re-installed the original language file from the 3.6.7 /install folder.

And still my quick reply is broken.

This is really bad news. And really stupidly I did not do a full backup before this upgrade, because it's a "simple upgrade".

What else can this mod have changed that could have broken my quick reply?

Hum, I didn't thought it could have messed the quick reply :( I'm really sorry for that :(.

It could have messed up all ajax functionnalities I think.

There must be a solution to revert the english language file to the default but I don't know how to, as stated for G-Element, I think it would be better to ask jelfsoft team how to revert language file.

I think this a problem of encoding type I put in my language file.

I am really ashamed :(

Quote:

Originally Posted by shanevas2 (Post 1300876)
Messed mine up to! I can not change the usergroups...

Code:

Database error in vBulletin 3.6.4:
 
Invalid SQL:
UPDATE mainusergroup SET
 
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
    `title` = 'VIP',
    `description` = '',
    `usertitle` = 'VIP',
    `opentag` = '<font color = \"Turquoise\"><u><b>',
    `closetag` = '</b></u></font>',
    `passwordexpires` = '0',
    `passwordhistory` = '0',
    `ispublicgroup` = '0',
    `canoverride` = '1',
    `canpostmedia` = '1',
    `canviewmedia` = '1',
    `forumpermissions` = '783351',
    `genericpermissions` = '69737987',
    `attachlimit` = '1000000',
    `pmquota` = '250',
    `pmpermissions` = '0',
    `pmsendmax` = '5',
    `calendarpermissions` = '31',
    `wolpermissions` = '1',
    `adminpermissions` = '0',
    `genericoptions` = '47',
    `profilepicmaxwidth` = '100',
    `profilepicmaxheight` = '100',
    `profilepicmaxsize` = '25000',
    `avatarmaxwidth` = '150',
    `avatarmaxheight` = '150',
    `avatarmaxsize` = '50000',
    `signaturepermissions` = '237567',
    `sigpicmaxwidth` = '0',
    `sigpicmaxheight` = '0',
    `sigpicmaxsize` = '0',
    `sigmaxrawchars` = '0',
    `sigmaxchars` = '0',
    `sigmaxlines` = '0',
    `sigmaxsizebbcode` = '7',
    `sigmaximages` = '1',
    `userpagepermissions` = '3',
    `mysmiliesvb_permissions` = '0',
    `mysmiliesvb_maxwidth` = '0',
    `mysmiliesvb_maxheight` = '0',
    `mysmiliesvb_maxsize` = '0',
    `mysmiliesvb_totalsmilies` = '0',
    `mysmiliesvb_totalsize` = '0',
    `mgccustomusergroupperms` = '0',
    `nbmsgshowchatbox` = ''
WHERE usergroupid=10;
 
MySQL Error  : Unknown column 'mgccustomusergroupperms' in 'field list'
Error Number : 1054
Date        : Tuesday, July 24th 2007 @ 11:09:52 PM
Script      : http://www.uscarmeets.com/admincp/usergroup.php?do=update
Referrer    : http://www.uscarmeets.com/admincp/usergroup.php?do=edit&usergroupid=10
IP Address  : 67.11.186.25
Username    : 07CivicSI
Classname    : vb_database


This is because you didn't upload both products

Quote:

Originally Posted by G-Element (Post 1300877)
It just wont show on my forums................. what could be the problem??????????????????????????????????

have you set usergroup permissions carefully ? Are you using default skin ?

Pottsy 07-25-2007 05:58 AM

Quote:

Hum, I didn't thought it could have messed the quick reply I'm really sorry for that .

It could have messed up all ajax functionnalities I think.

There must be a solution to revert the english language file to the default but I don't know how to, as stated for G-Element, I think it would be better to ask jelfsoft team how to revert language file.

I think this a problem of encoding type I put in my language file.

I am really ashamed
Don't worry! These things happen.

You are correct though. The solution is to create a new language. No need to update from the /install file, as it is already populated. Make this new language selectable, and the default, and all is fixed...

VBDev 07-25-2007 06:10 AM

Hum yes that's right ! You did it that way ?

Pottsy 07-25-2007 06:17 AM

Yes, a complete new language from fresh.

Language Manager: Add new language.

Make this new language selectable, and then make it the default language. Then make the old language not selectable. Job done!


All times are GMT. The time now is 03:10 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04203 seconds
  • Memory Usage 1,767KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete