ericvaandering/DocDB

Debug FSUtilities.pm and SeacherAtoms.pm

Opened this issue · 0 comments

FSUtilities.pm
Line 138:
my $new_dir = $web_root.$hun_dir.$sub_dir.$ver_dir;
=====>my $new_dir = $web_root."/".$hun_dir.$sub_dir.$ver_dir;

SeacherAtoms.pm
Lines 116 and 126:
if $MySQLVersion < 8 =====> if ($MySQLVersion < 8)