| View previous topic :: View next topic |
| Author |
Message |
Misha webmaster

Joined: Aug 04, 2006 Posts: 26
|
Posted: Thu Oct 25, 2007 12:25 am Post subject: Forums give error |
|
|
Kevin,
What a great module you made. It's a shame I just stumbled upon it. I went ahead to download and install it right away, and installation was a snap. I got a problem, though - it does not work on forums for me All what I get is my Avant-go logo and the following text below it:
There seems to be a problem with the server - Sorry for the inconvenience.
Please report this to the Administrator ASAP.
We should be back shortly.
Any idea what I did wrong?
Thanks, Misha _________________ www.marwrut.ru |
|
| Back to top |
|
 |
kguske Site Admin


Joined: May 12, 2005 Posts: 891
|
Posted: Thu Oct 25, 2007 4:50 am Post subject: Re: Forums give error |
|
|
Hi Misha. Please PM details on how I can check your site. _________________
 |
|
| Back to top |
|
 |
Misha webmaster

Joined: Aug 04, 2006 Posts: 26
|
Posted: Sat Oct 27, 2007 11:37 pm Post subject: Re: Forums give error |
|
|
Kevin,
I pm'ed you a couple of days ago. Did you have a chance to look into this?
Thanks, Misha _________________ www.marwrut.ru |
|
| Back to top |
|
 |
kguske Site Admin


Joined: May 12, 2005 Posts: 891
|
Posted: Sun Oct 28, 2007 11:02 pm Post subject: Re: Forums give error |
|
|
It looks like news is showing blanks because you're using Forum News Advance (or some other forums mod, to show forum content as news instead of News content. This may also be the reason the forums feed isn't working. Can you send the structure of your nuke_bbtopics, nuke_bbforums, nuke_bbposts, nuke_bbposts_text tables?
It might be easier if I could look at phpMyAdmin. _________________
 |
|
| Back to top |
|
 |
Misha webmaster

