AkoComment V 2.0 - Joomla! Forum - community, help and support


hello there,

i've built website content invites people respond. akocomment obvious choise facilitate that. ive installed both bot , component. yet when using 'edit settings' in end not seem save settings (although 'succesfully saved'). not remember email address in last category of options.
ehen manualy edit config.akocomment.php file save it, not show in end (all options remain blank).
i've tried reinstalling both bot , component, not seem help. @ givven point read error report:

table \'opensociet_i237j.jos_akocomment\' doesn\'t exist sql=select count(*) jos_akocomment adb function failed error number 1146
table 'opensociet_i237j.jos_akocomment' doesn't exist sql=select * jos_akocomment order id desc limit 0,30

but can't decepher it.

the front end not show signs of akocomment. website in dutch unfortunately, whom might url: http://www.kuitenbijters.com
i wopuld have users comment on links on bottom of frontpage.
anyone can me out?

hi baswolfs !

there problem in admin.akocomment.php file.
in first "switch" statement of file, "savesettings" task, see lot of argument call "savesettings" function.
however, among arguments, 1 retrieved $_post.
you need retrieve other variables $_post well:
for example, before savesettings function call, add following lines:
$variable1 = $_post['variable1'];
etc...
$variablen = $_post['variablen'];
then, should work correctly.

i don't have source file in front of me, that's did correct bug.

very respectfully
mehdi





Comments