Previous Thread
Next Thread
Print Thread
Hop To
Joined: Oct 2006
Posts: 11
V
stranger
stranger
V Offline
Joined: Oct 2006
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

Last edited by vfrdirk; 10/07/2006 6:24 PM.
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
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.

Joined: Oct 2006
Posts: 11
V
stranger
stranger
V Offline
Joined: Oct 2006
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

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
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?

Joined: Oct 2006
Posts: 51
Likes: 1
M
Journeyman
Journeyman
M Offline
Joined: Oct 2006
Posts: 51
Likes: 1
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?

Joined: Aug 2006
Posts: 1,649
Likes: 1
Pooh-Bah
Pooh-Bah
Joined: Aug 2006
Posts: 1,649
Likes: 1
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...

Last edited by jgeoff; 10/09/2006 2:32 AM.

GangsterBB.NET (Ver. 7.6.1.1)
PHP Version 5.6.40 / MySQL 5.7.23-23 (was 5.6.41-84.1) / Apache 2.4.54
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Yes, if you have this problem send me the url and admin info please in a PT.

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
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.

Joined: Oct 2006
Posts: 51
Likes: 1
M
Journeyman
Journeyman
M Offline
Joined: Oct 2006
Posts: 51
Likes: 1
Outstanding! Thanks for the help.

Joined: Jun 2006
Posts: 81
M
member
member
M Offline
Joined: Jun 2006
Posts: 81
Having same problem after doing an import.

Rick, could you post the query, so I can run it?

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
This *should* fix it:

update ubbt_FORUMS set CATEGORY_ID = '1' where CATEGORY_ID = '' or CATEGORY_ID = '0'

Joined: Jun 2006
Posts: 81
M
member
member
M Offline
Joined: Jun 2006
Posts: 81
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. wink

Last edited by Mike L; 10/16/2006 3:47 PM.
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Yeah, I think I need to alter the classic import to do this query at the end of the import.

Joined: Oct 2006
Posts: 34
N
newbie
newbie
N Offline
Joined: Oct 2006
Posts: 34
Yup, same problem here. Will test the query momentarily.

Joined: Oct 2006
Posts: 34
N
newbie
newbie
N Offline
Joined: Oct 2006
Posts: 34
And yes, the above query fixed it.

Joined: Sep 2006
Posts: 16
Y
stranger
stranger
Y Offline
Joined: Sep 2006
Posts: 16
I am having the same problem. Migrating is done but no forums.

Please help

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
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.

Joined: Sep 2006
Posts: 16
Y
stranger
stranger
Y Offline
Joined: Sep 2006
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. "

Joined: Dec 2003
Posts: 1,796
Pooh-Bah
Pooh-Bah
Joined: Dec 2003
Posts: 1,796
Check permissions on your forums in the control panel, it's possible you don't have read permissions for yourself.


- Allen
- ThreadsDev | PraiseCafe
Joined: Sep 2006
Posts: 16
Y
stranger
stranger
Y Offline
Joined: Sep 2006
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.

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Did you clear the cache in the control panel after running the command?

Joined: Sep 2006
Posts: 16
Y
stranger
stranger
Y Offline
Joined: Sep 2006
Posts: 16
yes I did. No forums.

Joined: Sep 2006
Posts: 16
Y
stranger
stranger
Y Offline
Joined: Sep 2006
Posts: 16
We cannot proceed.
There are no forums for you to view.

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
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.

Joined: Sep 2006
Posts: 16
Y
stranger
stranger
Y Offline
Joined: Sep 2006
Posts: 16
Rick, I have sent you my information.

Thank you

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 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.

Joined: Sep 2006
Posts: 16
Y
stranger
stranger
Y Offline
Joined: Sep 2006
Posts: 16
I sent an hour ago as a private message.

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
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?

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Got the one you just sent.

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Ok, for some reason there was no category at all. I created one and reassigned the forums. Should be working now.

Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
wow, i was thinking just that but figured that "General Discussion" was always created...


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
spam issues
by ECNet - 03/19/2024 11:45 PM
Who's Online Now
0 members (), 1,020 guests, and 174 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)