3
I'm getting the same error, apparently a conflict between WF-Section, WF-FAQ, and WF-Quotes. I also have WF-Links installed, but it doesn't seem to have the issue. When I turn PHP Debug on, this is what I get when I attempt to access the admin.php file in either WF-Quotes or WF-FAQ;
Fatal error: Cannot redeclare listgroups() (previously declared in /cms/modules/wfsection/include/groupaccess.php:14) in /cms/include/groupaccess.php on line 13
Part of the installation for the FAQ and Quotes modules said to copy the /include file (which was groupaccess.php) over to the XOOPS ROOT /include, which I did. One overwrote the other, but they were the exact same size, so I thought it was just a common-use php file. I think both modules do use the same file, and they actually conflict.
So. My question, if I understand all that's happened so far, is this;
Which .php files need to be modified, and how do they get modified, in order to let the WF modules co-exist peaceably?
In advance, thanks!
-Lion