![]() |
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; |
That does work indeed, however if I import the mod after that, I still get the same error :S
|
strange you should not be getting it with the table there now have you tried removing and installing the xml and making sure you have all the files in the right folders
|
MySQL gone away errors - cause found...
Refer: https://vborg.vbsupport.ru/showthrea...77#post2312277 Kym |
shadowbreed,
Are you still having the same issue? I was and after a little research I found that if you are running MySQL 5.5 it does not recognize the “Type=MyIsam:” . It was valid for for older versions. Let me show you how I corrected the problem. Edit: Looking back I see that your problem is not the same as mine was. This will not help you. Edit: #2 For anyone that has a Database error that looks like the following example this is how I corrected it. Code:
Error Code.. Code:
$db->query_write('CREATE TABLE IF NOT EXISTS `'.TABLE_PREFIX.'glowhostspamomatic_log`( Code:
) ; '); |
The version of mysql would not make a diffence
|
All times are GMT. The time now is 09:35 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|