Page 1 of 1

Re: ShopMadeSimple and CMSMS version

Posted: Mon Mar 28, 2011 9:27 pm
by Duketown
tomestat,

Locate the following in ShopMadeSimple.module.php in directory modules\ShopMadeSimple:

Code: Select all

function MaximumCMSVersion() {
		return '1.9.2';
	}
Change the '1.9.2' or what is there in your situation to:

Code: Select all

function MaximumCMSVersion() {
		return '1.9.4.1';
	}
That means it may be installed correctly. I have not tested it however against that version.

Duketown