Eyal Azulay
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't edit pages/posts after 4.2.3 updateAll the sites I had with this problem indeed had the plugin “Installer”. After disabling this plugin, the dashboard started working quickly again.
Thanks tgd!
Forum: Fixing WordPress
In reply to: Can't edit pages/posts after 4.2.3 updateI have the same problem with several WordPress sites. They are all on version 4.2.3. The Edit Page takes long to load and shortly after it’s fully loaded, the [Update] button is disabled and the “Connection lost” message appears. The websites’ front-end still load as fast as usual.
Forum: Fixing WordPress
In reply to: Pretty permalinks not working for sub-directory WordPress siteHi
I just encountered the same problem with a site that worked before. So my guess is that something changed in the upgrade to WP 3.4.1.Every link to a page in the subfolder was redirected to the same page in the root. so I figured it must be related to the Permalink setting. The Permalink was set to “Post name” and the example showed a correct URL (i.e. including the subfolder). So I tried changing it to a Custom Structure using the same idea, and it worked!
In my case the subfolder name is “p” so I changed it to: /p/%postname%/
So in your case it would be: /msp/%postname%/I hope this helps.