vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - AMP Quick Auto Tagger (https://vborg.vbsupport.ru/showthread.php?t=235469)

Masked Crusader 08-12-2011 08:01 PM

I have isolated the problem in the CRON. It has something to do with the "require_once (./global.php)".

If you simply do an "echo 'hello'; die;" after it, the echo does not display. However, if you remove all of the requires, then the echo shows up.

K!nG 08-24-2011 12:27 AM

just installed it on 4.1.5 and its not working at all :O what i did wrong ???

Here r my settings:

Enable : YES
Remove all Numbers: NO
Special Character/lang : Nothing
Cron: Purge Tags on Error : YES
Cron: Purge ALL Tags : NO

Thanks

K!nG 09-04-2011 03:54 PM

any update ?? any help ??

s0ur 09-07-2011 11:35 PM

On 4.1.5 I get:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/includes/class_bootstrap.php(414) : eval()'d code on line 16

Warning: array_unique() [function.array-unique]: The argument should be an array in [path]/includes/class_bootstrap.php(414) : eval()'d code on line 16

Warning: implode() [function.implode]: Invalid arguments passed in [path]/includes/class_bootstrap.php(414) : eval()'d code on line 16

Any ideas?

Nevermind, figured out it had to do with my "goodwords" with one of them being 2 characters. Nice mod.

mradlin 10-22-2011 04:42 AM

Installed and working great on 4.1.7.

MalluParadise 10-23-2011 11:32 PM

it's working perfect in 4.1.7 thank you

ryancooper 11-13-2011 02:34 PM

Quote:

Originally Posted by stephen1976 (Post 2229569)
installed but when Thread title was common words i.e best, Help then we got this error message

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/includes/class_bootstrap.php(414) : eval()'d code on line 76

Warning: array_unique() [function.array-unique]: The argument should be an array in [path]/includes/class_bootstrap.php(414) : eval()'d code on line 76

Warning: implode() [function.implode]: Invalid arguments passed in [path]/includes/class_bootstrap.php(414) : eval()'d code on line 76

I justed noticed this is a very old complaint, any fix yet!


Same error on 4.1.7

shahryar_neo 11-17-2011 04:25 PM

I used this modification on my farsi forums but it didn't remove bad words . Any idea ?

shahryar_neo 11-21-2011 07:23 AM

This modification is supported ?

alhidaya 02-16-2012 09:23 PM

Can you update it for vBulletin 4.1.1.10 ? Thanks

woffie 05-27-2012 11:30 AM

Quote:

Originally Posted by s0ur (Post 2243216)
On 4.1.5 I get:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/includes/class_bootstrap.php(414) : eval()'d code on line 16

Warning: array_unique() [function.array-unique]: The argument should be an array in [path]/includes/class_bootstrap.php(414) : eval()'d code on line 16

Warning: implode() [function.implode]: Invalid arguments passed in [path]/includes/class_bootstrap.php(414) : eval()'d code on line 16

Any ideas?

Nevermind, figured out it had to do with my "goodwords" with one of them being 2 characters. Nice mod.

I was getting the same error when someone started a thread. It was this modification that was the cause of it. If this mod is not going to be supported or fixed it should go to the graveyard.

sadiq6210 05-31-2012 07:01 AM

Any update ?

alkatraz 06-07-2012 02:51 AM

Seems to be working for me on vBulletin 4.1.11 Patch Level 1

alkatraz 06-07-2012 03:08 AM

Spoke too soon. The new thread tagging works great (thank you!) but the CRON tagging of old threads runs then gives me the following error
Quote:

[06-Jun-2012 23:04:29] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /home/private/includes/class_dm_threadpost.php on line 1221
When I restart the CRON it begins at the very start again. Should I try to bump the mem limit?

Forum stats: Threads 119,223 Posts 1,066,530 Members 18,681

Calystos 06-11-2012 11:25 PM

On 4.2.0 PL1 am getting (when trying to run the cron job that is)
Code:

Fatal error:  Call to a member function query_first() on a non-object in /home/calystos/public_html/global.php(29) : eval()'d code on line 14
Any ideas why? Or how to fix?

EDIT: But if I copy/move the "includes/cron/amp_auto_tagger_cron.php" to the "/" root area, edit it and add "require_once(DIR . '/includes/functions_cron.php');" then run the amp_auto_tagger_cron.php from a browser it'll auto update/refresh all the tags perfectly fine.

ifitsmedia 06-24-2012 07:16 PM

I had to uninstall this because it was giving me loads of mysql errors when the cron would run.

M.C. 08-06-2012 08:25 AM

cron don't work on 4.2 need to run it manually

Jass! 08-06-2012 01:22 PM

Yup.. its not working on vB 4.2 pl2

M.C. 09-01-2012 01:08 PM

hm... supported?

uzaklar19 11-16-2012 01:31 AM

Do not work, a lot errors :(

haincha 11-19-2012 11:15 PM

Same as above. It works on current made thread titles only. It doesn't take into account posts. Kind of useless for me at the moment. Will keep it tagged, however.

Randhal007 06-01-2013 06:30 PM

error on vb 4.2.0 like this

Quote:

Fatal error: Call to a member function query_first() on a non-object in /home/user/public_html/includes/class_bootstrap.php(103) : eval()'d code on line 3

Phaedrus 04-09-2014 10:53 PM

Any plans to make this work with 4.2.2?

Phaedrus 04-09-2014 11:10 PM

Ah... After going to their site they have no plans to update this.

Mecho 04-13-2014 11:25 AM

does it work on 4.2.2 ?

thanks

franzes80 04-13-2014 12:05 PM

yes work on 4.2.2 PL 1

princesspepper 12-06-2014 11:39 PM

Does this work on VB4.2.2 PL2?

Emad ELsayed 03-27-2015 05:50 PM

Thank you very much
Working on version 4.2.3 Beta 4

blade5000 07-10-2017 07:46 AM

does it work on 4.2.5 ?

thanks

MarkFL 07-10-2017 01:00 PM

Quote:

Originally Posted by blade5000 (Post 2588295)
does it work on 4.2.5 ?

thanks

If it works on vB 4.2.x, as others seem to indicate that it does, then it should work on vB 4.2.5. You may run into deprecation warnings if you are running PHP 7.x. :)

blade5000 07-10-2017 02:07 PM

nice work on 4.2.5
nice hack
thank you

xony 02-09-2021 10:08 AM

Quote:

Originally Posted by Seb@ (Post 2167866)
if I write a word ? such "ni?o", only appears "ni?" away the last letter, there is also a problem with other characters such as "-" if there are 2 separate words with the character - the joint the 2 words . example better-days tagg shows "betterdays" without separation other example [DVD][spanish][Game] tagg says dvdspanishgame

Hello, is there any news about the Spanish language?

Quote:

Originally Posted by SEW810 (Post 2150250)

I have tried it and it keeps giving the same error, cut the words with special signs like: ?, ?, ?, ?, ?, ?,


All times are GMT. The time now is 10:09 AM.

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.01533 seconds
  • Memory Usage 1,782KB
  • 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
  • (1)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (32)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