I'm new and starting with 4.5rc

I have several forums set up as follows:

In Categories, there is a vocabulary named "Discussion Forums" of type "forum topic", hierarchy = "multiple", and "multiple select" is checked (I'm not sure if I understand these last two). I have added several terms to act as Forum Topics. When I click on the forum link (at top of default theme), everything looks good and there is a table with headings "forum", "topics", "posts", "last post".

At first, this all worked fine. I made a number or test posts and replies, and deleted posts.

I think the problem may have started when I began renaming, re-arranging, and DELETING categories that already had things assigned to them. However, at one point I did delete all forum postings and category terms, and started over, but the problem persists.

Here's what's happening.

When I post a new forum topic, it all seems to work fine. No errors, and the posted message renders fine after submitting. But if I click back on the forums link to go to the main forums page, there are still zeros for "topics", "posts", "last post", and under topics, there's a hyperlink labeled "-1 new". Clicking it, or the forum title, both of which would usually show me the posted topic, always show only empty forum pages (headers with no posts).

If I continue to post more topics, the negative numbers increase (i.e. "-2 new", "-3 new", etc.). The posted topics are never available, except if I browse the archives. There they all show up. So it seems they are being posted, just not tracked properly.

Help?

Comments

gkrishna’s picture

well, it happening with the image node too.
Whenever an image is added, the admin log has this entry,
warning: rename(images/tmp/tmpthumb_.jpg,images/thumbs/thumb_-722.jpg): No such file or directory in image.module on line 833.

i checked the directory permissions and its fine (777 for images, images/tmp and images/thumbs)

though images are stored in the temp directory, but as negative number...

Bug!!! Bug!!! Bug!!!

its already been raised in this post, http://drupal.org/node/11239#comment-17260

Bruno and others, any comments?

--**--
krishna

sepeck’s picture

Perhaps you can post a bug report to the appropriate project.
For the image module that would be
http://drupal.org/project/image

For the mailhandler that would be soemthing else.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

stelman’s picture

I'm not sure this is the same type of error. I'm not getting any errors in the logs. I am able to view the posts, they just don't show up under forums.

If you still think it's related, could you explain?

xopher’s picture

As a rule, when you find the answer to your problem, please post it to the thread where the question was asked. This thread is over a year old, I'm having the same problem, and it's relatively safe to presume the problem was solved. Finding the answer here (the most relevant thread returned by SEARCH based on what I entered) would have been great. Instead I'll probably have to spend the next hour or so looking through the "not-so-relevant" search results and hope the solution happens to come up in some tangential comments. This is just good forum etiquette, here at Drupal.org, and everywhere else.

Thanks.

sepeck’s picture

Um... year old reply?

Ah well. Forum module requires taxonomy, forum and comments module. Negative number of new posts is generally beacuase you are missing one of those (comments).
http://drupal.org/handbook/modules/forum
-sp
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide