Attempting to install CCK and pacs at the same time causes an error due to a function being redeclared. I believe this is a trivial error in the pacs install script:
function nodereference_install() {
switch ($GLOBALS['db_type']) {
case 'mysql':
....
Recommend changing 'nodereference_install' to 'pacs_install' to remove this issue. Patch is attached but probably unnecessary :)
| Comment | File | Size | Author |
|---|---|---|---|
| pacs.install.patch | 312 bytes | pjb |
Comments
Comment #1
peterone commentedThank you very much, pjb. It is fixed.
Comment #2
(not verified) commented