admin管理员组文章数量:1122846
I am trying to add a Page or an Entry and the message when trying to publish is the following:
The publication has failed. The response is not a valid JSON response.
I have also published my query in the servers section, since the installation of the imagemagick and the repository was satisfactory, however, it is not letting me publish Pages or Entries
Posted on Servers:
console:
network:
I am trying to add a Page or an Entry and the message when trying to publish is the following:
The publication has failed. The response is not a valid JSON response.
I have also published my query in the servers section, since the installation of the imagemagick and the repository was satisfactory, however, it is not letting me publish Pages or Entries
Posted on Servers: https://serverfault.com/questions/1162647/imagemagick-for-linux-alma-8-success-but-which-no-magick
console:
network:
Share Improve this question edited Jul 19, 2024 at 11:50 euroluar asked Jul 17, 2024 at 22:08 euroluareuroluar 12 bronze badges 2- Could you please try to check browser dev tool console and network tab, it should show detailed error exactly what is causing the issue. – Narendra Sishodiya Commented Jul 18, 2024 at 4:38
- Thanks for the suggestion, add the console and network captures to the main query – euroluar Commented Jul 19, 2024 at 11:51
1 Answer
Reset to default 0I solved it adding a configuration on the htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
本文标签: pluginsImageMagick on wordpress 655 for Linux Alma 8 success but which no magick
版权声明:本文标题:plugins - ImageMagick on wordpress 6.5.5 for Linux Alma 8 success but which no magick 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736300060a1930682.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论