Checksum issue on local installation
Posted: Thu Mar 22, 2012 1:14 pm
Hi all,
I’m doing an install of CMSMS Hyacinthe 1.10.3 onto my local Windows 7 PC . I have a Xampp environment with PHP 5.3.8, MySQL 5.5.16. I ran the full tarball and the English one and on both when I ran the CMSMS Checksum on Part 1 of the install for CMSMS I got the following repeated notices;
Notice: Undefined offset: 1 in C:\xampp\htdocs\cmsmadesimple\install\lib\classes\CMSInstallPage1.class.php on line 69
And below it the Checksum test showed this issue;
C:\xampp\htdocs\cmsmadesimple\', $line, 2); \\ split it into fields THIS RESOURCE DOES NOT EXIST
I looked at line 69 of this part of the Install file (not that I know what I’m really looking for/at) and it shows;
list($md5sum, $file) = explode(' *./', $line, 2); // split it into fields
I stopped the installs at this point. Any ideas what I’m doing wrong? I’m new to this and would really appreciate your help.
I’m doing an install of CMSMS Hyacinthe 1.10.3 onto my local Windows 7 PC . I have a Xampp environment with PHP 5.3.8, MySQL 5.5.16. I ran the full tarball and the English one and on both when I ran the CMSMS Checksum on Part 1 of the install for CMSMS I got the following repeated notices;
Notice: Undefined offset: 1 in C:\xampp\htdocs\cmsmadesimple\install\lib\classes\CMSInstallPage1.class.php on line 69
And below it the Checksum test showed this issue;
C:\xampp\htdocs\cmsmadesimple\', $line, 2); \\ split it into fields THIS RESOURCE DOES NOT EXIST
I looked at line 69 of this part of the Install file (not that I know what I’m really looking for/at) and it shows;
list($md5sum, $file) = explode(' *./', $line, 2); // split it into fields
I stopped the installs at this point. Any ideas what I’m doing wrong? I’m new to this and would really appreciate your help.