vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   New Posting Features - Automatic Thread Tagger (https://vborg.vbsupport.ru/showthread.php?t=185495)

Phalynx 07-31-2008 02:17 PM

Quote:

Originally Posted by KevinL (Post 1588373)
I just upgraded and ran the cron. Still nothing. It's not tagging the RSS feeds.

Run maintenance tools, auto tag threads. Cron is only for nightly run.
Also:
* If no threads are tagged you will have to check the following:
- Is the modification enabled? Is the action you are testing enabled? (vBulletin tagging, whole auto thread tagger system, AJAX, new threads)
- Are the words you are using badwords or filtered out?

* Cron/Scheduled Task is not tagging all threads.
- The cron is limited to 500 (you can change this via settings) threads per run to avoid heavy impact on server. Make sure you run maintenance auto tagger before this to tag old threads. You can check the scheduled tasks log to see if it is running correctly.
Important: If a thread title does not meet minimum requirements to be included in tags (f.e. one word thread titles, too short words), it will be forever in this queue.

rsb8940 07-31-2008 02:43 PM

I just applied/installed the upgrade to 1.1.0 (previously ran 1.0.1). Since then, I get this SQL Error:

-----------------

Invalid SQL:
SELECT
t.tagid
FROM tagthread as t
WHERE t.threadid= AND autotag=1;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND autotag=1' at line 4
Error Number : 1064
Request Date : Thursday, July 31st 2008 @ 11:38:06 AM
Error Date : Thursday, July 31st 2008 @ 11:38:07 AM
Script : http://support.vpi-corp.com/forum/ne...streply&t=5127
Referrer : http://support.vpi-corp.com/forum/ne...quote=1&p=7308
IP Address : #### (masked)
Username : #### (masked)
Classname : vB_Database_MySQLi
MySQL Version :

Phalynx 07-31-2008 02:53 PM

Quote:

Originally Posted by rsb8940 (Post 1588410)
I just applied/installed the upgrade to 1.1.0 (previously ran 1.0.1). Since then, I get this SQL Error:

-----------------

Invalid SQL:
SELECT
t.tagid
FROM tagthread as t
WHERE t.threadid= AND autotag=1;

Strange. I'm catching now the missing threadid with an "intval". The ZIP has been silently updated, please replace the functions_autotagger.php

MadK 07-31-2008 03:20 PM

The special characters auto tags got messed up after the update. The plugin would read special characters, now it shows as: "aand#304lesand#304"

http://www.mafia-mp.com/forums/

Guest account:

Code:

Username: TestAccount
Password: testaccount123


lstintxs100 07-31-2008 03:30 PM

Will update later when I get a chance. Thanks for the wisdom and hard work.

masterross 07-31-2008 04:03 PM

Thanks for update unfortunately AJAX doesnt work for me:
Code:

Line:466
Char:3
Code:0
Error:Object required
URL:http://www.my-forum.pl/newthread.php?do=newthread&f=116

And the line 466 is:

Code:

  vBAjax_ATT.onreadystatechange = m_State_ATT;
regards

redlabour 07-31-2008 04:48 PM

Bug after Updating:

Code:

Datenbankfehler in vBulletin 3.7.2:

Invalid SQL:
UPDATE vb3_thread SET autoskip=2 WHERE threadid=11616;

MySQL-Fehler  : Unknown column 'autoskip' in 'field list'
Fehler-Nr.    : 1054
Fehler-Zeit  : Thursday, 31.07.2008 @ 19:44:18
Datum        : Thursday, 31.07.2008 @ 19:44:19
Skript        : http://www.politikstube.de/forum/newreply.php?do=postreply&t=11616
Referrer      : http://www.politikstube.de/forum/newreply.php?do=newreply&p=157876
IP-Adresse    : XXXXXXXX
Benutzername  : Kiara
Klassenname  : vB_Database_MySQLi
MySQL-Version :

at Delete Auto Tags. :(

Phalynx 07-31-2008 07:18 PM

Quote:

Originally Posted by MadK (Post 1588430)
The special characters auto tags got messed up after the update. The plugin would read special characters, now it shows as: "aand#304lesand#304"

Please keep in mind to replace the filter replacement '&'=>'and' with ' & '=>'and'

Quote:

Originally Posted by masterross (Post 1588462)
Thanks for update unfortunately AJAX doesnt work for me:
Code:

Line:466
Char:3
Code:0
Error:Object required
URL:http://www.my-forum.pl/newthread.php?do=newthread&f=116

And the line 466 is:

Code:

  vBAjax_ATT.onreadystatechange = m_State_ATT;
regards

Which browser are you using?

Quote:

Originally Posted by redlabour (Post 1588497)
Bug after Updating:

Code:

Datenbankfehler in vBulletin 3.7.2:

Invalid SQL:
UPDATE vb3_thread SET autoskip=2 WHERE threadid=11616;

MySQL-Fehler  : Unknown column 'autoskip' in 'field list'
Fehler-Nr.    : 1054
Fehler-Zeit  : Thursday, 31.07.2008 @ 19:44:18
Datum        : Thursday, 31.07.2008 @ 19:44:19
Skript        : http://www.politikstube.de/forum/newreply.php?do=postreply&t=11616
Referrer      : http://www.politikstube.de/forum/newreply.php?do=newreply&p=157876
IP-Adresse    : XXXXXXXX
Benutzername  : Kiara
Klassenname  : vB_Database_MySQLi
MySQL-Version :

at Delete Auto Tags. :(

Uninstall, install. Seems the installcode did not execute on upgrade.

Hostboard 07-31-2008 08:23 PM

Deleted tags, ran re-tag got this:

Code:

Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 35 bytes) in /home/domains/domain_name/public_html/forums/includes/functions_autotagger.php on line 408
Had to decrease tag number to 500 in order to get it to work.

drumbo 07-31-2008 08:26 PM

When I enable Disable Auto Tag if Tagged ;its still adding tags if the user has submitted tags with their post. :-(

Spinball 07-31-2008 10:00 PM

First I got a database error saying that the MySQL server had gone away.
Then when I refreshed:
Quote:

Warning: Invalid argument supplied for foreach() in [path]/includes/functions_cron.php on line 95
and
Quote:

Database error in vBulletin 3.7.2:

Invalid SQL:

UPDATE cron
SET nextrun = 1217714340
WHERE cronid = 62 AND nextrun =;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
Error Number : 1064
Request Date : Thursday, July 31st 2008 @ 11:57:46 PM
Error Date : Thursday, July 31st 2008 @ 11:57:46 PM
Script : http://nocache.avforums.com/forums/a...=productimport
Referrer : http://nocache.avforums.com/forums/a...?do=productadd
IP Address : 82.37.224.84
Username : Stuart Wright
Classname : vB_Database_Slave
MySQL Version : 5.0.51a-community-log
[Edit : follow up to this - I installed again and everything appeared to work second time through]

Skavenger 08-01-2008 12:36 AM

Quote:

Originally Posted by Skavenger (Post 1578873)
Everything works fine for me except one thing.
I ran "Delete Auto Tags" maintenance option, then "Auto Tag Threads" maintenance option and when I went to check tags, I found I have duplicated tags in a single thread.
Is there a way to fix this?

Thanks

I can confirm this is not happening anymore in 1.1.0 gold

You forgot to remove this text from settings:
Quote:

In order for RSS tagging to work you will have to manually edit one of the default vbulletin files. Please refer to the product page on vBulletin.org for further information.
Thanks for the mod!

masterross 08-01-2008 12:56 AM

Quote:

Originally Posted by Phalynx (Post 1588608)
Please keep in mind to replace the filter replacement '&'=>'and' with ' & '=>'and'


Which browser are you using?

Both FF and IE

Phalynx 08-01-2008 06:40 AM

Quote:

Originally Posted by Spinball (Post 1588718)
First I got a database error saying that the MySQL server had gone away.
Then when I refreshed:

Reduce the amount of tags per page, there is a setting for that.

Quote:

Originally Posted by Skavenger (Post 1588799)
I can confirm this is not happening anymore in 1.1.0 gold

Glad to hear that.

Quote:

Originally Posted by Skavenger (Post 1588799)
You forgot to remove this text from settings:

Oh yes, thanks for pointing me to this.

Quote:

Originally Posted by masterross (Post 1588825)
Both FF and IE

Hmmm, cannot confirm this. Running smooth on FF2, FF3, IE6 and IE7.

Phalynx 08-01-2008 06:45 AM

Automatic Thread Tagger has been nominated for Mod of the Month.
You can vote here: https://vborg.vbsupport.ru/showthread.php?t=186918

Thanks for all people who nominated this modification!

slowphantom 08-01-2008 12:46 PM

my forum is gone dude since i install it
i cant go to admincp or log in forum

it give
Database error in vBulletin 3.7.2:

Invalid SQL:

SELECT rssfeedid
FROM rsslog
WHERE itemid= AND itemtype='thread';

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND itemtype='thread'' at line 3
Error Number : 1064

any idea to fix

PGAmerica 08-01-2008 02:50 PM

I have this installed and it seems to work fine. However, when you click on one of the tags that are generated, I get an error message that says "No input file specified".

Ideas?

Charlie98902 08-01-2008 03:52 PM

Quote:

Originally Posted by slowphantom (Post 1589150)
my forum is gone dude since i install it
i cant go to admincp or log in forum

it give
Database error in vBulletin 3.7.2:

Invalid SQL:

SELECT rssfeedid
FROM rsslog
WHERE itemid= AND itemtype='thread';

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND itemtype='thread'' at line 3
Error Number : 1064

any idea to fix

Did you remove the old template edit for the RSS Feeds that was added?

slowphantom 08-01-2008 09:29 PM

Quote:

Originally Posted by Charlie98902 (Post 1589268)
Did you remove the old template edit for the RSS Feeds that was added?

no i didnt
shoud i do ?

Skavenger 08-01-2008 09:40 PM

Yes, and it was a file, not a template edit.

Akyeame Kwame 08-01-2008 10:01 PM

Fatal error: Call to undefined function: deletethreadtags() in /home/********/public_html/forums/includes/class_dm_threadpost.php(1354) : eval()'d code on line 7

I get this error whenever I enable. What am I doing wrong?

needaltuna 08-02-2008 03:49 AM

How do you view the tags that this mod generates?

KevinL 08-02-2008 11:59 AM

I think the cron stopped working on my site. Nothing has been tagged in over 48hrs...

EDIT* - It now tagged everything except for the RSS feeds...

habilonline 08-02-2008 02:08 PM

Thanks again for gold vers.

MadK 08-02-2008 06:57 PM

Once again, the automatic thread tagger is working fine... out of no where!

Skavenger 08-02-2008 08:07 PM

The cron is not working for me. I ran maintenance tool a few days ago, however the cron job is not tagging threads anymore.

http://i38.tinypic.com/n685nd.png

Kuntz 08-04-2008 04:21 AM

Can you post the old version of this? 1.1.0 "GOLD" doesn't work at all, and the 2nd last version worked perfectly fine. Not only does the AJAX no longer work, the cron isn't working anymore either. Basically the entire mod no longer works at all.

Phalynx 08-04-2008 09:28 AM

Quote:

Originally Posted by slowphantom (Post 1589150)
Database error in vBulletin 3.7.2

Very strange, as this should not happen during login. Did you fixed it in the meantime?

Quote:

Originally Posted by PGAmerica (Post 1589210)
I have this installed and it seems to work fine. However, when you click on one of the tags that are generated, I get an error message that says "No input file specified".

That is not an error of ATT.

Quote:

Originally Posted by Akyeame Kwame (Post 1589516)
Fatal error: Call to undefined function: deletethreadtags() in /home/********/public_html/forums/includes/class_dm_threadpost.php(1354) : eval()'d code on line 7
I get this error whenever I enable. What am I doing wrong?

To get support, you will need to click "Mark as Installed".

Quote:

Originally Posted by needaltuna (Post 1589637)
How do you view the tags that this mod generates?

tags.php in your forum root, AdminCP, Threads, Tags

Phalynx 08-04-2008 09:32 AM

Quote:

Originally Posted by Animparadise (Post 1590569)
is there anyway to set minimum lenght of tag word >= 3

AdminCP/Settings/Tagging options

Quote:

Originally Posted by Kuntz (Post 1590934)
Can you post the old version of this? 1.1.0 "GOLD" doesn't work at all, and the 2nd last version worked perfectly fine. Not only does the AJAX no longer work, the cron isn't working anymore either. Basically the entire mod no longer works at all.

What does mean "no longer work"? Please tell me errors, your configuration, etc...


Quote:

Originally Posted by Skavenger (Post 1590116)
The cron is not working for me. I ran maintenance tool a few days ago, however the cron job is not tagging threads anymore.

http://i38.tinypic.com/n685nd.png

Cron is tagging only untagged threads. If it processed 0 threads, it means that there are no untagged threads or the existing threads don't qualify for tagging.

Readme.txt:
* If no threads are tagged you will have to check the following:
- Is the modification enabled? Is the action you are testing enabled? (vBulletin tagging, whole auto thread tagger system, AJAX, new threads)
- Are the words you are using badwords or filtered out?

* Cron/Scheduled Task is not tagging all threads.
- The cron is limited to 500 (you can change this via settings) threads per run to avoid heavy impact on server. Make sure you run maintenance auto tagger before this to tag old threads. You can check the scheduled tasks log to see if it is running correctly.
Important: If a thread title does not meet minimum requirements to be included in tags (f.e. one word thread titles, too short words), it will be forever in this queue.

KevinL 08-04-2008 09:41 AM

Its not tagging any threads at all now.

Check this forum out NO TAGS

It was working the just stopped. I changed nothing.

Phalynx 08-04-2008 09:45 AM

Quote:

Originally Posted by KevinL (Post 1591058)
Its not tagging any threads at all now.

Check this forum out NO TAGS

It was working the just stopped. I changed nothing.

Please check your settings or your style. On the forum you provided me there is not even the tag option available. On your other forums there are both (http://www.thestompinggrounds.org/fo...2-million.html).

Once again, this is a configuration issue.

KevinL 08-04-2008 09:47 AM

It was working before. Like I said I haven't changed a thing.

If you flip a few pages back (when I installed the newest version) it was tagging just fine...

Phalynx 08-04-2008 09:48 AM

This is a new thread and it's tagged:
http://www.thestompinggrounds.org/fo...ankruptcy.html

There are a lot of new features in 1.1 that have to be configured correctly.

Please PM me a temporary Admin Account so I can take a look.

KevinL 08-04-2008 09:57 AM

That forum was working before :o if you look on like page 4 thats right when I changed over to this gold version...

weird

Phalynx 08-04-2008 10:45 AM

The error was a JavaScript error of MGC Chatbox which stopped all other scripts.

Skavenger 08-04-2008 01:55 PM

Quote:

Originally Posted by Phalynx (Post 1591051)
Cron is tagging only untagged threads. If it processed 0 threads, it means that there are no untagged threads or the existing threads don't qualify for tagging.

Readme.txt:
* If no threads are tagged you will have to check the following:
- Is the modification enabled? Is the action you are testing enabled? (vBulletin tagging, whole auto thread tagger system, AJAX, new threads)
- Are the words you are using badwords or filtered out?

* Cron/Scheduled Task is not tagging all threads.
- The cron is limited to 500 (you can change this via settings) threads per run to avoid heavy impact on server. Make sure you run maintenance auto tagger before this to tag old threads. You can check the scheduled tasks log to see if it is running correctly.
Important: If a thread title does not meet minimum requirements to be included in tags (f.e. one word thread titles, too short words), it will be forever in this queue.

Well, I checked the readme before and I saw there are threads to be tagged but nothing happened. Also I still get 0 threads in the cron log and there are threads that have to be tagged.
Again, it was tagging before but now it doesn't.

needaltuna 08-04-2008 02:28 PM

Quote:

tags.php in your forum root, AdminCP, Threads, Tags
Thank you.

Kuntz 08-04-2008 02:59 PM

Quote:

Originally Posted by Phalynx (Post 1591051)
What does mean "no longer work"? Please tell me errors, your configuration, etc...

-It no longer AJAX/Auto tags new threads created by users
-It no longer tags RSS feed threads

I have no settings or configuration, I did a default install, ensured the ACP options were still set correctly, and it does not work.

Old versions worked 100% perfectly fine with a default install. I do not understand why RSS feeds would stop getting tagged in 1.1 when it (the cron) worked fine before.

All I'm asking for is to post the old versions of the Tagger as one of them worked perfectly fine.

KevinL 08-04-2008 03:02 PM

Quote:

Originally Posted by Phalynx (Post 1591091)
The error was a JavaScript error of MGC Chatbox which stopped all other scripts.


I don't think this may be the case...

maidos 08-04-2008 08:22 PM

Quote:

Originally Posted by KevinL (Post 1591232)
I don't think this may be the case...



actually that is the case. This issue occured to me too

if you check firefox error message it will show that the mgc disabled all script



When i first time ran to get auto tag it just freezes at 7000 please help


All times are GMT. The time now is 09:34 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.02293 seconds
  • Memory Usage 1,859KB
  • 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
  • (8)bbcode_code_printable
  • (29)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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