Don't delete journal in OJS 3.1.1.1 ---Help---

Dear All,
I building with OJS in XAPPserver: OJS normal, delete journal: normal. But upload OJS to Host, OJS don’t delete journal.
I have download deletesubmission.php in PKP and chang code, OJS don’t delete journal and display error (in picture)
Can you help me.
Thanks All !!!
submiss
deleteSubmissions%20error
— code—
delete--1

Dear Leader,
Sorry, I have a question to Leader because I do check and edit code in form PKP but I don’t delete article.
PHP log error: AH01623: client method denied by server configuration: ‘DELETE’ to /home///**.vn/public_html/journal/index.php, referer: http://journal.tckh.tvu.edu.vn/index.php/journal/submissions
I look forward to hearing from Leader soon!
Thank you very much
Minh Nhut

Hi @nhuthua,

Your Apache configuration is preventing the DELETE request from getting to OJS. You’ll have to review & adjust your web server configuration.

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher,
Thanks you reply a question, I have a questions ask more:
I thinks error:
Ex:

vi httpd.conf

//"
<Directory "/
/*/server">
Options Indexes MultiViews
AllowOverride None
Order deny,allow
Allow from all
<-/Directory>
Change
Ex:

vi httpd.conf

//"
<Directory "/
/*/server">
Options Indexes MultiViews
AllowOverride None
Require all granted
<-/Directory>
Link fix error: How to Fix Apache AH01630 Client Denied by Server Configuration Error

is that right?
I look forward to hearing from Leader soon!
Thank you very much
Minh Nhut

Hi @nhuthua,

I’m afraid I can’t help you with this – it’s more of an Apache question than an OJS question. You might try posting the question on http://stackoverflow.com/.

Regards,
Alec Smecher
Public Knowledge Project Team

Dear @asmecher,
Sorry, Thank you reply a question for me, I have more a question: location “javascript or code error” ##api.submissions.unknownError## in OJS ???
Because I search in form PKP and google but I don’t look file “javascript or code error” :sweat:
I look forward to hearing from Leader soon!
Thank you very much
Minh Nhut

Hi @nhuthua,

That’s not related to deleting a journal, right? Could you post this question as a new topic? That’ll help to keep the forum organized.

Regards,
Alec Smecher
Public Knowledge Project Team

Dear asmecher,
Thank you very much with reply very useful!
Minh Nhut