Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   TSSE v5.4.1 - Genre Mod Edition (http://www.bvlist.com/showthread.php?t=2911)

Kule 17th December 2011 15:27

PHP Code:

$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;'


PHP Code:

#1064 - 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 '$ts_tables[] = ' CREATE TABLE `addedrequests` ( `id` int(10) unsigned NOT NULL' at line 1 

help me????

joeroberts 17th December 2011 15:35

PHP Code:

$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;'


should be

PHP Code:

$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM ;'



Kule 17th December 2011 15:42

Quote:

Originally Posted by joeroberts (Post 31709)
PHP Code:

$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;'


should be

PHP Code:

$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM ;'



I tried but did not gave the same mistake again.

joeroberts 17th December 2011 15:53

PHP Code:

$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`),
  KEY `pollid` (`id`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM ;'


try this one its the one I use

Kule 17th December 2011 16:03

Quote:

Originally Posted by joeroberts (Post 31711)
PHP Code:

$ts_tables[] = '
CREATE TABLE `addedrequests` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `requestid` int(10) unsigned NOT NULL default \'0\',
  `userid` int(10) unsigned NOT NULL default \'0\',
  PRIMARY KEY  (`id`),
  KEY `pollid` (`id`),
  KEY `userid` (`userid`)
) ENGINE=MyISAM ;'


try this one its the one I use

not again.

http://img842.imageshack.us/img842/2701/alnts.jpg

joeroberts 17th December 2011 16:09

go into your data base and see if this table is already there

Kule 17th December 2011 16:12

http://img37.imageshack.us/img37/9867/ranalnts.jpg
installation script does not do: S

solis 17th December 2011 19:35

thank you but how to remove my ip? I no longer have access to the tracker?
Yet I deleted my database and FTP and I reinstall everything and I'm still ban

x360zone 17th December 2011 21:26

try to clear your cache
 
or use another browser to double check
via phpadmin delete your ip if its in there
first i would check via another browser

solis 17th December 2011 22:04

my pincode is false!
What?

Quote:

An error has occcured!
Invalid Pincode


All times are GMT +2. The time now is 18:15.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.