Joined: Aug 04, 2006 Posts: 26
|
Posted: Sun Oct 28, 2007 11:17 pm Post subject: Re: Forums give error |
|
|
Hi Kevin,
Yes, I use FNA, and don't care about original news. I also suspected this could be a problem. Since I don't know how to give you access to phpmyadmin, here is the structure of the tables you requested. Thanks a bunch, Misha
bbtopics
Field Type Collation Attributes Null Default Extra Action
topic_id mediumint( UNSIGNED No auto_increment
forum_id smallint( UNSIGNED No 0
topic_title char(80) latin1_swedish_ci No
topic_poster mediumint( No 0
topic_time int(11) No 0
topic_views mediumint( UNSIGNED No 0
topic_replies mediumint( UNSIGNED No 0
topic_status tinyint(3) No 0
topic_vote tinyint(1) No 0
topic_type tinyint(3) No 0
topic_last_post_id mediumint( UNSIGNED No 0
topic_first_post_id mediumint( UNSIGNED No 0
topic_moved_id mediumint( UNSIGNED No 0
news_id int(10) UNSIGNED No 0
bbforums
Field Type Collation Attributes Null Default Extra Action
forum_id smallint(5) UNSIGNED No auto_increment
cat_id mediumint( UNSIGNED No 0
forum_name varchar(150) latin1_swedish_ci Yes NULL
forum_desc text latin1_swedish_ci Yes NULL
forum_status tinyint(4) No 0
forum_order mediumint( UNSIGNED No 1
forum_posts mediumint( UNSIGNED No 0
forum_topics mediumint( UNSIGNED No 0
forum_last_post_id mediumint( UNSIGNED No 0
prune_next int(11) Yes NULL
prune_enable tinyint(1) No 1
auth_view tinyint(2) No 0
auth_read tinyint(2) No 0
auth_post tinyint(2) No 0
auth_reply tinyint(2) No 0
auth_edit tinyint(2) No 0
auth_delete tinyint(2) No 0
auth_sticky tinyint(2) No 0
auth_announce tinyint(2) No 0
auth_vote tinyint(2) No 0
auth_pollcreate tinyint(2) No 0
auth_attachments tinyint(2) No 0
auth_news tinyint(2) No 2
bbposts
Field Type Collation Attributes Null Default Extra Action
post_id mediumint( UNSIGNED No auto_increment
topic_id mediumint( UNSIGNED No 0
forum_id smallint(5) UNSIGNED No 0
poster_id mediumint( No 0
post_time int(11) No 0
poster_ip varchar( latin1_swedish_ci No
post_username varchar(25) latin1_swedish_ci Yes NULL
enable_bbcode tinyint(1) No 1
enable_html tinyint(1) No 0
enable_smilies tinyint(1) No 1
enable_sig tinyint(1) No 1
post_edit_time int(11) Yes NULL
post_edit_count smallint(5) UNSIGNED No 0
bbposts_text
Field Type Collation Attributes Null Default Extra Action
post_id mediumint( UNSIGNED No 0
bbcode_uid varchar(10) latin1_swedish_ci No
post_subject varchar(60) latin1_swedish_ci Yes NULL
post_text text latin1_swedish_ci Yes NULL _________________ www.marwrut.ru |
|
| Back to top |
|
 |
kguske Site Admin


Joined: May 12, 2005 Posts: 891
|
Posted: Thu Nov 01, 2007 12:23 pm Post subject: Re: Forums give error |
|
|
It will take a little while, but I am looking into it. To be safe, I downloaded FNA 3.0 - is that the version you're using? _________________
 |
|
| Back to top |
|
 |
Misha webmaster

Joined: Aug 04, 2006 Posts: 26
|
Posted: Thu Nov 01, 2007 1:42 pm Post subject: Re: Forums give error |
|
|
Yep, I use 3.0, and I remember it was a pain the butt to install
Thanks a lot Kevin, looking forward to favorable news
Misha _________________ www.marwrut.ru |
|
| Back to top |
|
 |
kguske Site Admin


Joined: May 12, 2005 Posts: 891
|
Posted: Tue Nov 06, 2007 8:21 am Post subject: Re: Forums give error |
|
|
Looks like it creates a table that lets you categorize news, but the news is stored in a forum that must be named News. Is that correct? _________________
 |
|
| Back to top |
|
 |
Misha webmaster

Joined: Aug 04, 2006 Posts: 26
|
Posted: Tue Nov 06, 2007 10:12 am Post subject: Re: Forums give error |
|
|
I did not have to create any extra forum for it, and I definitely do not have any forum with such a name...
Thanks, Misha _________________ www.marwrut.ru |
|
| Back to top |
|
 |
kguske Site Admin


Joined: May 12, 2005 Posts: 891
|
Posted: Tue Nov 06, 2007 1:16 pm Post subject: Re: Forums give error |
|
|
Sorry - I was reading the installation documents, rather than looking at the code (silly me!). I'll use the code... _________________
 |
|
| Back to top |
|
 |
THoTH webmaster

Joined: Jan 01, 2006 Posts: 39
|
Posted: Thu Dec 27, 2007 7:15 am Post subject: Re: Forums give error |
|
|
| Any updates on this, NukeFEED is a great bit of code for outputting XML for the various article categories, but the Forums just bug out with database errors. It would be so cool to have those working properly. |
|
| Back to top |
|
 |
kguske Site Admin


Joined: May 12, 2005 Posts: 891
|
Posted: Thu Dec 27, 2007 7:28 am Post subject: Re: Forums give error |
|
|
I haven't forgotten - just been busy. THoTH, are you also using Forums News Advance 3.0? _________________
 |
|
| Back to top |
|
 |
THoTH webmaster

Joined: Jan 01, 2006 Posts: 39
|
Posted: Fri Dec 28, 2007 5:04 pm Post subject: Re: Forums give error |
|
|
I tried to use something similar a long time ago, but gave up. I am guessing that the code for it may still be active, but have no way of knowing for sure. I would appreciate any advice. Don't worry about the time taken, I know how busy things can get. I'd take a look myself if I knew what I was looking for
I'll keep monitoring this thread for posts, thanks for any help you can give bud  |
|
| Back to top |
|
 |
Oyjord Newbie


Joined: Jan 05, 2008 Posts: 3
|
Posted: Sat Jan 05, 2008 5:26 pm Post subject: Re: Forums give error |
|
|
I just installed Feed and love it! Thanks!
The news feed works great, but my Forums feed returns the following error message:
"There seems to be a problem with the server - Sorry for the inconvenience.
Please report this to the Administrator ASAP.
We should be back shortly."
Any tips where I went wrong? I'm using an old Ravenscript/Nuke Sentinel nuke site. Are there perhaps some NukeSentinel settings I need to tweak?
Thanks!
Oy. |
|
| Back to top |
|
 |
kguske Site Admin


Joined: May 12, 2005 Posts: 891
|
Posted: Sat Jan 05, 2008 6:27 pm Post subject: Re: Forums give error |
|
|
Hmmm. Several have reported problems with Forum feeds, but usually because they've made database modifications to forums tables to support modifications to the forums (at least that's the theory). _________________
 |
|
| Back to top |
|
 |
|