Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
0 registered (), 31 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/05/06
Posts: 88
Top Posters (30 Days)
Ruben 49
DennyP 24
Gizmo 24
Dunny 17
SteveS 14
AllenAyres 12
dbremer 10
SD 9
drkknght00 9
driv 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 2 1 2 >
Topic Options
#168652 - 11/20/06 06:07 PM Folder question
ntdoc Offline
Registered: 11/09/06
Posts: 3384
I have UBB Threads 6.5.1.1
The upgrade instructions say not to copy the "cache_builders" folder but do copy the .php file in it to your current install.

I don't have "cache_builders" folder in 6.5.1.1 I have a folder named "ci_builders" is this the same and should I copy the .php files from "cache_builders" into "ci_builders" or some other location?

Thanks
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."
#168654 - 11/20/06 07:52 PM Re: Folder question [Re: ntdoc]
Gizmo Offline

Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
Upgrading from 6.5 isn't an upgrade; the upgrade docs are for upgrading within 7.

Install UBB.T7 as a fresh install, until you hit the "create a new user" section, from here you run the importer from UBB.T6.
_________________________
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
#168897 - 11/23/06 01:05 PM Re: Folder question [Re: Gizmo]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
Thanks.

So we have to modify all documents that we've created that refer to the ubbthreads folder and now point it to the forums folder?

That's fine I suppose but would be nice to be able to do an in-place upgrade without having to change folders.
Top
#168913 - 11/23/06 07:14 PM Re: Folder question [Re: ntdoc]
Gizmo Offline

Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
well, you can change the directory to whatever folder you want after the import ;)... It's also good to keep in mind that there are redirectors in the import zip if you want to change the directories permanently.
_________________________
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
#168976 - 11/24/06 05:28 PM Re: Folder question [Re: Gizmo]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
Okay now I'm in a jam and need some assistance.

I'm a Windows Network Admin, but have not had to support IIS and other Website related material. I'm not 100% sure how the refererr page works, but don't really think this is the fix either.

We had UBBT 6.5.1 in a folder under the main site named "ubbthreads". I installed UBBT 7.02 in a folder under the main site named "forums" and then performed the "IMPORT".

We have hundreds if not thousands of links that now do not work when you click on them in the posts.

Here is an example.
Original link: http://mysite.com/ubbthreads/showflat.php?Cat=0&Number=155911
Now needs to link to:
http://mysite.com/forums/showflat.php?Cat=0&Number=155911

At least that's how it would seem to me.

My system is running on Windows Server 2003 w/IIS6

What is the "best" method for me to correct this issue.

Thanks for your support and assistance.
Top
#168981 - 11/24/06 06:08 PM Re: Folder question [Re: ntdoc]
Gizmo Offline

Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
There are redirectors included in the importer zip, they should work with IIS
_________________________
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
#168985 - 11/24/06 08:07 PM Re: Folder question [Re: Gizmo]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
Gizmo,

Thank you for the reply but I'm not really sure how I'm supposed to use them now. I've already performed the upgrade.

I'm sure this is quite easy for you as you've been using, coding UBB for many years. I have not and don't know how to fix it.
 
Please try to go back in time when you FIRST installed UBB and ask yourself if you knew what you were doing. I am in no way trying to bag on you, just that I see it on our board too where Admins and Mods often give noobies an answer that makes perfect since to them but doesn't really help someone new to the software.
 
Are you saying to run the importer AGAIN and point it back to the 6.5.1 folder?
 

 

 
Top
#168986 - 11/24/06 08:20 PM Re: Folder question [Re: ntdoc]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Basically in the import zip there are a couple of files, postlist.php, showflat.php and showthreaded.php. Each are commented with instructions as to what needs to be changed, in most cases it just needs to be altered to set the URL to the new forums. At that point, you just need to upload those redirect scripts overwriting the old files. Then, whenever someone clicks on a link that would have taken them to one of the old scripts it will redirect them to the new one
Top
#168987 - 11/24/06 08:41 PM Re: Folder question [Re: Rick]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
Readme from Importer for 6.5x

Quote:
Importing from .threads.

Place the threads_import.php script into the importers directory and bring it up in your browser. Follow the instructions to import your threads forum.


Redirect Scripts.

Edit the $URL in postlist.php and put it in place of your original postlist.php script.

Edit the $URL in showflat.php and put it in place of your original showflat.php script.

Edit the $URL in showthreaded.php and put it in place of your original showthreaded.php script.

Copied the redirect scripts to:

http://mysite.com/forums/languages/english

postlist.php,showflat.php,showthreaded.php

Modified to same value I had when I installed and did the import in the first place.

$URL = "http://mysite.com/forums";

 
Now all links are wrong.
http://mysite.com/forums/ubbthreads.php/ubb/cfrm

 
Top
#168989 - 11/24/06 09:10 PM Re: Folder question [Re: ntdoc]
ntdoc Offline
Registered: 11/09/06
Posts: 3384
Okay, guessing that what you're really saying is to put those files in my OLD 6.5.1 folder and it should fix my problem.

Well I removed the ones I put in the ENGLISH folder of my 7.02 install. Then copied the redirect scripts to the UBBTHREADS folder of my old version.

Links still do not work correctly though.

The link looks good in the browser for the old directory...
http://mysite.com/ubbthreads/showflat.php?Cat=0&Number=159078&an=0&page=1#159078

But when you click on the link you get...
http://mysite.com/forums/ubbthreads.php/ubb/showflat/Number/159078/site_id/1#import
 
Top
Page 1 of 2 1 2 >



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

Today's Birthdays
No Birthdays
Recent Topics
Ability to "like" individual posts (not Facebook "likes)
by doug
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
Custom forum permissions
by ntdoc
05/18/12 02:07 PM
Forum Stats
10489 Members
36 Forums
33840 Topics
181693 Posts

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