Problems with moving a CMSMS-site
Posted: Wed Apr 07, 2010 5:19 pm
Hello everyone!
I'm not much of a web-administrator, but today I had to move a site to another server for my client. I followed all the instructions in the "HowTo"-section, but the site just doesn't work. First of all I exported the old database and than imported it into the new one. I moved all the files using FTP and set all the permissions. Finally i changed all paths in the config-file. Still I get a blank page instead of my site.
I tried to install CMSMS in a subdirectory of this host and it worked fine. Then I decided to have a look at the source of the blank page I get instead of my site and was surprised to find the following:
This is the code of my template, but I still don't see the content and also I can't get into the "admin"-Panel. Instead I get to the "admin"-Panel of my hoster (Telekom Austria, if that may help).
Does anyone know what the solution to this problem might be? It's probably fairly simple, but I just don't understand much in web-administration... Thank you in advance!
I'm not much of a web-administrator, but today I had to move a site to another server for my client. I followed all the instructions in the "HowTo"-section, but the site just doesn't work. First of all I exported the old database and than imported it into the new one. I moved all the files using FTP and set all the permissions. Finally i changed all paths in the config-file. Still I get a blank page instead of my site.
I tried to install CMSMS in a subdirectory of this host and it worked fine. Then I decided to have a look at the source of the blank page I get instead of my site and was surprised to find the following:
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="en" >
<head>
<link rel="stylesheet" type="text/css" href="http://www.***.**/modules/Album/css/stylesheet.css" />
<title> - </title>
</head>
</__body>
<!-- start pagewrapper -->
<div id="pagewrapper">
<!-- start topspace -->
<div id="topspace">
</div>
<!-- end topspace -->
<!-- start header -->
<div id="header">
</div>
<!-- end header -->
<!-- start menu -->
<div id="menu">
</div>
<div id="menu_level_2">
</div>
<!-- end menu -->
<!-- start content -->
<div id="content">
</div>
<!-- end content -->
<!-- start footer -->
<div id="footer">
</div>
<!-- end footer -->
</div>
<!-- end pagewrapper -->
<__body>
</__html>
<!-- 0.108974 / 7 -->
Does anyone know what the solution to this problem might be? It's probably fairly simple, but I just don't understand much in web-administration... Thank you in advance!