vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - Automatic Thread Tagger From Post Content and Title (https://vborg.vbsupport.ru/showthread.php?t=218350)

Keesa 08-09-2009 02:29 PM

*never mind my questions, I have removed this, I do not like it. thank you though*

NLP-er 08-10-2009 07:57 PM

Quote:

Originally Posted by Schnee (Post 1864083)
*never mind my questions, I have removed this, I do not like it. thank you though*

I don't remember did I have a chance to see that questions but if you don't need help anymore it is also good :)

Sunka 08-11-2009 11:25 PM

Hi NLP-er...
Now something to have fun with this night :D

2 errors :eek:
(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


Marco van Herwaarden 08-12-2009 08:24 AM

Several customers have contacted vB support with upgrade problems when trying to upgrade to 3.8.4. The only common factor was this modification and upon unstallation of this modification the upgrade continued without problems.

Because of this we do advice all users of this modification to either wait with upgrading to 3.8.4 until the author of this modification provides an updated version or to uninstall this modification prior to upgrading to 3.8.4.

We will also sent out an email alert to all who have marked this modification as installed.

NLP-er 08-12-2009 12:59 PM

Quote:

Originally Posted by Marco van Herwaarden (Post 1865688)
Several customers have contacted vB support with upgrade problems when trying to upgrade to 3.8.4. The only common factor was this modification and upon unstallation of this modification the upgrade continued without problems.

Because of this we do advice all users of this modification to either wait with upgrading to 3.8.4 until the author of this modification provides an updated version or to uninstall this modification prior to upgrading to 3.8.4.

We will also sent out an email alert to all who have marked this modification as installed.

Can you give me some error messages?

NLP-er 08-12-2009 01:06 PM

Quote:

Originally Posted by Sunka (Post 1865486)
Hi NLP-er...
Now something to have fun with this night :D

2 errors :eek:
(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


Thanks for info :)

NLP-er 08-12-2009 01:35 PM

Quote:

Originally Posted by Sunka (Post 1865486)
Hi NLP-er...
Now something to have fun with this night :D

2 errors :eek:
(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 :)

Markos 08-12-2009 01:45 PM

i got the database error to and had to un-install it before i could upgrade to 3.8.4

NLP-er 08-12-2009 02:28 PM

I’ve got response from vB staff that topic will be investigated tomorrow.

So I stop new release till get more hints from vB staff :)

Hope it is ok for you. I just don't want to flow you with lot of updates. So it will be released with good solution and also soon :)

Daky 08-12-2009 04:49 PM

Quote:

Originally Posted by Markos (Post 1865840)
i got the database error to and had to un-install it before i could upgrade to 3.8.4

Same here ...


All times are GMT. The time now is 03:17 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.01571 seconds
  • Memory Usage 1,907KB
  • 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
  • (3)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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