Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Luis Rodrigues

    (@goblindegook)

    Hi Richard,

    Thanks for trying out Cassava. The plugin requires the PHP DOM extension to generate and read XML data, and the error is likely due to the extension not being installed on the server.

    The extension is enabled by default on most setups, but some systems require manual activation or it may have been disabled by a systems administrator. Depending on your operating system, and assuming you have sufficient permissions to do it, you may be able to install it by running yum install php-dom or apt-get install php5-dom. If not, contact your hosting provider or sysadmin to enable it for you.

    Hope this helps.

    Thread Starter richardschramm

    (@richardschramm)

    Hi Luis,

    Yes I am running on CentOS 6. I did the yum install php-dom (which installed php-xml and some other stuff) and after restarting the web site, that did the trick!

    Thanks!

    Rich

    Plugin Author Luis Rodrigues

    (@goblindegook)

    Good to know, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error during activation of plug-in’ is closed to new replies.