Quote
Table update failed: Duplicate column name 'anonname'
I checked the nuke_ezcomments table and only see 1 anonname field in the structure.
Show your support for Zikula! Sign up at Github account and watch the Core project!
Table update failed: Duplicate column name 'anonname'
Error! Called unknown function: EZComments_adminapi_countitems()
modname => pnFlashGames
objectid => contid-1
Don't know if your users are like mine but here they post quite a lot of comments in the games (in fact pnFlashGames is the only website module where users post regulary comments)
So I missed pagination in EZ-Comments and I modified it to add a pnRender Pager (well more exactly a Smarty pager, EZ-Commenst is templated). You need to modify 3 files (pnuserapi.php pnuser.php and the default.htm template) But beware, you need a RECENT pnuserapi.php (I took mine from CVS) because the mod need the EZComments_userapi_count function and this function isn't in the released version.
To know details of the mod Go here
If it bother you to edit the file, I can provide complete EZ-Comments from CVS with Leason modifs and mine and as an added bonus the ability to change # of comments per page in the module administration
Error! Called unknown function: EZComments_userapi_count()
modname => pnFlashGames
objectid => 16
You will have to do the same change in 2 different places of the same file.