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.
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
Comment #1
metzlerd commentedHmmm. 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?
Comment #2
redndahead commentedIt 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
Comment #3
stevenpatzComment #4
redndahead commentedOK 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.
Comment #5
stevenpatzComment #6
redndahead commentedMarking as fixed.
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.