Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
4 registered (Jake, id242, SD, gliderdad), 32 Guests and 16 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 01/24/07
Posts: 171
Top Posters (30 Days)
Ruben 51
Gizmo 24
DennyP 24
Dunny 15
SteveS 14
AllenAyres 12
SD 10
dbremer 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 1 of 2 1 2 >
Topic Options
#218186 - 10/20/08 03:37 PM 7.4 Discussion
phoebe Offline
member
Registered: 10/06/06
Posts: 102
Rick..thank you but I'm having trouble. Just took the leap to upgrade from Classic and all went smoothly but my board will not let anyone but a registered user view the forum. All permissions are set properly. I installed 7.4 without a hitch and the classic import ran beautifully....just that Admin is the only one who can access the forum. visitors is set to "1" for "can see forum" and "can read topics". What's up?

I get this error when clickng on a link as an unregistered user:
Code:
We encountered a problem. The reason reported was 
Database error only visible to forum administrators

Please click back to return to the previous page. 


Also, so many times I come to this forum and have to refresh a page by closing IE and re-opening it to get the links here to work. Is that a forum bug?


Edited by phoebe (10/20/08 03:42 PM)
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."
#218189 - 10/20/08 03:49 PM Re: 7.4 Discussion [Re: phoebe]
Ruben Offline

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
All I can say is when I upgraded to threads from classic that I had to manually go through every setting for permissions. And in all cases it was due to permission settings that were incorrect. You have User settings, Forum settings and group settings that need to be addressed. As far as here goes I think that your problem here may be an issue that the cache files have not updated yet.
_________________________
Blue Man Group
Top
#218192 - 10/20/08 03:53 PM Re: 7.4 Discussion [Re: Ruben]
JAISP Offline
old hand
Registered: 02/10/07
Posts: 1144
Yes, there are settings for every forum individually in Threads. You will need to go through everyone one at a time.
Top
#218193 - 10/20/08 03:56 PM Re: 7.4 Discussion [Re: JAISP]
phoebe Offline
member
Registered: 10/06/06
Posts: 102
Figured it out....thank you.
Top
#218236 - 10/20/08 09:29 PM Re: 7.4 Discussion [Re: phoebe]
MikeBTech Offline
journeyman
Registered: 11/11/06
Posts: 53
Loc: Texas
Nice upgrade Rick !! It went smooth as silk

Thanks Rick and the rest of the gang !!!


Mike
_________________________
Mike Wilson
Bowl-Tech Inc.
UBB.Threads Since 1999
http://www.bowltech.com
Top
#218244 - 10/21/08 04:35 AM Re: 7.4 Discussion [Re: MikeBTech]
jonal Offline
stranger
Registered: 06/04/07
Posts: 5
When I get to the step altertable. Nothing happends!

I see the next step-button but it also refers to index.php?step=altertable

The page doesn't load and it's at a stand still. What's up with that?

I'm trying to upgrade from 7.1.1 to 7.4 in a Linux environment.

edit: now with screenshot

edit2: I checked upgrade.php and it seems to halt at the place where it checks the version in the database. But my VERSION-table has no elements.

Ergo the query:

select SCRIPT_VERSION,DB_VERSION,LAST_ALTER_STEP,IS_RUNNIN from ubbt_VERSION

doesn't work...

Any tips on what I can insert into the table?


Attachments
SS-20081021104102.jpg




Edited by jonal (10/21/08 04:50 AM)
Top
#218248 - 10/21/08 05:07 AM Re: 7.4 Discussion [Re: jonal]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
If you were upgrading from 7.1.1 and no database alterations were done, then you could use the following SQL command:

Sql Query:
    insert into ubbt_VERSION
    (SCRIPT_VERSION,DB_VERSION,LAST_ALTER_STEP,IS_RUNNING)
    values
    ('7.1.1','7.1.1',0,0)
Top
#218253 - 10/21/08 05:24 AM Re: 7.4 Discussion [Re: Rick]
jonal Offline
stranger
Registered: 06/04/07
Posts: 5
That did the trick. As I thought! Thanks Rick!

But I'm having some issues with the posts. The IDs seems to have shifted in some way. I will research and post questions if I have some. Sohuld I post them in this thread or make a new one somewhere else?
Top
#218272 - 10/21/08 03:44 PM Re: 7.4 Discussion [Re: jonal]
phoebe Offline
member
Registered: 10/06/06
Posts: 102
my redirects are not working. I made the url changes in the .cgi and .php file provided for Classic. Thanks for all your hard work but I hope to get it working. We have such a busy crowd that will be using their bookmarks. all links to old post go to a "page can not be foudn" location.

