sproctor / php-calendar

PHP-Calendar
http://www.php-calendar.org/
Apache License 2.0
138 stars 67 forks source link

dbversion.php not in git #135

Closed Infern1 closed 9 years ago

Infern1 commented 9 years ago

Line 32 in install.php

require_once("$phpc_includes_path/dbversion.php");

However there is no file dbversion.php

dogatemycomputer commented 9 years ago

I am having the same issue. I don't know what the format of the file should be and I can't find another copy anyplace else.

sabas commented 9 years ago

Could you try removing that line?

dogatemycomputer commented 9 years ago

Yeah. I just figured that out. :-)

sabas commented 9 years ago

It's working? If it is I remove it from master branch :-)

dogatemycomputer commented 9 years ago

Yes. Once I removed that line and completed the install wizard the calendar software works great. Already created a couple of calendars.

sabas commented 9 years ago

Thanks!