Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> RavenNuke(tm) v2.5x
Author Message
hicuxunicorniobestbuildpc
The Mouse Is Extension Of Arm



Joined: Aug 13, 2009
Posts: 1122

PostPosted: Thu Oct 09, 2014 12:55 am Reply with quote

Code:
October 9, 2014, 5:54 am File: /db/mysqli.php - Line: 201

Code: 1064 - Message: You have an error in your SQL syntax; check the manual that corresponds to your DataBase server version for the right syntax to use near 'TYPE=MyISAM' at line 1
SQL was: CREATE TABLE IF NOT EXISTS nuke_optimize_gain(gain decimal(10,3)) TYPE=MyISAM



PHP: 5.5.38

If you have this error on your dblog file

Open your FTP admin/modules/optimize.php

Search for

Code:
$sql_query = 'CREATE TABLE IF NOT EXISTS ' . $prefix . '_optimize_gain(gain decimal(10,3)) TYPE=MyISAM';


Replace with

Code:
$sql_query = 'CREATE TABLE IF NOT EXISTS ' . $prefix . '_optimize_gain(gain decimal(10,3)) ENGINE=MyISAM';


That's all folks!
 
View user's profile Send private message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6433

PostPosted: Thu Oct 09, 2014 3:51 am Reply with quote

Yes, as was already noted here.

_________________
I search, therefore I exist...
nukeSEO - nukeFEED - nukePIE - nukeSPAM - nukeWYSIWYG
 
View user's profile Send private message
hicuxunicorniobestbuildpc







PostPosted: Thu Oct 09, 2014 5:58 am Reply with quote

Oops. Sorry. I didn't search properly I guess. Very Happy Thanks!
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> RavenNuke(tm) v2.5x

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©