angelcaf
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pages not updatedThe issue has been fixed!
Steps to reproduce it:
- Edit a page with the editor in text mode
- Press Update
- WordPress redirects to the frontpage without applying any update (the normal behavior would be to update/save the page’s changes and keep the editor in text mode).
Fix:
- The problem is related to the hosting service, there was a ModSec problem when updating the page (i.e. POST).
- In order to fix it I contacted my hosting service provider and they added an exception for my domain/host.
Hope this helps 🙂
Forum: Fixing WordPress
In reply to: Pages not updatedHi,
Yes I get this behavior also with the default theme (tried twenty eleven and twenty fifteen).
This is my .htaccess:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: Pages not updatedI also manually upgraded wordpress to the latest version by following this howto:
https://codex.wordpress.org/Updating_WordPressbut I still have the issue.
Some other useful information are the following:
– I am using the text mode editor
– When I press the “update” button I am redirected to the homepage of my site not in edit mode anymore, whereas earlier (when update was working) I would stay in edit mode and have the update done. It is like changes are not applied to the source file of the page.Hope this helps for getting some help
Forum: Fixing WordPress
In reply to: Pages not updatedHi, thanks for your suggestions.
I have followed both suggestions:
– I activated debugging
– I checked the .htaccess file following the link that you have sent me above.However I was not able to fix the issue. I still can’t update my website pages :(:(:(
The only message I have got in the debug.log file is a warning:
PHP Notice: The called constructor method for WP_Widget in LoginWidget is <strong>deprecated</strong> since version 4.3.0! Use <pre>__construct()</pre> instead in <my path>/wp-includes/functions.php on line 3718Please, do you have any other suggestion?
Thanks in advance.Forum: Fixing WordPress
In reply to: Pages not updatedHello,
I have checked with Safari and Chrome (clearing the cache in both cases) but it didn’t work 🙁