Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Attachments cannot be deleted at all => 403
- ArnoBrinkman
-
Topic Author
- Offline
- Junior Member
-
Less
More
9 years 8 months ago #179119
by ArnoBrinkman
TradingTalk
Attachments cannot be deleted at all => 403 was created by ArnoBrinkman
I cannot find the cause why attachments cannot be deleted at all by a user. First i thought it has to do with the fact that they may don't delete messages (the may modify them), but changing this setting didb't help either.
Do my best to find what causes this error, but no luck so for. I assume components\com_kunena\controllers\topic.php is called and in there removeattachments() ?
This is the call that fails:
http://mydomain/index.php/forum/topic/task-removeattachments?format=json&3ab306ba53c6e972e5f10e6e1287354d=1&fil_id=13
Response:
Do my best to find what causes this error, but no luck so for. I assume components\com_kunena\controllers\topic.php is called and in there removeattachments() ?
This is the call that fails:
http://mydomain/index.php/forum/topic/task-removeattachments?format=json&3ab306ba53c6e972e5f10e6e1287354d=1&fil_id=13
Response:
Code:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /mydomain/index.php/forum/topic/task-removeattachments
on this server.<br />
</p>
<p>Additionally, a 403 Forbidden
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
TradingTalk
Please Log in or Create an account to join the conversation.
- ArnoBrinkman
-
Topic Author
- Offline
- Junior Member
-
9 years 8 months ago #179130
by ArnoBrinkman
TradingTalk
Replied by ArnoBrinkman on topic Attachments cannot be deleted at all => 403
Can someone give me a push in the direction were i should look?
Is this error comming from Kunena? or from Joomla? or deeper level?
Is it possible to get somewhere a stacktrace at the point when the exception is raised?
Is this error comming from Kunena? or from Joomla? or deeper level?
Is it possible to get somewhere a stacktrace at the point when the exception is raised?
TradingTalk
Please Log in or Create an account to join the conversation.
9 years 8 months ago #179132
by 810
Replied by 810 on topic Attachments cannot be deleted at all => 403
Please Log in or Create an account to join the conversation.
- ArnoBrinkman
-
Topic Author
- Offline
- Junior Member
-
9 years 8 months ago - 9 years 8 months ago #179134
by ArnoBrinkman
TradingTalk
Replied by ArnoBrinkman on topic Attachments cannot be deleted at all => 403
Thank you very much 810 !!!
The problem is the DELETE call instead of POST (i meant with POST it works perfectly fine).
I understand the correct way for a rest interface is DELETE, but now the question comes where this is getting blocked. I'm wondering why other users of this forum didn't had troubles with this.
I've many struggles with the new K5 release, but i need to give a BIG thanks to community here for all the help.
The problem is the DELETE call instead of POST (i meant with POST it works perfectly fine).
I understand the correct way for a rest interface is DELETE, but now the question comes where this is getting blocked. I'm wondering why other users of this forum didn't had troubles with this.
I've many struggles with the new K5 release, but i need to give a BIG thanks to community here for all the help.
TradingTalk
Last edit: 9 years 8 months ago by ArnoBrinkman. Reason: clearify
Please Log in or Create an account to join the conversation.
9 years 8 months ago #179135
by 810
Replied by 810 on topic Attachments cannot be deleted at all => 403
are you running IIS ?
Please Log in or Create an account to join the conversation.
- ArnoBrinkman
-
Topic Author
- Offline
- Junior Member
-
9 years 8 months ago #179136
by ArnoBrinkman
TradingTalk
Replied by ArnoBrinkman on topic Attachments cannot be deleted at all => 403
No, it's running on CentOS, Apache 2.4.23, Php 5.6.25
I want to upgrade to php7, that's also why i wanted to use K5
I want to upgrade to php7, that's also why i wanted to use K5
TradingTalk
Please Log in or Create an account to join the conversation.
Time to create page: 0.230 seconds