Upon activating this module I get this error. Using php cas 5 latest.
Fatal error: Cannot redeclare domxml_new_doc() in C:\wamp\www\public_html\cas\sites\all\modules\cas\CAS\domxml-php4-php5.php on line 37

Thanks for any help.

Comments

metzlerd’s picture

Hmmm. This kind of error message is most often produced when two different chunks of code redeclare the same function. The code referenced here is the cas client and not the cas module.

I would do a grep -r to try and find another module or php file that is declaring the same function.

Does that make sense?

redndahead’s picture

It makes sense the only issue I have is that I don't have any other module installed. This is a clean fresh install of drupal 6.1

stevenpatz’s picture

Title: redecalre domxml_new_doc() error » redeclare domxml_new_doc() error
redndahead’s picture

Title: redeclare domxml_new_doc() error » redecalre domxml_new_doc() error

OK I figured the issue out. I had domxml extension enabled. Disabling this fixed the issue. I now have other issues, but I think I've seen the fix in earlier threads.

stevenpatz’s picture

Title: redecalre domxml_new_doc() error » redeclare domxml_new_doc() error
redndahead’s picture

Status: Active » Fixed

Marking as fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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