First the basics:
Upgraded from 1.9.4.2 to 1.11.11
PHP version: 5.4.33
Additional Modules: CGExtensions, Captcha, FormBuilder, Gallery
For a reason I cannot yet determine, CMSMS is not reading the stylesheet info. I did change {stylesheet} to {cms_stylesheet} in the template, so that's not it. Somewhere along the line in the upgrade process it stopped reading the stylesheets, I think when I reached the upgrade to version 1.10 but I'm not 100% certain of that. In general, images do not seem to be displaying either.
Any ideas what I might be missing or need to change?
CMSMS not reading stylesheet
Re: CMSMS not reading stylesheet
You may have forgotten step e)...a) Open the template of the theme;
b) Search for {stylesheet};
c) Replace {stylesheet} with {cms_stylesheet};
d) Save template;
e) Open style sheets and change image calls:
old url(uploads/folder/image.jpg)
new url([[root_url]]/uploads/folder/image.jpg)
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Re: CMSMS not reading stylesheet
No, I checked all that... including step e... but thanks for trying to help!
Real problem is that the stylesheeet is not being read... and I did make sure that the call was {cms_stylesheet}.
I also did a fresh install of 1.11.11 and still get the same issue... can't figure it.
Edit: just tried to use Image Manager, found that images are not displaying in it, either, just the name of each file, and only JPG images, not GIFs or other types, are listed. Seems like it has to be a setting somewhere.
Real problem is that the stylesheeet is not being read... and I did make sure that the call was {cms_stylesheet}.
I also did a fresh install of 1.11.11 and still get the same issue... can't figure it.
Edit: just tried to use Image Manager, found that images are not displaying in it, either, just the name of each file, and only JPG images, not GIFs or other types, are listed. Seems like it has to be a setting somewhere.
Re: CMSMS not reading stylesheet
Did you clear CMSMS cache?Parapet wrote:Somewhere along the line in the upgrade process it stopped reading the stylesheets
To copy System Information to the forum:
https://docs.cmsmadesimple.org/troubles ... nformation
CMS Made Simple Geekmoots attended:
Nottingham, UK 2012 | Ghent, Belgium 2015 | Leicester, UK 2016
https://docs.cmsmadesimple.org/troubles ... nformation
CMS Made Simple Geekmoots attended:
Nottingham, UK 2012 | Ghent, Belgium 2015 | Leicester, UK 2016
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: CMSMS not reading stylesheet
The stylesheet is connected to the template?
Re: CMSMS not reading stylesheet
It could help for us to see your system info, and you should look at the system info page to see if you have any yellow ! or red X...