phpBB3 to ModphpBB3 1.0.5 Conversion Instructions

Having trouble installing ModphpBB3 - Post any questions or issues in here.
  • Advertisement

Bookmark and Share

Re: phpBB3 to ModphpBB3 1.0.5 Conversion Instructions

Postby fikse » Wed Feb 18, 2009 5:39 pm

LDM wrote:I am not sure why some are getting some errors. When I tested it, it seemed to go through trouble free. Maybe an issue with cookies?

Yes it is strange. I tried to do everything as clean and straightforwrad as possible, had a clean phpbb3 without any mods, standard style, etc etc. Emptied for cookies etc before starting the upgrade. Im absolutely not an expert, but your (and others) instructions for the upgrade was quite straight forward...
User avatar
fikse
Forum Member
Forum Member
 
Posts: 20
Joined: February 2009
Has thanked: 0 time
Have thanks: 0 time

Re: phpBB3 to ModphpBB3 1.0.5 Conversion Instructions

Postby LDM » Wed Feb 18, 2009 5:47 pm

I will have another test with the convert files in this thread and see if I get any errors.
Image

Image
User avatar
LDM
Site Admin
Site Admin
 
Posts: 1794
Joined: May 2008
Location: UK
Has thanked: 17 times
Have thanks: 122 times
Fine

Re: phpBB3 to ModphpBB3 1.0.5 Conversion Instructions

Postby cubic » Tue Feb 24, 2009 3:12 am

hi, i got this error:

Fatal error: Cannot redeclare split_sql_file() (previously declared in /home/arxdeusc/public_html/forum/install_gallery/install_functions.php:97) in /home/arxdeusc/public_html/forum/includes/functions_install.php on line 519
User avatar
cubic
Forum Member
Forum Member
 
Posts: 2
Joined: February 2009
Has thanked: 0 time
Have thanks: 0 time

Re: phpBB3 to ModphpBB3 1.0.5 Conversion Instructions

Postby cubic » Tue Feb 24, 2009 3:46 am

hmm...actually, would this be related to having installed nukedgallery before?
User avatar
cubic
Forum Member
Forum Member
 
Posts: 2
Joined: February 2009
Has thanked: 0 time
Have thanks: 0 time

Re: phpBB3 to ModphpBB3 1.0.5 Conversion Instructions

Postby uk_martin » Tue Feb 24, 2009 1:39 pm

I've run into a road block. I've followed (stumbled through) these instructions, but my page just displays:

Code: Select all
SQL ERROR [ mysql4 ]

Table 'xxx_zzz.phpbb_portal_config' doesn't exist [1146]

An sql error occurred while fetching this page. Please contact an administrator if this problem persists.


The "plain vanilla" phpBB3 was quite happy, and I've checked MySQL, and that table does exist.

As all I want to do is to convert the Users, User Groups, Gallery and the forum content, wouldn't it be simpler if we knew just which tables from the standard phpBB3 database we need to make a data dump of and then to insert the data into the ready and waiting ModphpBB3 forum? More like a backup and restore type operation.

Any thoughts on this option?

Thanks

M
User avatar
uk_martin
Forum Member
Forum Member
 
Posts: 85
Joined: January 2009
Has thanked: 1 time
Have thanks: 1 time

Re: phpBB3 to ModphpBB3 1.0.5 Conversion Instructions

Postby LDM » Tue Feb 24, 2009 2:20 pm

Martin - You need to run the portal install sql in the first topic and this way is definitely easier.

cubic - haven't seen that error before. Are the gallery tables in the database?

If anyone is looking to convert, maybe let me have ftp access and I will do it so it is fully tested again on a live board.
Image

Image
User avatar
LDM
Site Admin
Site Admin
 
Posts: 1794
Joined: May 2008
Location: UK
Has thanked: 17 times
Have thanks: 122 times
Fine

Re: phpBB3 to ModphpBB3 1.0.5 Conversion Instructions

Postby uk_martin » Wed Feb 25, 2009 8:33 am

Thanks, I'd overlooked that second zip file.

OK, I can now get into the Portal, and from there I can get into ACP. HOWEVER clicking the Board Index link at the top of the ACP page gives me a page with the following error message:

Code: Select all
General Error
SQL ERROR [ mysql4 ]

Table 'brummie_phpbb.phpbb_chat' doesn't exist [1146]

SQL

SELECT * FROM phpbb_chat ORDER BY message_id DESC LIMIT 25

BACKTRACE

FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: includes/db/mysql.php
LINE: 221
CALL: dbal_mysql->sql_query()

FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysql->_sql_query_limit()

FILE: shout.php
LINE: 54
CALL: dbal->sql_query_limit()

FILE: index.php
LINE: 47
CALL: include('shout.php')


Any idea why this should be? Better still, how it can be fixed?

By the way, the "Upgrade.sql" file may be at fault here. I did try to run it, but MySQL kept returning errors about "this table already exists" and stuff like that. Could that be linked, and can a more install-friendly upgrade.sql file be produced?

Thanks

Martin
User avatar
uk_martin
Forum Member
Forum Member
 
Posts: 85
Joined: January 2009
Has thanked: 1 time
Have thanks: 1 time

Re: phpBB3 to ModphpBB3 1.0.5 Conversion Instructions

Postby LDM » Wed Feb 25, 2009 4:51 pm

It looks like it's an extra phpbb_ when you run the query, try re-running it without the phpbb_
Image

Image
User avatar
LDM
Site Admin
Site Admin
 
Posts: 1794
Joined: May 2008
Location: UK
Has thanked: 17 times
Have thanks: 122 times
Fine

Re: phpBB3 to ModphpBB3 1.0.5 Conversion Instructions

Postby uk_martin » Wed Feb 25, 2009 7:36 pm

brummie_phpbb is the name of the database
phpbb_chat should have been a table in that database BUT it wasn't there. Surely it should have been?

I've done a MyPHP "transplant" from my test site (which doesn't contain any non-transferable data anyway) of the Chat and Chat Sessions tables. That at least got the Chat working (which to this point I hadn't got round to testing) but in testing out the link to Board Index I then got another error, basically saying that there was no "php_announcement_center" table in the database. Another transplant was done to sort that out.

It was a bit of a concern that there were three database tables "went missing" in the conversion process, but at least things have now been sorted out.

M
User avatar
uk_martin
Forum Member
Forum Member
 
Posts: 85
Joined: January 2009
Has thanked: 1 time
Have thanks: 1 time

Re: phpBB3 to ModphpBB3 1.0.5 Conversion Instructions

Postby LDM » Wed Feb 25, 2009 10:57 pm

Martin, my first thought is your tables haven't got phpbb_ at the start, so need to remove the phpbb_ when running the queries.
Image

Image
User avatar
LDM
Site Admin
Site Admin
 
Posts: 1794
Joined: May 2008
Location: UK
Has thanked: 17 times
Have thanks: 122 times
Fine

PreviousNext


  • Advertisement

Return to ModphpBB3 Installation



Who is online

Users browsing this forum: No registered users and 0 guests


Subscribe to the ModphpBB3 Forum RSS