the problem I am still trying to solve was intensively discussed here: http://forum.cmsmadesimple.org/index.ph ... 792.0.html.
(no styles on back-end)
1)
Problem appears with all(!) browsers: IE, FF, Opera.
2)
So I didn't try to delete the following in "style.php":
Code: Select all
if(isset($_SERVER['HTTP_USER_AGENT']) && preg_match('/MSIE/', $_SERVER['HTTP_USER_AGENT']))
{
@ini_set( 'zlib.output_compression','Off' );
}
Anyway: Can someone "decode" this into human language for me? Kind of "...if blah and blubb happen then blahblubb."
Couldn't yet put this one...
Code: Select all
header("Content-type: text/css");
3)
The provider definitely has readfile() enabled (phpinfo-proofed).
4)
Changing "readfile()" to "echo file_get_contents()" in style.php and tab.php was only partly successfull -> styles on back-end home page ok, but not i.e. on back-end modules page...
5)
Viewing the pages source code with browser results in...
Code: Select all
<link rel="stylesheet" type="text/css" href="style.php" />
Seems that the server needs too much time decoding the style.php...
6)
On a different webspace with different provider sometimes(!) the same prob appears... and this one is a high quality provider! So maybe it really is a timing problem?!?
Ideas anyone? Maybe accelerating the style.php? What else?
BTW: CMSms release is 0.13 "Canary"
Regards
Michael AC