Problem with Comments module when using Albums module on the same page

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
lewis
Forum Members
Forum Members
Posts: 14
Joined: Mon Jun 30, 2008 11:20 pm

Problem with Comments module when using Albums module on the same page

Post by lewis »

I have a page (content page) where I have two lines only:

Code: Select all

{cms_module module="Album" albums="1,24,26"}
{cms_module module="comments" dateformat="d.m.Y H:i" emailfield='1'}
The albums and comments adding form appears properly, but when I am trying to post a comment I have such errors:

Code: Select all

Warning: Parameter redirecturl is not known... dropped in /home/seba2004/public_html/seba/lib/misc.functions.php on line 1301

Warning: Parameter pageid is not known... dropped in /home/seba2004/public_html/seba/lib/misc.functions.php on line 1301

Warning: Parameter modulename is not known... dropped in /home/seba2004/public_html/seba/lib/misc.functions.php on line 1301

Warning: Parameter emailfield is not known... dropped in /home/seba2004/public_html/seba/lib/misc.functions.php on line 1301

Warning: Parameter websitefield is not known... dropped in /home/seba2004/public_html/seba/lib/misc.functions.php on line 1301

Warning: Parameter image is not known... dropped in /home/seba2004/public_html/seba/lib/misc.functions.php on line 1301

Warning: Parameter author is not known... dropped in /home/seba2004/public_html/seba/lib/misc.functions.php on line 1301

Warning: Parameter email is not known... dropped in /home/seba2004/public_html/seba/lib/misc.functions.php on line 1301

Warning: Parameter content is not known... dropped in /home/seba2004/public_html/seba/lib/misc.functions.php on line 1301

Warning: Parameter submitcomment is not known... dropped in /home/seba2004/public_html/seba/lib/misc.functions.php on line 1301
When I swap the lines on the page (i.e. comments module call goes first) everything wors fine.

I am using:
CMSMS 1.4
COmments 1.8.2
Album 0.9.3

I suspect that Album module destroys somehow comments module variables, but how and why, since comments module is called later. Any ideas?
Post Reply

Return to “Modules/Add-Ons”