upgrade from 2.2.8 to 2.2.9

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
Lex70000
New Member
New Member
Posts: 5
Joined: Tue Jan 29, 2019 6:51 pm

upgrade from 2.2.8 to 2.2.9

Post by Lex70000 »

Made an upgrade from 2.2.8 to 2.2.9

After upgrade my stylesheets are not loaded correctly

According the Changelog there has been some changes concerned the name= parameter, but can't follow it.

Looking further, found out that the change in file located at ...\lib\plugins\function.cms_stylesheet.php has been changed on row 86.

In version 2.2.8 ===> row 86 :
$query = new CmsLayoutStylesheetQuery(array('name'=>$params['name']) );

Has been changed in version 2.2.9 to
$query = new CmsLayoutStylesheetQuery( [ 'fullname'=>$name ] );

When I make this changement in version 2.2.9 undone (put row 86 back from 2.2.8 ) the stylesheet of my site are loaded correctly again in version 2.2.9.

Can somebody give me an explanation of this changement in version 2.2.9 ?

Thanks in advance.
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1792
Joined: Wed Feb 25, 2009 4:25 am

Re: upgrade from 2.2.8 to 2.2.9

Post by DIGI3 »

This is a bug. It has been fixed in svn and will be included in a forthcoming release.
Not getting the answer you need? CMSMS support options
Post Reply

Return to “CMSMS Core”