vBulletin Mods

The Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=248042

ForceHSS 20 Sep 2012 01:32

Quote:

Originally Posted by NxT Networks (Post 2366730)
Hello there, when I enable this: my forum throws up a 500 internal error when I try to make a new thread or reply to a post.
Any help would be appreciated! :)

make sure you have the files installed in the right folders

NxT Networks 20 Sep 2012 16:29

I'm pretty sure I do. Any help would be appreciated (:

AFQ 20 Sep 2012 21:49

Hello guys, I really need help with this plugin. I've got my WordPress installation integrated with vB. Whenever a new thread is made in WP, its posted in a specific section in vB by a specific user but whenever i've the Spam-O-Matic enabled, it wouldnt make a new thread it vB.

This is the error it gives when I try to publish the post in WP:
Quote:

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(1827) : eval()'d code on line 16

Fatal error: require_once() [function.require]: Failed opening required 'includes/functions_ghsom.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/iamextre/public_html/maximum-tech.net/forums/includes/class_dm_threadpost.php(1827) : eval()'d code on line 16
It gets published in WP but corresponding thread in vB isnt made even though it'll added that user and its user group as an exception in Spam-O-Matic's settings.

Thanks.

shellys 21 Sep 2012 01:25

This is the best mod for vbulletin i have ever seen. Its so extensive and useful.

Absolutely wonderful
by naviter
21 Sep 2012 08:09

Installed on vB 4.0.2 and it works out of the box. Beautiful. Thank you guys.

Jpolola 22 Sep 2012 08:15

Hello....
Anybody could please tell me why I received this error VIA email after uploading Spamomatic Files.

Database error in vBulletin 4.2.0:

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;;

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 'TYPE=MyISAM' at line 10
Error Number : 1064
Request Date : Sunday, September 16th 2012 @ 07:15:11 PM
Error Date : Sunday, September 16th 2012 @ 07:15:11 PM
Script : http://www.pinoylifers.com/admincp/p...=productimport
Referrer : http://www.pinoylifers.com/admincp/p...?do=productadd
IP Address : ***********
Username : **********
Classname : vB_Database
MySQL Version : 5.5.23-55

bzcomputers 22 Sep 2012 08:45

Quote:

Originally Posted by Jpolola (Post 2367534)
Hello....
Anybody could please tell me why I received this error VIA email after uploading Spamomatic Files.

Database error in vBulletin 4.2.0:

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;;

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 'TYPE=MyISAM' at line 10
Error Number : 1064
Request Date : Sunday, September 16th 2012 @ 07:15:11 PM
Error Date : Sunday, September 16th 2012 @ 07:15:11 PM
Script : http://www.pinoylifers.com/admincp/p...=productimport
Referrer : http://www.pinoylifers.com/admincp/p...?do=productadd
IP Address : **********
Username : **********
Classname : vB_Database
MySQL Version : 5.5.23-55

Open The XML file (product-glowhostspamomatic.xml) and edit "TYPE=MyISAM" to say "ENGINE=MyISAM" in 3 places: on line 30, 38 and 47. Resave, then reimport and allow overwrite.

This is a change required for the MySQL version you have (highlighted in red above).

Jpolola 23 Sep 2012 04:52

Quote:

Originally Posted by bzcomputers (Post 2367542)
Open The XML file (product-glowhostspamomatic.xml) and edit "TYPE=MyISAM" to say "ENGINE=MyISAM" in 3 places: on line 30, 38 and 47. Resave, then reimport and allow overwrite.

This is a change required for the MySQL version you have (highlighted in red above).

Awesome! That fixed the Problem. Really Thank you:up:

Database error on newer Mysql versions
by meditate
23 Sep 2012 06:33

Change TYPE=MyISAM to ENGINE=MyISAM in the XML file when doing a new install, and to developer please add another copy for this it would be easier. :)

NOTE: this does not affect you if you have it already installed.

techin5 23 Sep 2012 11:06

Getting this error guys

"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:/usr/local/lib/php') in /home/techin52/forums/register.php(338) : eval()'d code on line 10"

Tried to reinstall everything as well. No difference. cURL is installed and the other setting is enabled too

ForceHSS 23 Sep 2012 11:57

you have not installed the file that it is asking for

shadz 23 Sep 2012 16:45

installed

techin5 23 Sep 2012 17:38

Quote:

Originally Posted by ForceHSS (Post 2367863)
you have not installed the file that it is asking for

I did as asked. Uploaded the spam o matic folder to forum root, and the xml file to the plugins manager. Am i missing something?

ForceHSS 23 Sep 2012 17:54

you have 3 files one goes to the
admincp folder glowhostspamomatic.php the next one goes into the
includes folder functions_ghsom.php and the last one goes into
incudes/xml cpnav_glowhostspamomatic.xml
then go to admincp/Plugins & Products/Manage Products scroll down and click Add/Import Product and upload the product-glowhostspamomatic.xml

techin5 23 Sep 2012 18:12

Quote:

Originally Posted by ForceHSS (Post 2367967)
you have 3 files one goes to the
admincp folder glowhostspamomatic.php the next one goes into the
includes folder functions_ghsom.php and the last one goes into
incudes/xml cpnav_glowhostspamomatic.xml
then go to admincp/Plugins & Products/Manage Products scroll down and click Add/Import Product and upload the product-glowhostspamomatic.xml

Sorry, might have to spell it out for me even more.

Instructions given in note document:


2.2. Upload content of the upload folder into you forum root folder


2.3. Import product-glowhostspamomatic.xml into products (Located
at
AdminCP -> Plugin System -> Manage Products -> Add/Import Product)

That's the only 'installation' instructions of which I did both. Then what next?


All times are GMT. The time now is 08:13.

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.