[Solved] Existing installation to a new server - No title and stylesheets
Posted: Thu Mar 25, 2010 10:31 am
Yesterday I followed the guide to move my existing installation to a new server. (http://wiki.cmsmadesimple.org/index.php ... er_.281.29) At first I got all sort of weird errors, but then I realized that my paths in 'config.php' were wrong. When I corrected them (from /httpdocs to /var/foo/bar/httpdocs) all errors were gone. Logging into the admin section works too, but I have one serious problem. This is the sourcecode on the new server:
As you can see there isn't a title and there are no stylesheets. So the site on the new server looks horrible. Here is the URL to the new server, so you can see for yourself: http://www.tvnieuwbeijerland.nl/index.php
I've got no clue what to check or do next; all the tags like {title} and {stylesheets} are at the right place inside the template. So does anyone know how to fix this?
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" >
<head>
<title> - </title>
<!-- all javascripts -->
<__script__ type="text/javascript" src="a.js"></__script>
<__script__ type="text/javascript" src="b.js"></__script>
<__script__ type="text/javascript" src="c.js"></__script>
</head>
</__body>
<!-- website divs -->
<__body>
</__html
I've got no clue what to check or do next; all the tags like {title} and {stylesheets} are at the right place inside the template. So does anyone know how to fix this?