I have version 1.10.3 "Hyacinthe" installed.
For the past several months, even after upgrading my CMSMS website, my website has been fine.
I haven't made any changes at all to the website in the past three days, but this morning, my website was broken. I turned on debug mode, don't have a clue what to do with it.
• I've upgraded each module in turn, no change.
• I switched templates for the homepage, still broken.
• I removed the sharethis button, still broken.
Can anyone help me figure this out? I'm more of a designer so my coding skills are limited to xhtml and css.
http://www.tourpikecounty.com/
Thank you!
Stylesheet broke all on its own?
Re: Stylesheet broke all on its own?
There is no stylesheet linked in your HTML source.
Did you use the {cms_stylesheet} tag in your template?
Did you use the {cms_stylesheet} tag in your template?
Re: Stylesheet broke all on its own?
yes, it is in my header section of my template. {cms_stylesheet}. Its not commented out or anything. 
Note: It would seem that {cms_stylesheet} is being ignored when the page is rendered. However, other tags, such as my global content blocks, are working.

Note: It would seem that {cms_stylesheet} is being ignored when the page is rendered. However, other tags, such as my global content blocks, are working.
Re: Stylesheet broke all on its own?
Are there stylesheets attached to your template?
you can check this by clicking the blue "css" text-bubble in the template list. If not, add one
you can check this by clicking the blue "css" text-bubble in the template list. If not, add one

Re: Stylesheet broke all on its own?
Yes there are, I checked. The website was working and pulling the stylesheet just yesterday. I made no changes to the website since then, and boom, no stylesheet.
I wonder what kind of hosting problems or network problems could cause this? I changed templates several times and each template, even stock ones that came with CMSMS, break css.
I wonder what kind of hosting problems or network problems could cause this? I changed templates several times and each template, even stock ones that came with CMSMS, break css.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Stylesheet broke all on its own?
Check the paths in your config.php.
I bet the host moved your site to a different path, and now the config.php is incorrect.
Here's a tip: Under a normal install (with no funky configurations) the root_path, upload_path etc. can be commented out of the config.php in CMSMS 1.10 and above.
I bet the host moved your site to a different path, and now the config.php is incorrect.
Here's a tip: Under a normal install (with no funky configurations) the root_path, upload_path etc. can be commented out of the config.php in CMSMS 1.10 and above.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Stylesheet broke all on its own?
I used a php file to determine what my root path was, and compared it to what is written in the config.php file. They match. Does that mean that the paths are correct?
Re: Stylesheet broke all on its own?
I'm not sure if this can be called "solved", as I think my network administrator just reloaded the website from a backup. I'll possibly know more tomorrow, as I'm assuming that's what he did.
Re: Stylesheet broke all on its own?
You might want to try what happens if you clear the cache?