Hi
I've done whatever they've mentioned in my machine and it works without any error.
1. look at the following line in the config.php
Code:
$database = "yourdatabasename;
please close the double quotes after your database name. It is not closed in the original script due to this there were some error.
I think that will solve your problem
The assumption of my answer is based on the following factors:
(a) You've created a database in MySQL as they mentioned in in their Readme.txt file
(b) You've provided correct database name, user and password in the config.php
Bookmarks