2012/7/6 kamild <[email protected]> > Hi, > ale make upgrade koha 3.6.6 to 3.8.2 but when i finish upgrade - Login to > Koha staff client to complete the upgradation I get > > Can't locate Koha/DateUtils.pm in @INC (@INC contains: /usr/share/koha/lib > /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 > /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 > /usr/local/lib/site_perl .) at /usr/share/koha/lib/C4/Reserves.pm line 40. > BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Reserves.pm > line > 40. >
Hello! It seems your upgrade didn't succeed - you're missing /usr/share/koha/lib/Koha/DateUtils.pm, which causes rest dependency problems. The easiest solution to this is: backup your database, custom files and koha settings (/koha-install-log, /etc/koha, /etc/apache2/sites-available/koha). Then install fresh 3.8.2 (using --prev-install-log), restore your database and settings and then proceed to web installer and leave the rest to it. In case you need further guidance, feel free to conact me. Piotr Wejman Biblioteka CSNE _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

