Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I have tried the new members version and it works great! But only for the site ADMIN. I cannot get any other user to view the members page. I get an access denied message. All my other modules work and I am just about positive that my permission are set correctly. I checked the members box in the permission page then went out to the permiessions table to check that "access member list" got added.
Still I can't get a user or any other role to view member list except admin.
I have tried the new members version and it works great! But only for the site ADMIN. I cannot get any other user to view the members page. I get an access denied message. All my other modules work and I am just about positive that my permission are set correctly. I checked the members box in the permission page then went out to the permiessions table to check that "access member list" got added.
Still I can't get a user or any other role to view member list except admin.
I have tried the new members version and it works great! But only for the site ADMIN. I cannot get any other user to view the members page. I get an access denied message. All my other modules work and I am just about positive that my permission are set correctly. I checked the members box in the permission page then went out to the permiessions table to check that "access member list" got added.
Still I can't get a user or any other role to view member list except admin.
Fatal error: Call to undefined function: db_escape_string() in /homepages/19/d100051692/htdocs/sites/artistjoint/core/modules/members.module on line 69
You must use the 4.5 version of the module with Drupal 4.5.x. The CVS version has already been updated for changes in the CVS version of Drupal. You cannot mix and match the versions.
oh, i thought I read somewhere that the cvs works with 4.51... i was prob thinking of another module, since I am reviewing just about every interesting module there is =)
Comments
Comment #1
Uwe Hermann commentedComment #2
walkah commentedjust tagged a new release, the download page should get updated next cron run.
Comment #3
gte451f commentedI have tried the new members version and it works great! But only for the site ADMIN. I cannot get any other user to view the members page. I get an access denied message. All my other modules work and I am just about positive that my permission are set correctly. I checked the members box in the permission page then went out to the permiessions table to check that "access member list" got added.
Still I can't get a user or any other role to view member list except admin.
Any ideas?
Comment #4
gte451f commentedI have tried the new members version and it works great! But only for the site ADMIN. I cannot get any other user to view the members page. I get an access denied message. All my other modules work and I am just about positive that my permission are set correctly. I checked the members box in the permission page then went out to the permiessions table to check that "access member list" got added.
Still I can't get a user or any other role to view member list except admin.
Any ideas?
Comment #5
gte451f commentedI have tried the new members version and it works great! But only for the site ADMIN. I cannot get any other user to view the members page. I get an access denied message. All my other modules work and I am just about positive that my permission are set correctly. I checked the members box in the permission page then went out to the permiessions table to check that "access member list" got added.
Still I can't get a user or any other role to view member list except admin.
Any ideas?
Comment #6
asimmonds commentedThere's a incorrect permission check in the _menu hook
Comment #7
walkah commentedfixed in CVS
Comment #8
Capnj commentedSorry, not fixed. Just d/l the cvs version and it behaves the same way. Only the admin even has 'Members' on the navigation menu.
gil
Comment #9
walkah commenteddid you try the version in CVS? look at the time on the last generated tarball :
Download latest release (4.5.0, 05/11/2004 - 04:20)
Now, compare that to the "Fixed in CVS" comment. Please be patient, new tarballs should be generated soon.
Comment #10
(not verified) commentedComment #11
sulleleven commentedgrabbed members.module from cvs today and installed onto drupal 4.51
http://artistjoint.com/core/?q=members
Fatal error: Call to undefined function: db_escape_string() in /homepages/19/d100051692/htdocs/sites/artistjoint/core/modules/members.module on line 69
approx line 69:
-------
foreach ($roles as $rid) {
$list[] = "'" . db_escape_string($rid) ."'";
}
$list = implode(',', $list);
--------
Comment #12
jhriggs commentedYou must use the 4.5 version of the module with Drupal 4.5.x. The CVS version has already been updated for changes in the CVS version of Drupal. You cannot mix and match the versions.
Comment #13
sulleleven commentedoh, i thought I read somewhere that the cvs works with 4.51... i was prob thinking of another module, since I am reviewing just about every interesting module there is =)
thanks. works now. very nice!