chriszee
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] Captcha image not showingMike, the captcha image works on other wordpress blogs I own on my dedicated server.
perhaps this has something to do with a theme template?
Forum: Plugins
In reply to: [Fast Secure Contact Form] Captcha image not showingHi Mike,
thanks again for looking into this for me.
# 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 WordPress
Forum: Plugins
In reply to: [Fast Secure Contact Form] Captcha image not showinghtaccess rewrite rule is 744
Forum: Plugins
In reply to: [Fast Secure Contact Form] Captcha image not showingThanks Mike, I appreciate your support.
Checked everything, didn’t find what the cause is yet.Forum: Plugins
In reply to: [Fast Secure Contact Form] suPHP & CAPTCHA image issueCAPTCHA has stopped working for me also about a year or two ago
I tried to send support email through the plugin, but says You do not have sufficient permissions to access this page.
this is the error I get:
W3 Total Cache Error: Files and directories could not be automatically created to complete the installation.
Please execute commands manually
or use FTP form to allow W3 Total Cache make it automatically.
Edit file /home/wwwchri/public_html/.htaccess and remove all lines between and including # BEGIN W3TC Page Cache and # END W3TC Page Cache markers.W3 Total Cache error:It appears Minify URL rewriting is not working. Please verify that the server configuration allows .htaccess
Unfortunately minification will not function without custom rewrite rules. Please ask your server administrator for assistance. Also refer to the install page for the rules for your server.Forum: Plugins
In reply to: [WP Rss Poster] Call to undefined function mb_list_encodings()Looks like your PHP installation does not have the mbstring extension installed. See http://www.php.net/manual/en/mbstring.installation.php
Have you checked phpinfo(); to see if it is listed as being available?
Forum: Plugins
In reply to: [WP CleanFix] [Plugin: WP CleanFix] Fix that plugin for wordpress 3.4Yep, it don’t work on latest wordpress.
this plugin should be shelved