vBulletin ModsThe Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=248042 |
They probably have fewer posts than the minimum to not be moderated.
|
Works great for me on 4.1.11 ! Thanks!
|
Quote:
|
I have a clean install with 3 members. Using Darkvision skins.. I am getting the following errors when trying to enter articles in CMS
Warning: require_once(includes/functions_ghsom.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/class_dm_threadpost.php(1771) : eval()'d code on line 16 Fatal error: require_once() [function.require]: Failed opening required 'includes/functions_ghsom.php' (include_path='.:/usr/lib/php') in /home/compa37/public_html/infotech/forum/includes/class_dm_threadpost.php(1771) : eval()'d code on line 16 Then.. This is the error I get when people try to register... Warning: require_once(includes/functions_ghsom.php) [function.require-once]: failed to open stream: No such file or directory in [path]/register.php(338) : eval()'d code on line 10 Fatal error: require_once() [function.require]: Failed opening required 'includes/functions_ghsom.php' (include_path='.:/usr/lib/php') in /home/compa37/public_html/infotech/forum/register.php(338) : eval()'d code on line 10 All of these errors go away when I turn Spam-0-matic so I am guessing that's the cause. Any fixes? I'd love to use this, but can't with all these errors |
you dont have the file uploaded to the right folder or not uploaded at all
|
Hello,
I'm trying to install on a freshly upgraded 4.1.11 board and am getting the following error when importing the product:
Any help would be appreciated. Thanks. |
Quote:
DROP TABLE IF EXISTS `glowhostspamomatic_log`; CREATE TABLE `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(4) NOT NULL default '0', `user_hash` varchar(50) NOT NULL, `user_id` int(11) NOT NULL, KEY `user_id` (`user_id`), KEY `date` (`date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
I have the same issue.I ran that sql an its not showing in the admin panel.theres a few other mods that are doing this also.
|
Quote:
Jay |
it will only show that up when it blocks someone do make sure you have it to show in the settings also it is this table that holds that info glowhostspamomatic_stats
|
Quote:
|
the bottom of each post
|
Well, I'd like to say this mod has done its job well on my forum. Can't recall if I've had many spammers get through since installing this (Though I've had some issues where it wouldnt let a real person register). About a years worth of using this resulted in this: "13904 Spammers Denied Registration". Sounds like its doing good to me.
Sure been a while since this has been updated. |
Quote:
An error occurred while attempting to execute your query. The following information was returned. error number: 1064 error desc: 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 'CREATE TABLE `glowhostspamomatic_log` ( `date` datetime NOT NULL, `ip` varchar' at line 2 |
1 Attachment(s)
Quote:
sql uploaded just in case you need it CREATE TABLE `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(4) NOT NULL default '0', `user_hash` varchar(50) NOT NULL, `user_id` int(11) NOT NULL, KEY `user_id` (`user_id`), KEY `date` (`date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; |
All times are GMT. The time now is 22:30. |
Powered by vBulletin® Version 3.8.14
Copyright © 2023, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.