I have the following:

drupal 5.3
MySQL client version: 4.1.20
cas-5.x-2.2
phpCAS files 5.0

I've placed the cas module folder in sites-->all-->modules--> cas
Within that cas module folder, I've place a folder CAS with CAS.php, PGTStorage folder, etc.

After enabling the cas module I see the following error messages. Can someone interpret these for me? I don't understand what they're saying.

Thank you.

* warning: main(): Unable to access ../../esup-phpcas-0.5.0-1/source/CAS/PGTStorage/DB.php in /home/libsites/dclsa/public_html/sites/all/modules/cas/CAS/PGTStorage/pgt-db.php on line 11.
* warning: main(../../esup-phpcas-0.5.0-1/source/CAS/PGTStorage/DB.php): failed to open stream: Success in /home/libsites/dclsa/public_html/sites/all/modules/cas/CAS/PGTStorage/pgt-db.php on line 11.
* warning: main(): Failed opening '../../esup-phpcas-0.5.0-1/source/CAS/PGTStorage/DB.php' for inclusion (include_path='.:/usr/share/pear') in /home/libsites/dclsa/public_html/sites/all/modules/cas/CAS/PGTStorage/pgt-db.php on line 11.

Comments

metzlerd’s picture

Yes, the PGT, proxy granting ticket, is required only for those CAS implementations that proxy login's. The drupal CAS module is not one of these. You can eliminate the warniing/error message by creating an empty DB.php file in the location recommended by the error message.

pugsly2147’s picture

I really appreciate your help.
I'll do as suggested and try putting a blank file called DB.php in the location mentioned.
Thank you.

metzlerd’s picture

Status: Active » Fixed

Assuming fixed due to lack of updates.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.