[TYPO3-english] Back-end problems after moving TYPO3 site

Lily Wong lily.wong at utoronto.ca
Fri Feb 4 18:54:02 CET 2011


Hi TYPO3 list,

I have made a copy of my TYPO3 site, moved the copy to a new (test)  
server, and the new site is not working properly. I'm wondering if  
anyone on the list can provide suggestions as to what I'm doing wrong.

These are the steps that I've taken so far:
1. Copied TYPO3 files and folders to new server via SSH. Files copied were:
/fileadmin, /misc, /t3lib, /typo3, /typo3conf, /typo3temp, /uploads,  
index.php, clear.gif, .htaccess
2. Copied SQL database into new server via SSH. New database has the  
same name, username and password as original database.
3. Updated localconf.php to have new database's login info.
4. Used Install Tool on new server to verify that folders have correct  
write permissions.

However, the TYPO3 back-end is not working as expected. I can log into  
the back-end, but nothing in it works. Also, the front-end is  
displaying nothing.

In backend.php's source code, it appears that the site cannot find (or  
perhaps cannot generate?) the necessary .js and .css files on the  
server. The files listed below are all broken links:
<link rel="stylesheet" type="text/css"  
href="../typo3temp/compressor/ext-all-notheme-391c74450e962fb6730475007d4369d2.css" media="all"  
/>
<link rel="stylesheet" type="text/css"  
href="../typo3temp/compressor/xtheme-t3skin-f3a581c1f8354fea74e2b13513896288.css" media="all"  
/>
<link rel="stylesheet" type="text/css"  
href="../typo3temp/compressor/merged-26acbde77de76f33d11917b216933096-9a7be13e3553ffedd962dc18b64e709e.css" media="all"  
/>
<link rel="stylesheet" type="text/css"  
href="../typo3temp/compressor/opendocs-6d7147d635e44670dafe210d38630397.css"  
media="all" />

<script  
src="../typo3temp/compressor/prototype-25b8365ccd1d6a2620f82fca0aca8964.js"  
type="text/javascript"></script>
<script  
src="../typo3temp/compressor/effects-612825d7bbc14a985bfcb86e9104b7d1.js"  
type="text/javascript"></script>
<script  
src="../typo3temp/compressor/builder-8efb6a81f8cc969d2b88a581404bd83e.js"  
type="text/javascript"></script>
<script  
src="../typo3temp/compressor/effects-612825d7bbc14a985bfcb86e9104b7d1.js"  
type="text/javascript"></script>
<script  
src="../typo3temp/compressor/dragdrop-d2d80dd3cd579c623a761585674bddc1.js"  
type="text/javascript"></script>
<script  
src="../typo3temp/compressor/controls-0eb47813e996c9fb5e4d167c047a2f72.js"  
type="text/javascript"></script>
<script  
src="../typo3temp/compressor/scriptaculous-ef0684ce7eee88c8e802b04a8bc1c00a.js"  
type="text/javascript"></script>
<script  
src="../typo3temp/compressor/ext-base-7f863e35616f22e07d5ae893d8b63c1b.js"  
type="text/javascript"></script>
<script  
src="../typo3temp/compressor/ext-all-e7c5970aa637b8a563c8602ada26de5b.js"  
type="text/javascript"></script>
<script  
src="../typo3temp/compressor/ext-lang-en-c04ce2bfd33f8c158bf4a5a2e5bb3f49.js"  
type="text/javascript" charset="utf-8"></script>

Has anyone else come across this problem? Many thanks in advance!

Best,
Lily
--
lily.wong at utoronto.ca



More information about the TYPO3-english mailing list