Hi all. I have this strange problem with my drupal 6 installation (www.ziodrupal.net): anonymous comment are not displayed. Anonymous can send comment and comment are writer to DB (I can see it in the comments and node_comment_statistics tables), but not displayed in the node's page. I have checked the permission and seems correct to me. If you see this page:
http://www.ziodrupal.net/links/prova-di-inserimento.html
You can see "2 comments in reply to prova di inserimento" and infact in the db there are 2 comments, but only the one of "admin" user is displayed. I have tried with my theme and with "garland" theme, but the results is the same.
Any help is welcome.
M.
Davide Michel 'ZioBudda' Morelli ha scritto:
Hi all. I have this strange problem with my drupal 6 installation (www.ziodrupal.net): anonymous comment are not displayed. Anonymous can send comment and comment are writer to DB (I can see it in the comments and node_comment_statistics tables), but not displayed in the node's page. I have checked the permission and seems correct to me. If you see this page:
http://www.ziodrupal.net/links/prova-di-inserimento.html
You can see "2 comments in reply to prova di inserimento" and infact in the db there are 2 comments, but only the one of "admin" user is displayed. I have tried with my theme and with "garland" theme, but the results is the same.
Any help is welcome.
M.
One more thing: this site is an upgrade from D5.11 to D6.
M.
but anything I write I receive the "comment field is required"... and that is very strange.
----- Original Message ----- From: "Davide Michel 'ZioBudda' Morelli" michel@ziobudda.net To: support@drupal.org Sent: Friday, December 05, 2008 10:11 AM Subject: [support] D6: Anonimous comment are not displaied
Hi all. I have this strange problem with my drupal 6 installation (www.ziodrupal.net): anonymous comment are not displayed. Anonymous can send comment and comment are writer to DB (I can see it in the comments and node_comment_statistics tables), but not displayed in the node's page. I have checked the permission and seems correct to me. If you see this page:
http://www.ziodrupal.net/links/prova-di-inserimento.html
You can see "2 comments in reply to prova di inserimento" and infact in the db there are 2 comments, but only the one of "admin" user is displayed. I have tried with my theme and with "garland" theme, but the results is the same.
Any help is welcome.
M.
-- Michel 'ZioBudda' Morelli michel@ziobudda.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660
http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@ziobuddalabs.it
-- [ Drupal support list | http://lists.drupal.org/ ]
Simone Dal Maso ha scritto:
but anything I write I receive the "comment field is required"... and that is very strange.
I have disabled all not necessary module (fck, blog, devel, admin menu, ...) but nothing has changed. Any help ?
M.
Have you:
Rebuilt permissions at: example/admin/content/node-settings
I know this probably isn't it but, in case you missed noticing that viewing comments and posting them are two different permissions... example.com/admin/user/permissions
Seems like something is weird... have you done stuff at he db level like "repairing database" and "optimizing" tables.
Also, when I run into "weird" stuff, I always empty out ("truncate") all the rows in the "sessions" table in addition to emptying all cache tables.
I'm definitely shooting darts in the dark, maybe someone else can think of better stuff, but...
Shai
On Fri, Dec 5, 2008 at 4:55 AM, Davide Michel 'ZioBudda' Morelli < michel@ziobudda.net> wrote:
Simone Dal Maso ha scritto:
but anything I write I receive the "comment field is required"... and that is very strange.
I have disabled all not necessary module (fck, blog, devel, admin menu, ...) but nothing has changed. Any help ?
M.
-- Michel 'ZioBudda' Morelli michel@ziobudda.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660
http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@ziobuddalabs.it
-- [ Drupal support list | http://lists.drupal.org/ ]
Shai Gluskin ha scritto:
Have you:
Rebuilt permissions at: example/admin/content/node-settings
I know this probably isn't it but, in case you missed noticing that viewing comments and posting them are two different permissions... example.com/admin/user/permissions http://example.com/admin/user/permissions
Seems like something is weird... have you done stuff at he db level like "repairing database" and "optimizing" tables.
Also, when I run into "weird" stuff, I always empty out ("truncate") all the rows in the "sessions" table in addition to emptying all cache tables.
I'm definitely shooting darts in the dark, maybe someone else can think of better stuff, but...
Nope. I have truncated all cache* table and session table without success. Uff...
M.
SOLVED SOLVED SOLVED!!!!
Do not ask me why but when I upgrade drupal from 5.x to 6.6 the anonimous users go away. Disappared. Vanished.
I have found this because I have see the query that extract the comment from db and I have noticed that there is a JOIN on table "users", so I have checked table "users" and ta da....
Tnx to all however.
Now I need to setup an antispam module. Mollom ? Correct ?
M.