In total there are 29 users online :: 8 registered, 0 hidden and 21 guests
Most users ever online was 81 on Wed Jun 09, 2010 10:40 am
Registered users: Ask Jeeves [Bot], dravekx , Exabot [Bot], Gobby, Google 2.1 [Bot], HelterSkelter , MSN [Bot], Yahoo [Bot] based on users active over the past 240 minutes
Google 2.1 [Bot]
Fri. Sep. 10 2010, 02:26
Yahoo [Bot]
Fri. Sep. 10 2010, 02:22
Exabot [Bot]
Fri. Sep. 10 2010, 02:10
Ask Jeeves [Bot]
Fri. Sep. 10 2010, 02:06
MSN [Bot]
Fri. Sep. 10 2010, 01:20
Baidu [Spider]
Thu. Sep. 09 2010, 23:54
Google [Bot]
Thu. Sep. 09 2010, 18:14
Google Desktop
Thu. Sep. 09 2010, 14:28
MSNbot Media
Thu. Sep. 09 2010, 07:23
Alexa [Bot]
Thu. Sep. 09 2010, 06:04
Not processed for this page
• Demo Block •
Progress: [||||||||||]
Last updated: Mon 25 Aug 2008
Version: 0.0.0
Not downloaded yet
• Team Speak •
Progress: [||||||||||]
Last updated: Mon 20 Apr 2009
Version: 1.0.0
Not downloaded yet
Cloud 9 Admin Links
Assigned links via ACP Based on Roy Tanck's Cumulus... phpbbireland March 2009
Roy's link
|
Discussion which doesn't suit in other forums.
by WiZaRd » Wed Mar 10, 2010 11:51 am
Well, I wonder if someone has some experience with this and can help me out... I currently have an Orion phpBB2 forum but I want to update to phpBB3. I already installed the new forum and tested around. A first conversion showed that the script can't detect the subforum feature of the Orion forum but that's not that a big deal, I'll try to rewrite the conversion script. The main concern is, that I tried around a bit with the forum and I have several posts and users in the database. Will conversion work regardless the existing data (simply drop it) or do I have to use a "clean" phpBB3 version as a base?
Michael Proud Stargate Portal User on phpBB 3.0.7-PL1 [SGP v2.0.0RC2 (build 307-200)]
-

