I've been using EZcomments with success on my Paged module, but now when I installed this my old comments do not display and I get an Internal Error.
Any help?
Thanks!
Note....see example here: http://www.paintballstar.com/pn/modules.php?op=modload&name=PagEd&file=index&page_id=119
I tested this module with the standard postnuke news module and got the same error, so I know it's not a paged thing too
Okay sorry it took me so long to respond. You need to alter the database to handle this mod. Run this SQL.
alter table nuke_ezcomments add editdate datetime;
Log in to post a comment.
I've been using EZcomments with success on my Paged module, but now when I installed this my old comments do not display and I get an Internal Error.
Any help?
Thanks!
Note....see example here:
http://www.paintballstar.com/pn/modules.php?op=modload&name=PagEd&file=index&page_id=119
I tested this module with the standard postnuke news module and got the same error, so I know it's not a paged thing too
Note....see example here:
http://www.paintballstar.com/pn/modules.php?op=modload&name=PagEd&file=index&page_id=119
I tested this module with the standard postnuke news module and got the same error, so I know it's not a paged thing too
Okay sorry it took me so long to respond. You need to alter the database to handle this mod. Run this SQL.
alter table nuke_ezcomments add editdate datetime;