Author: gcomfx.com » Sun Mar 23, 2008 9:38 pm
I've been going through the database. I think I've fixed most of the errors... but I'm stuck on this one:
---------------------
CREATE TABLE `phpbb_groups` (
`group_id` mediumint( 8 ) NOT NULL AUTO_INCREMENT ,
`group_type` tinyint( 4 ) NOT NULL default '1',
`group_name` varchar( 40 ) NOT NULL default '',
`group_de.scription` varchar( 255 ) NOT NULL default '',
`group_moderator` mediumint( 8 ) NOT NULL default '0',
`group_single_user` tinyint( 1 ) NOT NULL default '1',
`group_count` int( 4 ) unsigned default '99999999',
`group_count_max` int( 4 ) unsigned default '99999999',
`group_count_enable` smallint( 2 ) unsigned default '0',
`group_amount` float default '0',
`group_period` int( 11 ) default '1',
`group_period_basis` varchar( 10 ) default 'M',
`group_first_trial_fee` float default '0',
`group_first_trial_period` int( 11 ) default '0',
`group_first_trial_period_basis` varchar( 10 ) default '0',
`group_second_trial_fee` float default '0',
`group_second_trial_period` int( 11 ) -- Sending SELECT default '0',
`group_second_trial_period_basis` varchar( 10 ) default '0',
`group_sub_recurring` int( 11 ) default '1',
`group_sub_recurring_stop` int( 11 ) default '0',
`group_sub_recurring_stop_num` int( 11 ) default '0',
`group_sub_reattempt` int( 11 ) default '1',
PRIMARY KEY ( `group_id` ) ,
KEY `group_single_user` ( `group_single_user` )
) ENGINE = MYISAM AUTO_INCREMENT =1012 DEFAULT CHARSET = latin1;
MySQL said:
#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 'group_second_trial_period_basis` varchar(10) default '0',
`group_sub_recurring' at line 18
-------------------------
Visually I don't see what is wrong with it. But I'm not a coder, so I'm just trying to match patterns. LOL Help??
Last edited by gcomfx.com on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Paul (gcomfx) - 100mphclub.com originator
[size=99px]