[solved]problem with {cms_stylesheet} tag after core install

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
valgibson
Forum Members
Forum Members
Posts: 11
Joined: Wed Oct 28, 2009 2:58 pm

[solved]problem with {cms_stylesheet} tag after core install

Post by valgibson »

I have just installed smoothly, without any problems, the newest version of cmsms (1.9.4.2). All seems well, except for the fact that somehow the stylesheets aren't automatically linked to the default template (e.g. <link rel="stylesheet"> tag is missing in my browsers sourcepage). When I use the {stylesheet} tag instead, it does work, and the links are printed, but since {stylesheet} is deprecated I rather use {cms_stylesheet}.
What could be the problem here?
Last edited by valgibson on Fri Jul 01, 2011 7:50 pm, edited 1 time in total.
valgibson
Forum Members
Forum Members
Posts: 11
Joined: Wed Oct 28, 2009 2:58 pm

Re: problem with {cms_stylesheet} tag after core install

Post by valgibson »

Ok, the problem was caused by mysql, who wasn't able to write to a certain file or folder, error code 13 (as was stated somewhere else here on the forum, by 'uptoeleven', but I didn't figure out how he solved it).

If you set 'debug = true' in the config.php file you can trace errors in your cmsms website, which is how I found out that mysql couldn't write to a particular file. After changing the permissions everything worked again and my stylesheets are now included!
Post Reply

Return to “CMSMS Core”