Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
2 registered (Gizmo, SteveS), 38 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/07/07
Posts: 4
Top Posters (30 Days)
Ruben 50
DennyP 24
Gizmo 23
Dunny 15
SteveS 13
AllenAyres 12
dbremer 10
SD 10
drkknght00 9
doug 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 2 of 3 < 1 2 3 >
Topic Options
#246131 - 10/02/11 07:19 AM Re: about to import classic 6.7.1 to 7.5.6, advice please [Re: TCann]
Gizmo Online   cat

Registered: 06/05/06
Posts: 14995
Loc: Portland, OR; USA
Are you doing this on a production server? With large UBB.C -> UBB.T imports I'd generally only do it on a dedicated server which doesn't have much of anything else going on...

Classic in itself was a resource hog, and basically what you're doing is reading every file ever made in classic and then writing it to threads; there's just so much that can go awry and wrong during an import from that particular product...
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime UBB Supporter, UBB Beta Tester & Resident Post-A-Holic.
UBB Modifications, Styling, Coding Services, Disaster Recovery, and more!
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#246132 - 10/02/11 08:09 AM Re: about to import classic 6.7.1 to 7.5.6, advice please [Re: Gizmo]
rfd123 Offline
stranger
Registered: 06/17/04
Posts: 10
Originally Posted By: Gizmo
Are you doing this on a production server? With large UBB.C -> UBB.T imports I'd generally only do it on a dedicated server which doesn't have much of anything else going on...

Classic in itself was a resource hog, and basically what you're doing is reading every file ever made in classic and then writing it to threads; there's just so much that can go awry and wrong during an import from that particular product...


dedicated server with a ton of horsepower and no other activity save the import/conversion.

i would expect to see the mysql db updating, but that doesn't happen at all.

soon as it begins the post import is when a popup asks what to do with the importer script. the mysql activity goes dead.
Top
#246133 - 10/02/11 08:11 AM Re: about to import classic 6.7.1 to 7.5.6, advice please [Re: TCann]
Dunny Offline
addict
Registered: 01/16/08
Posts: 460
Loc: DE USA
This may sound like a silly question (and probably is) but is PHP5 installed on the server (or a version of PHP)?

It is asking if you want to save a file as if it doesn't realize it is supposed to be running as a script.


Dunny
_________________________
Dunny

Removed link due to bleedover spammers

Dawn of Iskirra
Top
#246134 - 10/02/11 09:25 AM Re: about to import classic 6.7.1 to 7.5.6, advice please [Re: TCann]
rfd123 Offline
stranger
Registered: 06/17/04
Posts: 10
yup, php 5.1
Top
#246135 - 10/02/11 09:37 AM Re: about to import classic 6.7.1 to 7.5.6, advice please [Re: rfd123]
Ruben Offline

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Well something is wrong since firefox is prompting to save/open the file.
Possibly something awry in the server config.
Or even your browser.
Have you tried the compatibility test script?
Or better yet just install threads as a virgin new install and see if you have problems.
_________________________
Blue Man Group
Top
#246136 - 10/02/11 09:49 AM Re: about to import classic 6.7.1 to 7.5.6, advice please [Re: TCann]
rfd123 Offline
stranger
Registered: 06/17/04
Posts: 10
no problem installing threads on my server, and creating/populating a virgin new database, works just fine. stumped on this one ...
Top
#246137 - 10/02/11 10:02 AM Re: about to import classic 6.7.1 to 7.5.6, advice please [Re: TCann]
Ruben Offline

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Could be a issue with either file permissions for the import script or a issue with the browser you are using.

I would suggest opening a support ticket with UBB to resolve.
You know they do offer upgrade services as well.

FYI,
The version you are upgrading from is probably the most tedious one to perform.
Especially with the size of your board.
_________________________
Blue Man Group
Top
#246138 - 10/02/11 10:14 AM Re: about to import classic 6.7.1 to 7.5.6, advice please [Re: TCann]
rfd123 Offline
stranger
Registered: 06/17/04
Posts: 10
before running the importer script, i made sure everything was read/write.

a few dayze ago, the ubb tech group did an import test of my forum and it worked. very long story short, i had been trying to convert my classic board to a relational database for years and no one, not vb or phpbb or smf or even ubbthreads, could make it happen. i worked with rick (former ubb owner) from the end of last year to about march this year and he had problems and it never converted. my incorrect assumption was that my forum couldn't get converted, so i didn't bother even attempting and contacted ubb tech. it appears that the import/conversion is more than just running an importer script.
Top
#246139 - 10/02/11 10:33 AM Re: about to import classic 6.7.1 to 7.5.6, advice please [Re: TCann]
Dunny Offline
addict
Registered: 01/16/08
Posts: 460
Loc: DE USA
I know when I upgraded from the older version of threads there was actually two imports that had to be done.... I had to go from one 6.x version to like 6.5 THEN I could change over to 7.1... maybe that is the case here as well... I remember we couldn't convert threads directly to 7.1 (depending on the version of threads it was).

Dunny
_________________________
Dunny

Removed link due to bleedover spammers

Dawn of Iskirra
Top
#246140 - 10/02/11 10:34 AM Re: about to import classic 6.7.1 to 7.5.6, advice please [Re: rfd123]
Ruben Offline

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
The issue is you are going from a flat file system in classic to a table driven database.
So all the data is taken from static files and written to a database.
So the script has a lot of data to convert.
Since it relies on one simple script. I would assume you are running into connection/timeout issues.
And may need to import chunks at a time.
The member stuff is small potatoes. It is the posts that write huge amounts of bytes to the tables.
If UBB was able to convert for you I would think it is well worth the money.
The typical fee is $99.00 ,I am not sure what you were quoted.

_________________________
Blue Man Group
Top
Page 2 of 3 < 1 2 3 >



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10492 Members
36 Forums
33842 Topics
181709 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image