We've developed a site for a client in a LAMP environment and then sent it to them with instructions on how to get it running on their WAMP server.. we tested it locally running wamp5 1.6.5 and everything looked normal.
When they installed the site, it ran but there is major formatting issues.. when I had them view the site we saw this at the top..
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<br>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<br>
</body>
</html>
This block is repeated twice before the information within the template is displayed and for the life of me I cannot figure it out.
If it matters, we're running Joomla 1.0.13 and as I previously mentioned, Wamp 1.6.5 (php5)
I've had them enable output buffering in wamp, knowing that probably wouldn't help .. we've checked for spaces in the template.. and we simply cannot re-create the issue here
According to them, they've installed this on a Vista and an XP machine with the same results..
Any clues?