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.
Checksum issue on local installation
Re: Checksum issue on local installation
I've only once used a checksum file and it was after it was installed, if you unpacked the tar in the httpdocs of XAMPP you shouldn't heed to use it as it is only to make sure all folders/files made it to the server...
Re: [SOLVED] Checksum issue on local installation
Thanks Dr CSS. Carried on with install and all OK. Consider solved. I also wanted to say what a great product CMSMS and this forum is.