Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
1 registered (Myke), 40 Guests and 14 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/05/06
Posts: 708
Top Posters (30 Days)
Ruben 50
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 4 1 2 3 4 >
Topic Options
#165191 - 10/07/06 04:18 PM I have Forums, but I have no Forums...
vfrdirk Offline
stranger
Registered: 10/07/06
Posts: 11
I just completed the import of all my forums and users. I was primarily concerned with just the forum content because the membership is very small and very understanding about downtime, but there's a wealth of information in the 5 years of posts which everyone would like to maintain.

I performed a fresh install of V7 (Linux) and copied over the entire Apache2 folder from my previous server (Windows) for the import. The importer worked well, spending lots of time working on the members and forums and completed with no errors. When I go to the control panel of the new forum, everything looks good, with my 20 members, 13 Forums and ~9000 posts, which is about what I remember.

But, if I go to the "Total Forums" link in CP or simply go to the Forum Home, the system tells me that I don't have any forums. This is accompanied by a "We Cannot Proceed" message and window title. The Members are all there, however, and I can "become" them and look at my profile, etc.

Does this sound familiar to anyone? I'm at a loss.

Dirk


Edited by vfrdirk (10/07/06 06:24 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."
#165198 - 10/07/06 06:30 PM Re: I have Forums, but I have no Forums... [Re: vfrdirk]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
This sounds like maybe nobody is assigned to be able to read any forums. Try going into Group Management and then click on the Group Access tab. This will allow you to see if any groups have any read permissions to any of the forums. It may be that you'll need to set the permissions for each forum so the users group has read access.
Top
#165342 - 10/08/06 09:28 PM Re: I have Forums, but I have no Forums... [Re: Rick]
vfrdirk Offline
stranger
Registered: 10/07/06
Posts: 11
Would that cause me not to be able to see any Forums in the Control Panel? I went into Group Access and found the usual groups, checked their boxes and clicked "Update" with no change.

This is my first experience with V7 and so I'm not sure what other things might not be looking right, but this seems strange.

Dirk
Top
#165345 - 10/08/06 10:39 PM Re: I have Forums, but I have no Forums... [Re: vfrdirk]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
If you're not seeing any forums there may be some other issues. Can you send me a PT here with the url and admin info for your forum so I can do a few sql queries?
Top
#165351 - 10/09/06 12:20 AM Re: I have Forums, but I have no Forums... [Re: Rick]
mjuby Offline
journeyman
Registered: 10/08/06
Posts: 51
I have the same problem (which I posted before realizing that this topic was already being discussed).

Rick ... do you want me to send you my URL and admin info too?
Top
#165353 - 10/09/06 02:29 AM Re: I have Forums, but I have no Forums... [Re: mjuby]
jgeoff Offline
Pooh-Bah
Registered: 08/08/06
Posts: 1922
Loc: NJ
I've been importing for the past 1.5 hours, but don't see any forums being created either... granted, for this test, I didn't start with a clean slate, but still... no forums created.

Edit: To clarify: Yes, they are being created in the Db, but they're not showing up in the CP nor the board itself...


Edited by jgeoff (10/09/06 02:32 AM)
_________________________
GangsterBB.NET (Ver. 7.5.6)
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
Browsers: Chrome, Firefox, & Safari (Win7 and iPhone); No IE, ever!
Top
#165391 - 10/09/06 10:50 AM Re: I have Forums, but I have no Forums... [Re: jgeoff]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Yes, if you have this problem send me the url and admin info please in a PT.
Top
#165397 - 10/09/06 11:12 AM Re: I have Forums, but I have no Forums... [Re: mjuby]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Originally Posted By: mjuby
I have the same problem (which I posted before realizing that this topic was already being discussed).

Rick ... do you want me to send you my URL and admin info too?


Ok, I have yours fixed. It seems for some reason it didn't assign your forums to any category. I had to do a DB query to assign them to the General Discussion forum and then clear the cache and they seem to be dislaying ok now.
Top
#165402 - 10/09/06 11:32 AM Re: I have Forums, but I have no Forums... [Re: Rick]
mjuby Offline
journeyman
Registered: 10/08/06
Posts: 51
Outstanding! Thanks for the help.
Top
#166236 - 10/15/06 11:08 PM Re: I have Forums, but I have no Forums... [Re: mjuby]
Mike L Offline
journeyman
Registered: 06/05/06
Posts: 88
Having same problem after doing an import.

Rick, could you post the query, so I can run it?
Top
#166240 - 10/15/06 11:17 PM Re: I have Forums, but I have no Forums... [Re: Mike L]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
This *should* fix it:

update ubbt_FORUMS set CATEGORY_ID = '1' where CATEGORY_ID = '' or CATEGORY_ID = '0'
Top
#166314 - 10/16/06 03:40 PM Re: I have Forums, but I have no Forums... [Re: Rick]
Mike L Offline
journeyman
Registered: 06/05/06
Posts: 88
That it did. Thanks much.

I am guessing the problem was that my Classic forum does not have any cats defined and threads wants it to. Or at least the import script did.


Edited by Mike L (10/16/06 03:47 PM)
Top
#166315 - 10/16/06 03:44 PM Re: I have Forums, but I have no Forums... [Re: Mike L]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Yeah, I think I need to alter the classic import to do this query at the end of the import.
Top
#168159 - 11/12/06 11:09 AM Re: I have Forums, but I have no Forums... [Re: Rick]
Noxegon Offline
newbie
Registered: 10/17/06
Posts: 37
Yup, same problem here. Will test the query momentarily.
Top
#168175 - 11/12/06 04:56 PM Re: I have Forums, but I have no Forums... [Re: Noxegon]
Noxegon Offline
newbie
Registered: 10/17/06
Posts: 37
And yes, the above query fixed it.
Top
#175317 - 01/23/07 08:17 PM Re: I have Forums, but I have no Forums... [Re: Noxegon]
yosaid Offline
stranger
Registered: 09/03/06
Posts: 16
I am having the same problem. Migrating is done but no forums.

Please help
Top
#175320 - 01/23/07 08:37 PM Re: I have Forums, but I have no Forums... [Re: yosaid]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
If all of your boards were in 1 category on your original board then just do the following:

In control panel, execute the following SQL command:

update ubbt_FORUMS set CATEGORY_ID='1'

Then clear your cache and you should be all set.
Top
#175323 - 01/23/07 08:41 PM Re: I have Forums, but I have no Forums... [Re: Rick]
yosaid Offline
stranger
Registered: 09/03/06
Posts: 16
I didn't even have any categories. Just forums.

I did excute that command and this is what I get when I visit the forum

"We cannot proceed.
There are no forums for you to view. "
Top
#175325 - 01/23/07 08:43 PM Re: I have Forums, but I have no Forums... [Re: yosaid]
AllenAyres Offline

Registered: 12/29/03
Posts: 1995
Loc: Texas
Check permissions on your forums in the control panel, it's possible you don't have read permissions for yourself.
_________________________
- Allen
- ThreadsDev | PraiseCafe
Top
#175327 - 01/23/07 08:53 PM Re: I have Forums, but I have no Forums... [Re: AllenAyres]
yosaid Offline
stranger
Registered: 09/03/06
Posts: 16
I think I do have the right permissions. At first I tried the first code Rick posted, then I tried the second Rick poste. I hope I didn't corrupt anything.

Now, there is still nothing shown. when I check my phpmyadmin, the forum data is there.
Top
#175328 - 01/23/07 09:03 PM Re: I have Forums, but I have no Forums... [Re: yosaid]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Did you clear the cache in the control panel after running the command?
Top
#175329 - 01/23/07 09:05 PM Re: I have Forums, but I have no Forums... [Re: Rick]
yosaid Offline
stranger
Registered: 09/03/06
Posts: 16
yes I did. No forums.
Top
#175330 - 01/23/07 09:06 PM Re: I have Forums, but I have no Forums... [Re: yosaid]
yosaid Offline
stranger
Registered: 09/03/06
Posts: 16
We cannot proceed.
There are no forums for you to view.
Top
#175331 - 01/23/07 09:07 PM Re: I have Forums, but I have no Forums... [Re: yosaid]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Ok, I'll probably need admin access to your forums to see what's going on. You can either open a support ticket or send me a private message with the info and I can take a look.
Top
#175340 - 01/23/07 09:57 PM Re: I have Forums, but I have no Forums... [Re: Rick]
yosaid Offline
stranger
Registered: 09/03/06
Posts: 16
Rick, I have sent you my information.

Thank you
Top
#175341 - 01/23/07 09:58 PM Re: I have Forums, but I have no Forums... [Re: yosaid]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Hmm, did you send it in a ticket or in a private message? Just checked the ticket system and don't see anything new and I don't have any waiting private messages either.
Top
#175344 - 01/23/07 10:02 PM Re: I have Forums, but I have no Forums... [Re: Rick]
yosaid Offline
stranger
Registered: 09/03/06
Posts: 16
I sent an hour ago as a private message.
Top
#175345 - 01/23/07 10:03 PM Re: I have Forums, but I have no Forums... [Re: yosaid]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Hmm, not showing in my message list. Can you bring it up in yours and click on the participants tab to see if I was included in the PM?
Top
#175347 - 01/23/07 10:04 PM Re: I have Forums, but I have no Forums... [Re: Rick]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Got the one you just sent.
Top
#175350 - 01/23/07 10:10 PM Re: I have Forums, but I have no Forums... [Re: Rick]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Ok, for some reason there was no category at all. I created one and reassigned the forums. Should be working now.
Top
#175352 - 01/23/07 10:17 PM Re: I have Forums, but I have no Forums... [Re: Rick]
Gizmo Offline

Registered: 06/05/06
Posts: 14994
Loc: Portland, OR; USA
wow, i was thinking just that but figured that "General Discussion" was always created...
_________________________
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
Page 1 of 4 1 2 3 4 >



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
181692 Posts

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