cabbola
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] 404 error when I click XML SitemapFixed
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Meta descriptions issueStill stupid
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Meta descriptions issueIm stupid
Forum: Fixing WordPress
In reply to: Add new page problemI have found a cure. I modified my .htaccess and its cured.
<files .htaccess>
order allow,deny
deny from all
</files>ServerSignature Off
<files wp-config.php>
order allow,deny
deny from all
</files># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Options All -Indexes
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .phpForum: Fixing WordPress
In reply to: Add new page problemForum: Fixing WordPress
In reply to: Add new page problemThe site is very new with very little information
Everything worked fine with V2.92
Forum: Fixing WordPress
In reply to: Add new page problemWhen I try to post a new page I get “Add New Page” but the rest is blank. I uninstall all plug ins then it works OK. I then try one by one to reactive them until I think I have found the plug in causing the problem. However, I get to run maybe two or three plug ins and the problem arises. The thing is its not always the same plug in and they are all compatible with V.3. If I try to install a new theme it just hangs. Sometimes a plug in that I think is causing a problem works and sometimes it doesn’t. Sometimes “Add New Page” works and sometimes it doesn’t
I cannot install new themes, they just hangs
Forum: Fixing WordPress
In reply to: Add new page problemI cannot install plugins through WP3 either. I have to download them and ftp them to my site.
Forum: Fixing WordPress
In reply to: Add new page problemI do not get error when all plugins are deactivated but I still cannot install new themes.
Forum: Fixing WordPress
In reply to: Add new page problemAnd saved changes in Permalink Settings
Forum: Fixing WordPress
In reply to: Add new page problemI sometimes get Error 500 when I try to post. I have checked the .htaccess file is correct.
Forum: Fixing WordPress
In reply to: Add new page problemYes I have tried both the plug in and the mod to wp-config.php