Forum Replies Created
-
AuthorPosts
-
EditorCZ
ParticipantThank you for your support and information.
Have a nice day.
EditorCZ
ParticipantJust contacted hosting support – they advised to use their hosting tool to fix the files presmissions and voila – fixed.
I believe this happened after downloading the plugin from the Evanto and uploading it manually to the server. To prevent this, what is the better way of updating the plugin?
EditorCZ
ParticipantThis is the only content of the .htaccess file in the root of the web:
<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>I am not keen on the .htaccess rules and content so if you see anything wrong here, please tell me.
HOWEVER when I rename the .htaccess to .htaccess.bak the problem presists.
EditorCZ
ParticipantHello, thank you for your reply.
Reinstall didn’t help.
I attach screen from the backend with how it looks – the red column is the error, and you can also see that the Ajax content under the post is somehow broken.
I will ask the hosting provider about it, but there was no change to .htaccess or file persmissions before the plugin update.
-
AuthorPosts