Update to 1.12.2 need to disable gd-check

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
janvl
Power Poster
Power Poster
Posts: 947
Joined: Wed Aug 13, 2008 10:57 am

Update to 1.12.2 need to disable gd-check

Post by janvl »

Hi

in order to run a serie of updates to get an old site to the latest CMSMS i need to get past the check for GD in the install of 1.12.2
does anyone know where to disable that check. I added PHP 5.6 to my server but gd will not install, i do not need that for higher PHP-Versions where gd is in there.
Just need to get past the point of 1.12.2 so i can go to 2 - 2.1 - 2.2

Thanks in advance.

Jan
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3483
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: Update to 1.12.2 need to disable gd-check

Post by velden »

install\lib\classes\CMSUpgradePage2.class.php

Code: Select all

list($minimum, $recommended) = getTestValues('gd_version');
		$settings['required'][] = testGDVersion(1, ilang('test_check_gd'), $minimum, ilang('test_check_gd_failed'), 'min_GD_version');
The first parameter of testGDVersion tells the installer if it's a required (1) or recommended (0) setting.
janvl
Power Poster
Power Poster
Posts: 947
Joined: Wed Aug 13, 2008 10:57 am

Re: Update to 1.12.2 need to disable gd-check [solved]

Post by janvl »

Hi

I ran the update on another server and then copied it to the right server.
I now have 2.2.13 and will do the last update soon.

Regards,
JAN
Post Reply

Return to “CMSMS Core”