- Posts: 5
- Thank you received: 0
Still problems in Safari
-
zebrafilm
Inactive member - Topic Author
- New Member
Less
More
12 years 8 months ago #17110
by zebrafilm
Still problems in Safari was created by zebrafilm
We still have problems with this template in Safari.
It works fine in CHROME and FF but Safari (and IE9) doesn't render the page.
I have about 100 Joomla sites on that server and no problem with any of them.
When I switch to another template all is fine.
PHP is 5.2.17 but also checked on 5.3.10
Joomla v2.5.4 MySQL 5.1
The only difference I can think of is that I am running Windows servers and your demo site is on Linux and making a difference somewhere.
Checked on other install/server but everywhere I have the same problem.
Even a clean install gives the same problem.
This is also the first time ever I see this problem.
See site: [url=http://http://www.daoyoga.nl] www.daoyoga.nl [/url]
It works fine in CHROME and FF but Safari (and IE9) doesn't render the page.
I have about 100 Joomla sites on that server and no problem with any of them.
When I switch to another template all is fine.
PHP is 5.2.17 but also checked on 5.3.10
Joomla v2.5.4 MySQL 5.1
The only difference I can think of is that I am running Windows servers and your demo site is on Linux and making a difference somewhere.
Checked on other install/server but everywhere I have the same problem.
Even a clean install gives the same problem.
This is also the first time ever I see this problem.
See site: [url=http://http://www.daoyoga.nl] www.daoyoga.nl [/url]
Please Log in to join the conversation.
-
zebrafilm
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
12 years 8 months ago #17112
by zebrafilm
Replied by zebrafilm on topic Re: Still problems in Safari
the problem seems to be in the call to /css/template.php
Line 189: <?php require(dirname(__FILE__).DS.'../css/template_css.php'); ?>
If I remove it, Safari runs fine.
Trying to narrow down the issue but I am not that good with PHP
Line 189: <?php require(dirname(__FILE__).DS.'../css/template_css.php'); ?>
If I remove it, Safari runs fine.
Trying to narrow down the issue but I am not that good with PHP
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17122
by ivan.milic
Replied by ivan.milic on topic Re: Still problems in Safari
I think you are talking about header already sent problem.
Open template_css.php and also template_css_ie78.php if you have it and remove header directive:
header("Content-type: text/css");
Open template_css.php and also template_css_ie78.php if you have it and remove header directive:
header("Content-type: text/css");
The following user(s) said Thank You: zebrafilm
Please Log in to join the conversation.
Time to create page: 0.149 seconds