Matt
Forum Replies Created
-
Hi Maybellyne, the site is using WordPress 5.6.1 and we’ve tested Yoast Premium 12.2, 13,0, 16.3 and 17.7 (which it is now using). All produce the same error.
The site is a busy blog site with 5-6 articles being added daily, this is the first time it has happened using the same setup for over 12 months.
As mentioned, by removing the word ‘law’, everything works fine, adding it back in without apostrophes or parenthesis throws the aforementioned errors. It’s just the word ‘law’ in its simplest form which seems to be causing the error in analysis.
Matt
Forum: Plugins
In reply to: [Custom Post Type UI] Listing Custom Post Types Alphabetically like PagesHi Michael, WordPress core ‘Pages’ are all listed alphabetically where as ‘Posts’ are listed chronologically according to publication date, how do we get a custom post type to also list alphabetically in the dashboard like ‘Pages’, sorry if this didn’t make sense.
Matt
Forum: Plugins
In reply to: [LiteSpeed Cache] Exclude Dashboard from LiteSpeed CacheHi Stanley, we’ve had LiteSpeed installed with pretty much default settings, however, Settings > Advanced > Cache was set to ‘On’, we’ve now set this to ‘Off’, could this have been the possible root cause? should we monitor the effects of making this change and raise a further support ticket should the problem persist?
Thanks
MattForum: Plugins
In reply to: [LiteSpeed Cache] Exclude Dashboard from LiteSpeed CacheHi Stanley, posts are being composed using the default WordPress editor, no special editors or page builders etc.
When the first post has been composed and published the next post which is composed and published directly after is overwriting the previous post and using the same post ID, Yoast SEO Premium is then creating a permalink redirect from the first post to the second post because it thinks the first post has been updated, I hope this makes sense.
How can we resolve this? It’s causing quite an issue for editors working on the sites.
Thanks
MattForum: Fixing WordPress
In reply to: Exclude Dashboard from LiteSpeed CacheThanks t-p, I’ll close this and move it to the plugin suppport thread.
Matt
Forum: Plugins
In reply to: [Redirection] Exporting .CSV FileI’ve been looking for a way to export to csv (or any format really) but can’t find an export button either, I see the ‘RSS | CSV | .htaccess | Nginx’ on hover but how do I save/export this?
Thanks
MattForum: Plugins
In reply to: [Redirection] CSV export is not workingHi Jamil, am I blind or is there an option with this plugin to export redirects to CSV? I can’t see this functionality anywhere?
Thanks
MattForum: Fixing WordPress
In reply to: Forbidden 403 on index.php after 4.4.1 upgradeI’ve now added an ErrorDocument 403 handler to the htaccess file and this has resolved the problem? not sure why, but it has, any idea?
# BEGIN WordPress
<IfModule mod_rewrite.c>
ErrorDocument 403 /
RewriteEngine On
RewriteBase /osdp/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /osdp/index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Forbidden 403 on index.php after 4.4.1 upgradePlus I have the latest version of my theme which is wp4.4 compatible! Not sure why the index page isn’t loading and showing permissions issues but all other pages work fine?
Forum: Fixing WordPress
In reply to: Forbidden 403 on index.php after 4.4.1 upgradeHeres my .htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /osdp/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /osdp/index.php [L]
</IfModule># END WordPress
Forum: Networking WordPress
In reply to: Installing Multisite IN a SubdirectoryThanks for the update, I’ll run a dummy install first to check how it all works but looks pretty straight forward!
Forum: Networking WordPress
In reply to: Installing Multisite IN a SubdirectoryHi thanks for the reply, I know that I can install multisite either to use sud-domains or sub-directories, but can I install Multisite INSIDE a subdirectory from my root folder alongside another NON Multisite WordPress installation running in another subdirectory from root folder?
I.e.
Normal WordPress Installation
http://www.mydomain.com/NormalWordPress
Multisite WordPress Installation
http://www.mydomain.com/WordPressMultisite/site1
http://www.mydomain.com/WordPressMultisite/site2
http://www.mydomain.com/WordPressMultisite/site3
and so on…Sorry if I wasn’t clear on this with my initial post, I think it’s do-able having read the WordPress forums but I don’t want the MultiSite installation (which has yet to be installed) to mess anything up.
Thanks
MattForum: Fixing WordPress
In reply to: HTTP Error with Media Uploader – WP4.0 and PHP5.2 or 5.4Anyone? – really need to resolve this issue otherwise it looks like a change in web host. To add to this thread, I also have two sites using the same version of wordpress, same theme, and same plugins running on another server and that works fine with absolutely no errors whatsoever… all arrows point to server issue
Forum: Fixing WordPress
In reply to: HTTP Error with Media Uploader – WP4.0 and PHP5.2 or 5.4Also, if I have a number of page’s in the ‘bin’ it wont let me ’empty bin’ and remove them all in one go and displays the ‘Permission Denied’ 404 page again, however, if I delete them one by one I can do this without any problems….
Forum: Networking WordPress
In reply to: Two WordPress Sites using the Same User AccountsIt seems like a trial run will indeed be the only way to test the setup, one more thing (I promise), I’ve seen pros and cons for both subfolders and sub directories, which is more effective? Or is there no real difference, also does the wp install have to be installed at root or does this not matter?