Ok.

I have noticed that I a getting a strange error. If an authenticated user posts a new forum topic, they can not view it afterwards. They also can not view other forum posts created by authenticated users, past a certain date.

NON-authenticated users can see the newer posts, and I (user/1) can see the newer posts.

I have checked all of the user permissions are set correctly (access to view nodes). I don't know what else to do here. Any suggestions would be great.

My website is www.x3o-gaming.com.

An example of a new forum post that all users except authenticated users can see: http://www.x3o-gaming.com/node/2003.

If you are willing to see whats happening for yourself, you can create your own account or use the following information:

Username: x3ouser
Password: x3ouser

Thanks in advance for the help.

Comments

nickfitz’s picture

Any ideas?

xurizaemon’s picture

It would help if you tell us a list of modules you have enabled, with special interest in any that do access control.

A quick listing can be obtained via SQL -

SELECT name FROM system WHERE filename LIKE '%modules%' AND status = 1
nickfitz’s picture

Thank you for the reply:

Below is a list of all modules currently installed and running:

aggregator
blog
comment
contact
forum
help
path
php filter
poll
profile
search
statistics
taxonomy
tracker
update status
upload
event
comment count image
image
image gallery
image import
imagemagickadvancedoptions
masquerade
poormanscron
taxonomyaccesscontrol
taxonomybreadcrumb
taxonomymanager
token
tokenactions
tokenstarter
webform
captcha
albumphotos

----------

Looking at that list I have a feeling its related to taxonoy access control module. I will review that now. Let me know what you think.

Thanks