Previous Thread
Next Thread
Print Thread
Hop To
Joined: May 2004
Posts: 7
P
pac
Offline
stranger
stranger
P Offline
Joined: May 2004
Posts: 7

Can I go straight to the latest version or do I have to step up for each version?

Thanks in advance!

Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
6.5.5 to 7.0.2 (use the threads import script for that one)

then upgrade from 7.0.2 to current, i believe

the in between steps are automatic as part of the upgrade..

so it's 2 'major' steps to get to 7.5.5 basically..

all automated smile

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Actually, you can import directly from 6.5.5 to 7.5.5. wink

Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
would you recommend that instead ?

for some reason the 2 step approach was more 'popular', but i could be wrong..

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Our process is to go straight from 6.5.5 to the latest release whenever we do upgrades.

Joined: May 2004
Posts: 7
P
pac
Offline
stranger
stranger
P Offline
Joined: May 2004
Posts: 7
Originally Posted by Rick
Our process is to go straight from 6.5.5 to the latest release whenever we do upgrades.

so far the 1 step hasn't worked....i've tried it 3 times and it has always failed. (fortunately i'm running on a test machine and keep restoring and trying again)....

maybe i'll try the two step and see if it works better...

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Actually now that I think about it, the importer won't actually even work with 7.0.2, since it's been modified to insert into the new group permission tables, which don't exist in the older versions.

When it's failing, is it resulting in an error of some sorts?

Joined: May 2004
Posts: 7
P
pac
Offline
stranger
stranger
P Offline
Joined: May 2004
Posts: 7
Originally Posted by Sirdude
would you recommend that instead ?

for some reason the 2 step approach was more 'popular', but i could be wrong..

Going to 7.0.2 do i unzip and copy everything over into the ubbthreads directory?

when i unzipped it, it went into ubbthreads-7-0-2 and when i tried to run the upgrade.php I get:

Fatal error: Call to undefined function: upgrade_header() in /home/web/public_html/owners.only/ubbthreads-7-0-2/install/upgrade.php on line 78

so i was wondering if i was just supposed to copy everything INTO the original forum then run the upgrade...

thanks for any info...

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Well, like I said, you really HAVE to go to 7.5.5. The import script won't work with 7.0.2.

What you should do is grab 7.5.5 and install it into a new directory, something other than your 6.5.5 directory. Then bring up the importers/threads_import.php, fill in the info it asks for and then let us know if you get any specific errors.

Joined: May 2004
Posts: 7
P
pac
Offline
stranger
stranger
P Offline
Joined: May 2004
Posts: 7
Originally Posted by Rick
Well, like I said, you really HAVE to go to 7.5.5. The import script won't work with 7.0.2.

What you should do is grab 7.5.5 and install it into a new directory, something other than your 6.5.5 directory. Then bring up the importers/threads_import.php, fill in the info it asks for and then let us know if you get any specific errors.

okay...i unzipped 7.5.5 into a new directory (/ubbthreads-7-5-5)

ran the install utility, it found my databases and was "creating the tables" (url: http://xxx.../ubbthreads-7-5-5/install/createtable.php)

then i got this:

Warning: main(libs/phpmailer/class.phpmailer.php) [function.main]: failed to open stream: No such file or directory in /home/web/public_html/owners.only/ubbthreads-7-5-5/install/createtable.php on line 37

Fatal error: main() [function.require]: Failed opening required 'libs/phpmailer/class.phpmailer.php' (include_path='/usr/local/php/includes:/usr/local/lib/php:/usr/share/pear') in /home/web/public_html/owners.only/ubbthreads-7-5-5/install/createtable.php on line 37

Last edited by pac; 03/31/2010 4:16 PM.
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Hmm, did all of the directories get uploaded? If you'd like, go ahead and open up a support ticket with your site URL and the FTP info and we can take a look at what's going on.

Joined: May 2004
Posts: 7
P
pac
Offline
stranger
stranger
P Offline
Joined: May 2004
Posts: 7
Originally Posted by Rick
Hmm, did all of the directories get uploaded? If you'd like, go ahead and open up a support ticket with your site URL and the FTP info and we can take a look at what's going on.

unfortunately that's not gonna be possible, the server is behind a firewall and not available from outside our intranet...

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
One thing I did notice is your PHP include path:

(include_path='/usr/local/php/includes:/usr/local/lib/php:/usr/share/pear')

It's not including the current directory. Normally that would look like this:

(include_path='.:/usr/local/php/includes:/usr/local/lib/php:/usr/share/pear')

Joined: May 2004
Posts: 7
P
pac
Offline
stranger
stranger
P Offline
Joined: May 2004
Posts: 7
Originally Posted by Rick
One thing I did notice is your PHP include path:

(include_path='/usr/local/php/includes:/usr/local/lib/php:/usr/share/pear')

It's not including the current directory. Normally that would look like this:

(include_path='.:/usr/local/php/includes:/usr/local/lib/php:/usr/share/pear')

On step closer smile

now when i run it....i get:


All tables created. Your database is ready for your import.

running importer now.....

Last edited by pac; 04/01/2010 11:45 AM.
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Basically now you need to do the import. You'll download the threads_import.zip file from the members area. Unzip and place that inside your importers directory. Bring up the importers/threads_import.php script in your browser, fill in the info and it should import all of your data.

Joined: May 2004
Posts: 7
P
pac
Offline
stranger
stranger
P Offline
Joined: May 2004
Posts: 7
Originally Posted by Rick
Basically now you need to do the import. You'll download the threads_import.zip file from the members area. Unzip and place that inside your importers directory. Bring up the importers/threads_import.php script in your browser, fill in the info and it should import all of your data.

it's all imported....now i just have to figure out how to get all the boxes (who's online etc) that I had installed before...and make the other changes to the code that we had to make frown

and after all that is done...i get to do it again on the real server smile

thanks for all of your help!


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
0 members (), 396 guests, and 110 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)