Page 1 of 1

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

Posted: Thu Aug 07, 2008 11:36 am
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?