Hey, i am having an interesting problem...
When i publish the akoCommentBot, and try to view the guestbook, i am given an error in the 'newsflash' module explaining:
Quote:
|
Fatal error: Cannot redeclare akoparse() (previously declared in /public_html/components/com_akobook/akobook.php:39) in /public_html/components/com_akocomment/functions.akocomment.php on line 12
|
I imagine it's a bug with the akocomment mambot, as i think it's built for Mambo 4.5.0, and somehow is trying to declare the same class twice. The guesbook works fine when i unpublish akoCommentBot, furrther exemplifying the declared class conflict.
The bug itself could of course be in the akoBook module, but i havn't played with the source code enough myself to say for sure...
I'm sure Arthur Konze has an idea what's going on. His site, Mamboportal.com, says he's going to be out of commission for a little while (or has been, and will continue to be...), just getting back from the Hospital. Hope he's ok!
The error suggests that the functions.akocomment.php is trying to declare a class variable
akoparse() but it's already declared by the akobook.php script. Because it sends all that info in the headers, and the newsflash module is at the top of the stack, it sends the error output there...
i hope that makes sense... i'm a relative noob, and i
think that's what's going on...
Now, if i only knew how to fix that, we'd be in a bit better shape!
Hopefully with Mr. Konze recovers some, he'll address the issue... in the mean time, it looks like my guesbook is just going to be disabled (in favour of the comments on posts instead, considering only 1 wants to work at a time...)
In the meantime, anyone have any ideas for a workaround besides just disabling the commentBot component or akoBook module?
