Ok, I did get it installed and working correctly
But I would like
you to try again, but with some help this time
I already uploaded an empty conf.php file and set the permissions to 777
You should have no trouble if you follow this guide
In cpanel, go to "MySQL® Databases"
Here, you can choose to either make Roster have it's own database, or if you want to share your cms database
Note
Whenever you make a new database or user, cpanel will always pre-pend your username to the name you enter
So entering roster as the database name will make a database named username_roster
Make Roster it's own database (suggested)
In the database screen, under
Current Databases, you can make a new database
For example enter the following
- Code: Select all
roster
This will make a new database called
- Code: Select all
username_roster
Share your CMSs database
If you share your CMSs database, you don't need to make a new database for Roster to use
Just remember the database name of your CMS
Access to your database
Under
Current Users, you can make a new user, enter roster in the box and enter a password to use
This will make a user named username_roster
Under
Add Users To Your Databases, select username_roster from the User: box and select the database (username_roster if you made Roster it's own db)
Under Privileges: make sure ALL is checked
Click Add User To Database
When you install Roster, you will use username_roster for the database user, and the password you chose when making a new user
Depending on what you chose above, you either use username_roster or your CMSs database name for the database name
If you are still having trouble, I will install it for you