Warning: unlink(install.php) [function.unlink]: Permission denied in /home/private/public_html/calendar/upgradedone.php on line 11
Warning: unlink(upgrade.php) [function.unlink]: Permission denied in /home/private/public_html/calendar/upgradedone.php on line 12
Install Calendar Complete
Now, if you are doing a new installation, you have to set up the database as follows and you are done.
Database Setup
* Import the "create_cal.sql" in the "admin" folder into your mysqldatabase
console : mysql -u username -p
create calendar; (if necessary change the name)
use calendar;
source create_cal.sql;
quit;
phpMyAdmin : go to the database and import the text file.
Open cal_db.inc.php.new and check the database references.
* Check that the database name, database login name, password and host are correct. Make the necessary changes and save the file as "cal_db.inc.php".
For upgraders, you can go straight to your calendar.