View Full Version : Problems with AkoComment
Hello All, I'm currently testing AkoComment ;) and have run into a problem. I recently upgraded to 4.5 1.0.6 (from 1.0.5) and now cannot write comments. I get the following message "You are not authorized to view this resource." This happens when I try to post a message. Even if I'm logged on my site as an admin. Anyone know how to fix this? :(
Thanks in advance.
Jay
ShutterBC
07.04.2004, 06:02
Hello All, I'm currently testing AkoComment ;) and have run into a problem. I recently upgraded to 4.5 1.0.6 (from 1.0.5) and now cannot write comments. I get the following message "You are not authorized to view this resource." This happens when I try to post a message. Even if I'm logged on my site as an admin. Anyone know how to fix this? :(
Thanks in advance.
Jay
I'm getting a similar problem with Events Calendar and Phil Taylor's com_comment as well. Wonder what changed... :-)
mamboguy.com
07.04.2004, 06:24
Please see: http://www.mambers.com/showthread.php?t=272
Get the latest release 1.0.7 and that should do the trick.
Download 1.0.6 to 1.0.7 patch here (http://www.mamboportal.com/index.php?option=com_remository&Itemid=27&func=fileinfo&parent=folder&filecatid=657)
Thanks for the post, got the patch and everything is working fine now.
Jay
I applied the patch, but I'm still having the same problem.
Any other suggestions to get this component to work?
ShutterBC
17.04.2004, 02:09
I applied the patch, but I'm still having the same problem.
Any other suggestions to get this component to work?
You overwrote all existing files in your Mambo directory with files from the 1.0.7 build or patch?
Another workaround has been to add the component to the menu somewhere and just leave the menu item unpublished. However if you installed the patch correctly I would think you should no longer be experiencing this problem... in any case let us know how it goes. :)
I've spent a lot of time looking for a solution to this problem, and nothing seems to fix it.
As advised in other posts:
1. I've made sure akocommentbot.php is in the mambot directory.
2. I've upgraded mambo to 1.0.7
3. And I just created a menu for the component.
The thing is it did work at first. At some point the problem started where only the admin can read or write to comments, even though the settings allow public to do both.
I'm pulling my hair out at this point.
Surely someone here has the answer?
I'm having the same problem with Latest News module since upgrading to 1.0.8
:(
motumboe
20.04.2005, 11:23
I've the same problem here with akocomment 2.0
Seems that problem is not related with akocomment: the message displayed is _NO_AUTH in the mambo's language file, not akocomment's.
Any clue?
I am running 4.5.2 with AkoComment 2.0 and had exactly the same problem. Extensive troubleshooting taught me that the Xaneon Extensions 2.0.0.0 Beta 2 can cause this exact same problem.
When setting Xaneon Extionsion's option "Enforce Canonical URLs? " to NO, the problem goes away.
I have not investigated if this same effect occurs for the standard SEF component, but it looks that re-directing back after submitting a comment is not handled properly.
I'm having the exact same problem.
I have installed the component
I have checked the mambot is installed properly.
I set up the AkoComment settings and have nothing show up. I even tried to post a comment from the backend admin, but no dice.
Any help would be much appreciated by all I'm sure.
Hi,
I had this problem too and found the solution.
the problem was in database, table jos_menu WHERE field 'access' was 1 for some of the content. I didn't see how to reset it via GUI ("access level" option seems to not update this field).
but the root cause of this problem is a default in akocommment itself: he tries to jump to a section istead of and article.
so I made a patch in the end of the akocommentbot file:
find:
$replacementlink = ($ac_openingmode) ? "<a class=\"readon\" href=\"javascript:void window.open('".sefRelToAbs("index2.php?option=com_content&task=view&id=$row->id&pop=1&page=0")."', 'win2', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,m enubar=no,resizable=yes,width=640,height=480,direc tories=no,location=no');\">" : "<a class=\"readon\" href='".sefRelToAbs("index.php?option=com_content&task=view&id=$row->id")."'>";
and replace it by:
$thefullid='id='.$row->id.'&Itemid='.$Itemid;
$replacementlink = ($ac_openingmode) ? "<a class=\"readon\" href=\"javascript:void window.open('".sefRelToAbs("index2.php?option=com_content&task=view&$thefullid&pop=1&page=0")."', 'win2', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,m enubar=no,resizable=yes,width=640,height=480,direc tories=no,location=no');\">" : "<a class=\"readon\" href='".sefRelToAbs("index.php?option=com_content&task=view&$thefullid")."'>";
I'll put a full binary version of the patch on my website soon.;)
(look in download section at http://nadir.is.online.fr/)
Hi there.
I got one problem with Akocomment. I wan't to display date format in comments like d/m/Y, not Y/m/d. How do i change this, without to do any changes to database.
Anyone can help me with this?
Thanks!
vBulletin® v3.8.0, Copyright ©2000-2013, Jelsoft Enterprises Ltd.