WiZaRd
-
- Posts: 97
- Joined: Sat Feb 20, 2010 9:13 am
by Mike » Wed Mar 10, 2010 2:32 pm
If memory serves, the phpBB3 upgrade requires you set up a clean phpbb3 install, which it then uses to upgrade your existing site... If you only have access to one database, an alternate method is required... Assuming you can setup a second database the process is as follows... 1) Install a new phpBB3 install... 2) When you complete this, you will have an option to upgrade... 3) You tell the system the location of the old database and it imports the data... If it fails you loose nothing... The method I use:To ensure an almost perfect (perfect, in most cases) why not do it locally? Do you have a local server set up? If not... download WanpServer and install it.... only takes a few minutes... Windows version: Install to c:\wamp ... (if the default install suggest another folder change this to c:\wamp ... this will save time later on)... Download the phpBB3 (3.0.7PL1) archive and extract... this should result in a folder called phpBB3... Copy the contents of this folder to: c:\wamp\www\phpbb3 (note don't copy the phpBB3 folder itself, just the files)... Become familiar with wamp:Start wamp and browse to 127.0.0.1 ( http://127.0.0.1 or localhost). In your projects you should see: phpbb3... click it and install phpbb3... When you comfortable with it, you can build a local copy of your site and upgrade without fear of loosing anything... Post back when ready and we will do the next step.... In the mean time some additional info: Setting up a local server 
MikeStargate Portal . [phpBB 3.0.6 + 1.0.4 (build 307-203)] . Dev Status: (Cashel) 99%. Dev site: Main site: 
-

Mike
-
- Posts: 2275
- Joined: Wed Mar 11, 2009 1:57 am
- Location: Dublin, Ireland

-
by WiZaRd » Wed Mar 10, 2010 4:20 pm
Well, yes, I've WAMP running... guess I'll just have to try it out, no? It's a bit annoying because I did quite some changes to the board already (updates, hacks, etc.) and I don't want to lose those 
Michael Proud Stargate Portal User on phpBB 3.0.7-PL1 [SGP v2.0.0RC2 (build 307-200)]
-

WiZaRd
-
- Posts: 97
- Joined: Sat Feb 20, 2010 9:13 am
by CaNNon » Wed Mar 10, 2010 5:22 pm
The object would be to get the db updated, the code/mods would be obsolete in phpbb3 the code is just not compatible.
-

CaNNon
-
- Posts: 459
- Joined: Thu Apr 30, 2009 3:48 am
by WiZaRd » Wed Mar 10, 2010 6:00 pm
Eurrrrr no, I meant that I added functions to the NEW board and don't want to lose them, now. E.g. I'd have to re-install SGP and re-adjust all blocks - I want to save me from that work 
Michael Proud Stargate Portal User on phpBB 3.0.7-PL1 [SGP v2.0.0RC2 (build 307-200)]
-

WiZaRd
-
- Posts: 97
- Joined: Sat Feb 20, 2010 9:13 am
by WiZaRd » Fri Mar 12, 2010 2:45 pm
Well, good news! I tried a conversion today on my WAMP server and it worked pretty well The greatest part is, that it actually worked with the test board, it simply deleted all users, posts and forums - great The "bad" part is, that I have noticed 2 annoyances: The first one is a minor one: even though I set the smilies per page to 10 via ACP it still shows a LOT of smilies (50!?) when trying to post a new thread... is this a bug or intentionally? If so: how can I change that? The 2nd is due to the old forum being ORION based. The Orion forum included a subforum feature which was MASSIVELY used in my old forum, so I wanted to take them over and not re-assign all forums manually. I changed the functions_phpbb20.php of the convertor as follows: // Now insert the forums $sql = 'SELECT f.forum_id, f.forum_parent, f.forum_name, f.cat_id, f.forum_desc, f.forum_status, f.prune_enable, f.prune_next, fp.prune_days, fp.prune_freq FROM ' . $convert->src_table_prefix . 'forums f LEFT JOIN ' . $convert->src_table_prefix . 'forum_prune fp ON f.forum_id = fp.forum_id GROUP BY f.forum_id, f.forum_parent, f.forum_name, f.cat_id, f.forum_desc, f.forum_status, f.prune_enable, f.prune_next, f.forum_order, fp.prune_days, fp.prune_freq ORDER BY f.cat_id, f.forum_order'; ... ... 'parent_id' => (int) ($row['forum_parent'] == 0 ? $cats_added[$row['cat_id']] : $row['forum_parent']),
Basically this seems to work - as long as I look into my database... in the forum, however, the result isn't always correct. For example some subforums are added to a forum that had no subforums... the funny part is, if I check out the forums in question in ACP then the CORRECT forum has the proper subforums - but on index, it's wrong... Does someone has an idea? I guess I'll try and ask on phpBB.com, too 
Michael Proud Stargate Portal User on phpBB 3.0.7-PL1 [SGP v2.0.0RC2 (build 307-200)]
-

WiZaRd
-
- Posts: 97
- Joined: Sat Feb 20, 2010 9:13 am
by WiZaRd » Sat Mar 13, 2010 7:30 am
Yes, I did... but I obviously missed some SQL commands. I found a conertor on the phpBB forums that supports Simple Subforums and works fine with Orion, too So the only problem is the one with the smilies...
Michael Proud Stargate Portal User on phpBB 3.0.7-PL1 [SGP v2.0.0RC2 (build 307-200)]
-

WiZaRd
-
- Posts: 97
- Joined: Sat Feb 20, 2010 9:13 am
Return to Smalltalk
Who is online
Registered users: Ask Jeeves [Bot], dravekx , Exabot [Bot], Gobby, Google 2.1 [Bot], HelterSkelter , MSN [Bot], Yahoo [Bot]
|