1
MarcDeMesel
Website shows code only. ¨Help much appreciated

I've got a urgent problem here. My website shows html code only!

This means people visiting my website only see code.

This is strange, it happened after I turned on 'Template files from themes/templates map updating?' in system/general preferences

Can anybody help me out here? This is not good.

Help very much appreciated

Warm regards,
Marc from Belgium

2
DonXoop
Re: Website shows code only. ¨Help much appreciated

I'm not too clear on what you actually changed. You enabled a new template set from the default? Or just the theme update option? Or set a different default theme?

You might try clearing out the /cache & /template_c directories first. Another thing is to create a basic .html & .php file and see if you can get parsed output. It sounds more like your PHP isn't running.

test.html:
<html>
<head></head>
<body>
Hello World
</body>
</html>

test.php:
<?php
echo "Hello World<br />";
phpinfo();
?>

3
MarcDeMesel
Re:Website shows code only. ¨Help much appreciated

Thx a lot DonXoop. It's solved. The problem was, I had to edit the theme.html file of my theme (installing the newbb 2 forum required this), but everytime I edit this file and safe it with openoffice the website turns out code. If I edit this file with notepad everything works fine. The edited file in openoffice is also a lot bigger regularly.

Well, once I discoverd this everything worked out fine.

Anyway, thx a lot for the help!

Warm Regards,
Marc

Login

Who's Online

126 user(s) are online (90 user(s) are browsing Support Forums)


Members: 0


Guests: 126


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits