Closed (won't fix)
Project:
Drupal core
Version:
4.6.5
Component:
comment.module
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
24 Jan 2006 at 11:32 UTC
Updated:
25 Jan 2006 at 13:51 UTC
The comment system of my multi-site Drupal install 4.6.5 produces strange results:
Only the administrator can send comments by default.
If I want authenticated users (or other created groups) to commit messages, I must set node administration permission for them in the acces controll list.
I'v made a test site where you can see:
admin nem: test pw: test
authenticated use name: testuser pw: testuser
I think the problem is the PHP5 incompatibility.
At home, the same portal works perfectly with PHP4.
Comments
Comment #1
junyor commentedComment #2
varunvnair commentedPeople trying to troubleshoot this should read this forum post and all the comments:
http://drupal.org/node/45925
I must point out a few things here:
Comment #3
tomsys commentedRelated http://drupal.org/node/33250
T.
Comment #4
chx commentedPlease check with a fresh CVS and report back.
Comment #5
varunvnair commented@tomsys: How is this a duplicate of http://drupal.org/node/33250
IMO both are very different issues and will have different solutions. Could you elaborate on why you think this is a duplicate of http://drupal.org/node/33250
Am changing back bug description to the one set by the original poster (bandika)
Drupal used by bandika seems to be 4.6.3. Bandika, can you confirm this? Try using 4.6.5 and see if the problem occurs...
Comment #6
bandika commentedNo, it is surely 4.6.5
It was originally 4.6.4 but I upgraded to 4.6.5 and I tested my project on my home computer.
There was not taxonomy_acces (neither now) at home, but after moving it to my server I had to install this module because a site needed it.
But I had problems with commenting before installing taxonomy_access too. When I installed the first sites (I developed a form script for main site (dhost.hu) in order to mass hosting.-- dhost.hu/node/4) I realized that anonymous users can't see the nodes. I see that node_acces table were empty, so I added manually az insert command to my script to create the "0" user view access.
After it, I can't set anonymous users to create comment messages unless I set the node_access table's comment value to "1"After these I installed the taxonomy_access module..
The previous problem does'nt exist at home, the same code base, but PHP4.
In the evening I'll try a clean 4.6.5 install to test it again.
Comment #7
markus_petrux commentedtypo?
Comment #8
bandika commentedyes. I believe in that I'v intalled 4.6.5 :)
Comment #9
markus_petrux commented:)
Comment #10
bandika commentedI think the problems partly based on evaulation sql besides taxonomy_acces' bugs.
There are two strange line in the evaulation.mysql :
The most strange is the second line. If you install evaulation, anonymous users can't see your content after it unless you have taxonomy_acces activated. And not only that: taxonomy_access requires the first line of the sql but it's not in the taxonomy_acces.mysql.
If you want to drop evaulation module you got only an empty page after.
These two modules causes Drupal 4.6.5 functional disorder.
Comment #11
killes@www.drop.org commentedYou can't use evaluation.module together with taxonomy_access. This is not supported.