Search found 2 matches

by SolsWebdesign
Mon May 23, 2022 12:07 pm
Forum: CMSMS Core
Topic: cmsms 2.2.16 PHP 8.1.0 blank screen on import design
Replies: 2
Views: 7863

Re: cmsms 2.2.16 PHP 8.1.0 blank screen on import design

private function _scan() { $in = array(); $__get_in = function() use ($in) { global $in; if( ($n = count($in)) ) { return $in[$n-1]; } }; switch( $this->_xml->localName ) { case 'name': if( $__get_in() != 'design' ) { meaning that if $in (which is an empty array) should give back the fore-last valu...
by SolsWebdesign
Mon May 23, 2022 9:21 am
Forum: CMSMS Core
Topic: cmsms 2.2.16 PHP 8.1.0 blank screen on import design
Replies: 2
Views: 7863

cmsms 2.2.16 PHP 8.1.0 blank screen on import design

Hello, I have CmsMadeSimple 2.2.16 running on PHP 8.1.0 and want to import a new design and am getting the following error": PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /...../public_html/modules/DesignManager/lib/class.dm_de...

Go to advanced search