Howdy Tom,
I spent a couple of hours searching for a nasty small bug, until I found the reason. I had no experience with Tendu and didn't know how to start working with it.
When I installed it on my site, which is hosted on some hosting company, it didn't load ok - no sidebars - all appeared in its blocks on complete width of the site - two sidebars and content area. Very strange.
It appeared that style.css came along in the tarball with 755 permissions. My hosting web server saw this permission and refused to return the content of this file, with error code 403 (Forbidden), and a little explanation:
"The requested URL '/static/rymland.org//sites/all/themes/tendu/style.css?p' resolves to a file which
is marked executable but is not a CGI file; retrieving it is forbidden."
I think the explanation it returned is self explanatory.
The solution?
Simple, remove "x" permission on style.css in the tendu packed theme (for your convenience, its 644 after this change).
Thanks!
Boaz.
Comments
Comment #1
tombigel commentedweird, thanks.