View Single Post
  #168  
Old 08-12-2009, 01:35 PM
NLP-er's Avatar
NLP-er NLP-er is offline
 
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sunka View Post
Hi NLP-er...
Now something to have fun with this night

2 errors
(sorry for my english language, but I am shure that you will understand me what I am trying to say)
  1. Yesterday, my server automaticly ban my IP because high traffic on cron job for tags...I
    mannualy decrese number of threads to scan in 1 loop (I do not remember how much, but half of default value)

    This is my forum stats:
    • Threads: 1,701
    • Posts: 14,399
  2. Today (tonight) I have upgraded my forum from v3.8.3 to v3.8.4 and database error come because of something in database related with this MOD. I have to uninstall this MOD, to at least finnish update of my forum! So, till you correct problems, I am sorry, but I have to not install this MOD again.


This is error which show during upgrade to v3.8.4


Step 1) Import latest options (Step 1 of 5)

Code:
Database error in vBulletin 3.8.4:

Invalid SQL:

            INSERT INTO setting
            (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder,
            advanced, volatile, validationcode, blacklist, product)
            VALUES
            (
                'threadtagging',
                'tagging',
                '1',
                '1',
                'boolean',
                'yesno',
                10,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagminlen',
                'tagging',
                '3',
                '3',
                'integer',
                '',
                20,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxlen',
                'tagging',
                '25',
                '25',
                'integer',
                '',
                30,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagbadwords',
                'tagging',
                '',
                '',
                'free',
                'textarea',
                31,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'taggoodwords',
                'tagging',
                '',
                '',
                'free',
                'textarea',
                32,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagdelimiter',
                'tagging',
                '',
                '',
                'free',
                '',
                35,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxthread',
                'tagging',
                '25',
                '25',
                'integer',
                '',
                40,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxstarter',
                'tagging',
                '5',
                '5',
                'integer',
                '',
                50,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxuser',
                'tagging',
                '3',
                '2',
                'integer',
                '',
                60,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagforcelower',
                'tagging',
                '1',
                '1',
                'boolean',
                'yesno',
                70,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_tags',
                'tagging',
                '70',
                '70',
                'integer',
                '',
                400,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_levels',
                'tagging',
                '5',
                '5',
                'integer',
                '',
                410,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_cachetime',
                'tagging',
                '30',
                '30',
                'integer',
                '',
                420,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_usagehistory',
                'tagging',
                '365',
                '365',
                'integer',
                '',
                425,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_usergroup',
                'tagging',
                '2',
                '2',
                'integer',
                'usergroupextra\r\n-1|live_permission_check\r\n0|no_permission_check',
                427,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_searchcloud',
                'tagging',
                '1',
                '1',
                'boolean',
                'yesno',
                440,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_searchhistory',
                'tagging',
                '30',
                '30',
                'integer',
                '',
                450,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    );

MySQL Error   : Duplicate entry 'tagminlen' for key 1
Error Number  : 1062
Request Date  : Wednesday, August 12th 2009 @ 12:36:02 AM
Error Date    : Wednesday, August 12th 2009 @ 12:36:03 AM
Script        : ********
Referrer      : **********
IP Address    : *********
Username      : 
Classname     : vB_Database
MySQL Version : 5.0.81-community-log
Ok. I know what is gooing on and already have solution - not good for users, so I wait for response from vB staff.

The reason is bacause this mod is using aliases to native vB settings - thanks that you can configure everything in one place.
Unfortunatelly it seems that when you make alias vB just updates setting values in DB so it will be only in one place. This is still ok, but... But during update vB inserts all settings without IGNORE and thats why we have problems with updates vB when this mod is installed.

I can just remove aliases - it will be possible to update vB, but you will have to look options for min, max tag length and max thread tags in other place (definied by vB).

Right now I'm still wayting for response from vB staff is it possible to use settings aliases or vB is too limited for that.

So solution will be very soon. Please be patience If you uninstall this mod you will loose whole tags propositions history. It's not harmful but can cost you some additional clicking for propositions disapproval. If you feel that can wait 1-3 hours then just wait for new release
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01117 seconds
  • Memory Usage 1,820KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete