Hello, I cant edit Theme options on Arabic lanugage – it doesnt save and give me error:
Saving didnt work!
Please reload the page and try again
Access to the file is rw rw r
Hi mdxclr!
That seems as an interest topic.
Can we please also have ftp access? Have you added the Arabic language through the wp-config configuration?
Regards,
Basilis
Have you added the Arabic language through the wp-config configuration?
No, i didnt
Are any problems with login or all is ok?
Hi!
Can you please try de-activating all active plugins and check if that helps?
Regards,
Yigit
Tried, it doesnt help
Hi!
I could recreate the issue.
I did asked our developers to give it a look.
We will inform shortly.
Regards,
Basilis
Thank you.
Is the other way to select a Front page for arabic?
Hey!
Please do the following:
1.) Ask your hosting provider if php’s fopen is enabled in the server. Make sure that it is not blocked.
2.) Make sure that mod-rewrite is enabled in your server. Please ask your hosting provider again.
3.) Check the file permission of the wp root directory. It has to be readable and writable by the web server.
4.) Check the .htaccess file then look for this code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
If it’s not there, copy it then save.
Cheers!
Ismael