[TYPO3] Need help - after moving my site to a new server

ronald_lists at elmit.com ronald_lists at elmit.com
Sun Aug 24 17:12:07 CEST 2008


I had all nice installed on my server, but now I have moved it to a web
hoster and miss some parts. The following things were done:

The Webhoster installed typo3 4.2.1.

I downloaded my complete /htdocs tree from my old server.
I exported the database into a sql file and downloaded it.


I have then:
1. uploaded the directories:
   /fileadmin  (which includes the template)
   /typo3conf  (see below)
   /typo3temp
   /uploads

The uploaded tree looks like:
drwxr-x---   5 elmit1 elmit1 4.0K May 27 09:31 fileadmin/
lrwxrwxrwx   1 elmit1 elmit1   11 Aug 22 17:24 i.php -> phpinfo.php
-rwxr-xr-x   2 elmit1 elmit1 2.8K Jun 11 03:14 index.php*
lrwxrwxrwx   1 elmit1 elmit1   19 Aug 22 17:16 indexold.php ->
typo3_src/index.php*
-rw-r--r--   1 elmit1 elmit1   16 Aug 22 17:06 phpinfo.php
lrwxrwxrwx   1 elmit1 elmit1   15 Aug 22 16:57 t3lib -> typo3_src/t3lib/
lrwxrwxrwx   1 elmit1 elmit1   15 Aug 22 16:57 typo3 -> typo3_src/typo3/
lrwxrwxrwx   1 elmit1 elmit1   16 Aug 22 17:04 typo3_src -> typo3_src-4.2.1//
drwxr-xr-x   5 elmit1 elmit1 4.0K Jun 11 03:15 typo3_src-4.2.1/
drwxr-xr-x   4 elmit1 elmit1 4.0K Aug 22 17:12 typo3conf/
drwxr-xr-x   8 elmit1 elmit1 4.0K Aug 22 17:11 typo3temp/
drwxr-xr-x   2 elmit1 elmit1 4.0K Aug 22 16:59 typosource/
drwxr-xr-x   5 elmit1 elmit1 4.0K Aug 22 17:11 uploads/



2. localconf.php   - old website
<?php
$TYPO3_CONF_VARS['SYS']['sitename'] = 'New TYPO3 site';

	// Default password is "joh316" :
$TYPO3_CONF_VARS['BE']['installToolPassword'] =
'bacb98acf97e0b6112b1d1b650b84971';

$TYPO3_CONF_VARS['EXT']['extList'] =
'tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3skin';

$typo_db_extTableDef_script = 'extTables.php';

## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be
changed by the install script!

$typo_db_username = 'xxxxx';	//  Modified or inserted by TYPO3 Install Tool.
$typo_db_password = 'xxxxxxx';	// Modified or inserted by TYPO3 Install Tool.
$typo_db_host = 'localhost';	//  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['encryptionKey'] =
'd93643cc06cc089d646153278d767bba';	//  Modified or inserted by TYPO3
Install Tool.
$TYPO3_CONF_VARS['SYS']['compat_version'] = '4.2';	//  Modified or
inserted by TYPO3 Install Tool.
$typo_db = 't3_elmit_xx';	//  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['BE']['installToolPassword'] =
'dc7b00eef0ac1d3f569eefff054e901e';	//  Modified or inserted by TYPO3
Install Tool.
$TYPO3_CONF_VARS['SYS']['sitename'] = 'Just me';	//  Modified or inserted
by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['im_combine_filename'] = 'composite';	//  Modified
or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'im5';	//  Modified or inserted
by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';	//  Modified or inserted by
TYPO3 Install Tool.
// Updated by TYPO3 Install Tool 27-05-08 21:59:42
$TYPO3_CONF_VARS['EXT']['extList'] =
'css_styled_content,tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,t3skin,indexed_search,lumophpinclude';	//
Modified or inserted by TYPO3 Extension Manager.
// Updated by TYPO3 Extension Manager 04-06-08 11:12:08




3. localconf.php   - new website
<?php
$TYPO3_CONF_VARS['SYS']['sitename'] = 'New TYPO3 site';

	// Default password is "joh316" :
$TYPO3_CONF_VARS['BE']['installToolPassword'] =
'bacb98acf97e0b6112b1d1b650b84971';

$TYPO3_CONF_VARS['EXT']['extList'] =
'tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3skin';

$typo_db_extTableDef_script = 'extTables.php';

## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be
changed by the install script!

$typo_db_username = 'xxxxxxx';	//  Modified or inserted by TYPO3 Install
Tool.
$typo_db_password = 'xxxxxxxx';	//  Modified or inserted by TYPO3 Install
Tool.
$typo_db_host = 'localhost';	//  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['encryptionKey'] =
'23693ada67e71ff4119ff0b0be78422d';	//  Modified or inserted by TYPO3
Install Tool.
$TYPO3_CONF_VARS['SYS']['compat_version'] = '4.2';	//  Modified or
inserted by TYPO3 Install Tool.
$typo_db = 'elmit1_xx';	//  Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['BE']['installToolPassword'] =
'dc7bffbbf0ac1d3f569eefff054e901e';	//  Modified or inserted by TYPO3
Install Tool.
// Updated by TYPO3 Install Tool 22-08-08 17:12:15




4. The result:
a. The text is all there, but it seems the template is screwed up.
b. Comparing the localconf.php files I find encryptionKey different.
Should it be the old one? should it be the new one (as it is now)?
c. Original localconf.php had also a line with
$TYPO3_CONF_VARS['EXT'['extList']   which is missing in the new one.
I "thought" it means that I need to find this extensions to install with
the Ext Manager, but all these words are not found to import.



What do I miss? How can I fix it?

Thanks for your help!

bye

Ronald



More information about the TYPO3-english mailing list