Closed (fixed)
Project:
Lightweight Directory Access Protocol
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
28 Jul 2011 at 12:30 UTC
Updated:
1 Sep 2011 at 18:21 UTC
causing error when trying to setup authorizations:
Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/ldap/ldap_authorization/ldap_authorization_drupal_role/LdapAuthorizationConsumerDrupalRole.class.php' ... in ....\sites\all\modules\ldap\ldap_authorization\ldap_authorization.module on line 145
Comments
Comment #1
johnbarclay commentedI just downloaded head and the file is named correctly. Please get a new copy and verify the problem.
Comment #2
johnbarclay commentedHere is a view from the repository:
http://drupalcode.org/project/ldap.git/tree/refs/heads/7.x-1.x:/ldap_aut...
Do you have "ldap authorization drupal" role module enabled?
Comment #3
zeezhao commentedIt's wrong in the ldap-7.x-1.x-dev.tar.gz file. Just did a fresh download.
However it's ok in ldap-7.x-1.x-dev.zip....
Yes, I did have "ldap authorization drupal" role module enabled.
Once I renamed it, error disappeared. So issue is in tar file packaging, probably due to length of name, or a problem with old extraction tool I am using on tgz files....
First time trying out the new D7 ldap, as I have been using D6 ldap_integration. Please is there any conversion script to convert old configuration setups from D6?
Comment #4
zeezhao commentedSorry - seems tar extraction tool is truncating the file. I tried another tool and it's okay. Thanks for help.
Comment #5
johnbarclay commentedThanks. Appreciate you pinning this down. I'll have to cut some filenames down in size ;)
Comment #6
johnbarclay commentedthis particular filename fixed in head. The simpletests still have some long filenames so I'm leaving it as open for now.
Comment #7
johnbarclay commented