oh my god look i have done it lol wwoooooo hooooooooo!!!
JonB thanks for all your help and replies its much appreciated!
Just one last question, how do i correct these things in red??
Thanks
EDIT:
I have started going through the installation now, i just entered all the details of my mysql database and then pressed next to go to step 2 but i now get this error log:
SQL=Invalid default value for 'rating_sum':
- - - - - - - - - -
# Table structure for table `mos_content_rating`
CREATE TABLE `mos_content_rating` (
`content_id` int(11) NOT NULL default '0',
`rating_sum` int(11) unsigned NOT NULL default '',
`rating_count` int(11) unsigned NOT NULL default '0',
`lastip` varchar(50) NOT NULL default '',
PRIMARY KEY (`content_id`)
) TYPE=MyISAM
= = = = = = = = = =