Phpbb2s Post To Running Ip


Subject: Phpbb2s Post To Running Ip
Hi,

I refer to this post: http://www.icyphoenix.com/viewtopic.php?f=2&t=2804&p=19690

For me its the same, I have a working phpbb2 witch is used by some users and I've got a working IP for testing.

Now I want to transfer all posts of the working phpbb2 to the new IP Portal.

I can't copy the hole database tables of the phpbb2 to the IP Installation because there're many changes on the database, see for example the forum table.

Profile PM  
Subject: Re: Phpbb2s Post To Running Ip
You can copy it.

There is no problem, as the non-value fields will take the default values.

Profile PM  
Subject: Re: Phpbb2s Post To Running Ip
novice programmer wrote: [View Post]
You can copy it.

There is no problem, as the non-value fields will take the default values.


So I only have to use the insert statements to update right? Because my actual backup contains "drop table if exists" statements, so the tables will be created new.

Profile PM  
Subject: Re: Phpbb2s Post To Running Ip
Novice can you explain it in more detail please? Many tables of IP have a other structure (more fields) than the tables in phpbb2. So a backup would set all tables to the phpbb2 structure.

Profile PM  
Subject: Re: Phpbb2s Post To Running Ip
Rene wrote: [View Post]
Novice can you explain it in more detail please? Many tables of IP have a other structure (more fields) than the tables in phpbb2. So a backup would set all tables to the phpbb2 structure.


Delete the instrucitons:

Code: [Download] [Hide] [Select]
DROP*
DELETE*
CREATE*
ADD*
ALTER*

to get only the insert lines


As in the other thread, make sure the prefixes are the same.

Profile PM  
Subject: Re: Phpbb2s Post To Running Ip
It doesn't work that easily I'm afraid. Just so no one get's the wrong idea this method doesn't work.

You will get this error:

#1136 - Column count doesn't match value count at row 1

I'll have to modify the script that mighty has in the contrib folder just to convert forums, users, and posts over.

If I have any luck I'll attach it here.

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.2703s (PHP: 7% SQL: 93%)
SQL queries: 10 - Debug Off - GZIP Enabled