[Typo3] How to copy a Typo3 project from one server to another

nospam "kontakt\" at (nospam)bendtsen-solutions.dk
Fri Nov 11 21:30:52 CET 2005


Matthew Manderson wrote:
>>I followed your guide, but Im missing the page tree, am I missing
>>something?
> 
> 
> That means you have not imported the database.
> 
> 1) Check your install db settings.
> 2) Check you imported the right dump.
> 3) Check your dump has full tables in it.
> 4) Check you are importing to the right db.
> 
> Matthew
> 
Hi

In the install tool I create an empty database and then I go to the 
Database Analyser, but choosing the import option gives me this message:
"There seems to be no CREATE TABLE definitions in the SQL file. This 
tool is intelligently creating one table at a time and not just dumping 
the whole content of the file uncritically. That's why there must be 
defined tables in the SQL file."

But if I view the file it starts with:
"CREATE TABLE `be_groups` (
`uid` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned NOT NULL default '0',
`tstamp` int(11) unsigned NOT NULL default '0',
`title` varchar(2...

CREATE TABLE `be_sessions` (
`ses_id` varchar(32) NOT ................"

Can you tell what is wrong?

/Brian Bendtsen



More information about the TYPO3-english mailing list