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)
-   -   Anti-Spam Options - [GlowHost] Spam-O-Matic for vB 3.8 (StopForumSpam, Akismet, Auto-Moderation and more) (https://vborg.vbsupport.ru/showthread.php?t=248470)

cube87 03-24-2020 05:36 PM

Quote:

Originally Posted by Alice (Post 2595233)
I'm running vBulletin 3.8.11, and I tried installing this plugin today, and got this error:

Code:

Invalid SQL:
CREATE TABLE IF NOT EXISTS `glowhostspamomatic_log`(
                                                                `date` DATETIME NOT NULL,
                                                                `ip` VARCHAR(15) NOT NULL,
                                                                `email` VARCHAR(255) NOT NULL,
                                                                `username` VARCHAR(255) NOT NULL,
                                                                `message` VARCHAR(255) NOT NULL,
                                                                `is_blocked` TINYINT NOT NULL DEFAULT "0",
                                                                `user_hash` VARCHAR(50) NOT NULL,
                                                                `user_id` INT NOT NULL
                                                        ) TYPE=MyISAM;;



I have the same error

How can I resolve this?

GlowHost.com 03-24-2020 05:50 PM

It's been answered many times in the thread. I forgot the fix, but try searching this thread for

TYPE=MyISAM;;

And I am sure you will find what you are looking for.

ccr1969 12-05-2020 09:58 PM

run into a sql query
TYPE=MyISAM;
changed to
Engine=MyISAM;
working now
Runner
Classname : vB_Database_MySQLi
MySQL Version : 8.0.22

NSanityHD 11-12-2021 03:40 PM

Confirmed to be working on vB 3.8.11.

Had to modify the XML to amend the "TYPE" to "ENGINE" but it does install successfully on 3.8.11.

buryka 10-31-2022 06:03 AM

Thank you, everything works, almost ). When registering with Cyrillic logins, I get errors:
Code:

Invalid SQL:
SELECT is_spambot FROM  glowhostspamomatic_remotecache WHERE `field`="username" AND `data`="Александра " LIMIT 1;

MySQL Error  : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (cp1251_general_ci,COERCIBLE) for operation '='
Error Number  : 1267
Request Date  : Sunday, October 30th 2022 @ 12:43:14 PM
Error Date    : Sunday, October 30th 2022 @ 12:43:14 PM
Script        : http://forum...../register.php?do=addmember
Referrer      : https://forum....../register.php?do=register
IP Address    : 46.211.83.184
Username      : Александра


buryka 11-01-2022 02:41 PM

He asked himself, answered himself:
f_glowhostspamomatic_remotecache 'data' - latin1_swedish_ci -> cp1251_general_ci
f_glowhostspamomatic_log 'username' - latin1_swedish_ci -> cp1251_general_ci


All times are GMT. The time now is 12:58 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.01959 seconds
  • Memory Usage 1,733KB
  • 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
  • (1)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
  • (6)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