WE have the latest php installed. I have the latest UBBClassic im redirecting from. i chose permanent redirect "301"


Edited by phoebe (10/21/08 03:51 PM)
Top
#218273 - 10/21/08 04:00 PM Re: 7.4 Discussion [Re: phoebe]
phoebe Offline
member
Registered: 10/06/06
Posts: 102
here is the url that it redirects to:

http://www.topkayaker.net/forum/ubbthrea...ite_id/1#import

This part is ok: http://www.topkayaker.net/forum/ubbthreads.php

i reset the 301 to "0" as i saw that in another post.
Top
#218274 - 10/21/08 04:33 PM Re: 7.4 Discussion [Re: phoebe]
Ruben Offline

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Looks to me that it might be a path problem.
What is the original path to the classic site?
What is the new path for Threads?
What did you insert in the URL line on ultimatebb.cgi redirect script?
_________________________
Blue Man Group
Top
#218275 - 10/21/08 04:39 PM Re: 7.4 Discussion [Re: Ruben]
phoebe Offline
member
Registered: 10/06/06
Posts: 102
original path:

http://www.mysite.com/cgibin/cgi/ultimatebb.cgi

inserted just the new path to threads:

http://www.mysite.com/forum
Top
#218276 - 10/21/08 04:45 PM Re: 7.4 Discussion [Re: phoebe]
phoebe Offline
member
Registered: 10/06/06
Posts: 102
could it be site id as the importer did not indicate a site id:

Code:
# site_id only needs to be changed if you've imported multiple forums.  The importer
# will tell you what your site id needs to be changed to
$site_id = 1;
Top
#218278 - 10/21/08 05:01 PM Re: 7.4 Discussion [Re: phoebe]
Ruben Offline

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Your old site should be http://topkayaker.net/cgi-bin/TopYakcgi/ultimatebb.cgi. This is where you replaced the ultimatebb.cgi script with the redirect script?

Your new location in the ultimatebb.cgi script should be
$URL = "http://www.topkayaker.net/forum"
The next setting for me on a windows server with my host I use:
$redirect = 0
Site ID really only comes into play if you have multiple forum installations and should be 1

BTW this posting should really be moved to the proper forum


Edited by Ruben Rocha (10/21/08 05:08 PM)
_________________________
Blue Man Group
Top
#218279 - 10/21/08 05:21 PM Re: 7.4 Discussion [Re: Ruben]
phoebe Offline
member
Registered: 10/06/06
Posts: 102
thank you but all that checks out...but it doesn't work.

I made sure and re uploaded the files.

do appreciate help with this.

Sorry...don't know how to move this topic.


Edited by phoebe (10/21/08 05:27 PM)
Top
#218280 - 10/21/08 05:28 PM Re: 7.4 Discussion [Re: phoebe]
phoebe Offline
member
Registered: 10/06/06
Posts: 102
BTW all the forums imported beautifully.

really need to fix this.


Edited by phoebe (10/21/08 05:29 PM)
Top
#218282 - 10/21/08 05:30 PM Re: 7.4 Discussion [Re: phoebe]
Ruben Offline

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Then you might need to open a support ticket.
_________________________
Blue Man Group
Top
#218283 - 10/21/08 05:33 PM Re: 7.4 Discussion [Re: Ruben]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
I moved a bit too many posts wink

Anyways, Ruben is correct. At this point it's going to be best/easiest if a support ticket is opened with ftp info to the server so we can take a look.
Top
#218312 - 10/22/08 01:46 PM Re: 7.4 Discussion [Re: Rick]
phoebe Offline
member
Registered: 10/06/06
Posts: 102
I can't believe it! laugh I figured it out!!!! grin The url redirect wasn't building a query...so changed this:

Code:
# Search engine friendly redirects? Change to 0 to disable
$search_friendly = 0;


BACK IN BUSINESS!!!! grin grin grin grin
Top
#218324 - 10/22/08 06:02 PM Re: 7.4 Discussion [Re: phoebe]
Ruben Offline

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Good for you.
My setting is also "0".
This brings up a question for me since I upgraded from Classic 16 months ago.

Is there a point in time that you really don't need the redirect scripts?
Just thinking of housekeeping issues on my server.
_________________________
Blue Man Group
Top
Page 1 of 2 1 2 >



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