A weird bug that I have run into.

When any authenticated user posts a node (of any type), that node is double posted. Here is the strange thing, only the user who posted the content sees the double post.

Does NOT happen for the admin account.

Seems independent of views. Happens even in the forums, etc :S (But nodes listed in views also double post).

Anyone run into this yet?

Drupal 6.12

Comments

ludo1960’s picture

Same problem here, read somewhere a fix for it, but forgot to bookmark it.........oops!!!

steveadamo’s picture

ive only experienced this in a handful of my views, which were resolved by setting the DISTINCT property to true...

ludo1960’s picture

...Do you find the DISTINCT property in Views?

steveadamo’s picture

Look under the Basic settings block, you should see a Distinct setting (which can be set to Yes or No).

ludo1960’s picture

..for that! Simple solution, when you know where to look!

composer_v’s picture

Thank you!