Problem with Comments module when using Albums module on the same page
Posted: Thu Aug 07, 2008 11:36 am
I have a page (content page) where I have two lines only:
The albums and comments adding form appears properly, but when I am trying to post a comment I have such errors:
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?
Code: Select all
{cms_module module="Album" albums="1,24,26"}
{cms_module module="comments" dateformat="d.m.Y H:i" emailfield='1'}
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
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?