nhowarth
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Someone is posting on my blog as me – is my account hacked?I have had a similar problem – people were able to post comments under someone else’s name.
I suggest that you turn off your caching plugin and empty the cache – it did it for me.
Forum: Fixing WordPress
In reply to: Site visitor logged in as Administrator – security issue?Thanks for your prompt response esmi.
Unfortunately it seems to be an intermittent problem. I’ve tried replicating it myself by logging out and then visiting the site on my computer – and I’ve also tried visiting the site using my wife’s laptop. But as far as I can see, everything is working fine.
I don’t believe it’s the theme – I’ve been using it for almost two years without any problems.
It’s interesting to read what you said about plugins, is there any way I can check these out by some other means?
I can see what’s happening – it’s changing the smushed file’s permissions to #600
I tried using the “Widget Classes” Plugin today – WordPress 3.0.4. Unfortunately, it causes my Appearance/Widgets screen to freeze.
This problem has already been spotted – a couple of months ago.
Also, when viewing a page, a number of widgets fail to display.
It’s great Mikko,
I have just completed installing it on my live site Cyprus Property News.
Regards,
Nigel
Thanks Mikko for getting back to me so quickly.
I added
var_dump($order);
as suggested and everything worked OK.I guess there must have been something in my cache that was causing the problem.
Thanks for your help.
Regards,
Here’s the one in the root directory of my site:
SetEnv DEFAULT_PHP_VERSION 5
Options -Indexes
SetEnv PHP_EXTENSION .html
AddType application/x-httpd-php .php .html .htmand the one from the WordPress directory:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressHi Frederick,
Here’s the .htaccess from the /wp-content/w3tc/min folder. Is this the one you want?
# BEGIN W3TC Minify
<IfModule mod_mime.c>
AddEncoding gzip .gzip
<Files *.css.gzip>
ForceType text/css
</Files>
<Files *.js.gzip>
ForceType application/x-javascript
</Files>
AddEncoding deflate .deflate
<Files *.css.deflate>
ForceType text/css
</Files>
<Files *.js.deflate>
ForceType application/x-javascript
</Files>
</IfModule>
<IfModule mod_setenvif.c>
SetEnvIfNoCase Accept-Encoding (gzip|deflate) APPEND_EXT=.$1
<IfModule mod_deflate.c>
SetEnvIfNoCase Request_URI \.(gzip|deflate)$ no-gzip
</IfModule>
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/css M86400
ExpiresByType application/x-javascript M86400
</IfModule>
<IfModule mod_headers.c>
Header set Pragma public
Header set X-Powered-By “W3 Total Cache/0.8.5.2”
Header set Vary “Accept-Encoding”
Header append Cache-Control “public, must-revalidate, proxy-revalidate”
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME}%{ENV:APPEND_EXT} -f
RewriteRule (.*) $1%{ENV:APPEND_EXT} [L]
RewriteRule ^([a-z0-9\-_]+)\.(include(-footer)?(-nb)?)\.(css|js)$ index.php?gg=$1&g=$2&t=$5 [L]
</IfModule>
# END W3TC MinifyRegards,
Nigel
Frederick,
Problem solved my error – plugin working using ‘Disc (basic)’.
Thanks, Nigel
Forum: Plugins
In reply to: [Plugin: wordTube] WordTube 2.1.0 Widget generates <p/>That’s great bigbadboy
It did it for me as well!
Many thanks for your help
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Expiry Time Recommendation for Static SiteI would like to know the answer to this question as well – I run the same type of system.
Thanks
Forum: Plugins
In reply to: [Plugin: Global Translator] Resequencing the FlagsHere’s the solution I received from the author – I’ve implemented it on my blog and it works fine:
The order of the flags depends on the order of the items inside the arrays on header.php.
Suppose you’re using Google Translation Engine and your blog language is english. If you want to change the flags order you have to modify the order of the items inside the array on line 209 of header.php:
‘en’ => array( ‘en’ => ‘English’,
‘it’ => ‘Italian’,
‘ko’ => ‘Korean’,
‘zh-CN’ => ‘Chinese (Simplified)’,
‘pt’ => ‘Portuguese’,
‘de’ => ‘German’,
‘fr’ => ‘French’,
‘es’ => ‘Spanish’,
‘ja’ => ‘Japanese’,
‘ar’ => ‘Arabic’,
‘ru’ => ‘Russian’,
‘el’ => ‘Greek’,
‘nl’ => ‘Dutch’,
‘bg’ =>’Bulgarian’,
‘cs’ =>’Czech’,
‘hr’ =>’Croat’,
‘da’ =>’Danish’,
‘fi’ =>’Finnish’,
‘hi’ =>’Hindi’,
‘pl’ =>’Polish’,
‘ro’ =>’Rumanian’,
‘sv’ =>’Swedish’,
‘el’ =>’Greek’,
‘no’ =>’Norwegian’
),Forum: Plugins
In reply to: WordPress Stats and Popular Posts Show Wrong TitleI’m also having this problem, which has only started since upgrading to WordPress 2.5.1.
According to my “Stats”, my most read post today is titled “Draft created on July 9, 2008 at 8:46 am”
I’ve looked through the post itself and everything appears OK. The Title is correct and there’s no reference to Draft created on… in the html.
It’s been over a month since the problem was first reported – is anyone working towards a solution?
Forum: Plugins
In reply to: [Plugin: Global Translator] Widget title nameI used to have the global-translation plugin in my sidebar – I used the samsarin php plugin widget (rather than the one supplied) with the following code in the php area:
<div align=”center”>
- <?php if(function_exists(“gltr_build_flags_bar”)) { gltr_build_flags_bar(); } ?>
</div>
It worked for me, but you need to check the ‘Enclose the flags inside a table’ to get them spaced properly.
I’ve since moved the flags to the top of the page.
Cheers,
Hi,
I’m using the plugin on my site at ‘Cyprus Property News Magazine‘.
I was also getting the “Sorry, the translation engine is temporarily not available.” a couple of days ago, but everything seems OK today.
I guess you’ve got the ‘Enable translation engines ban prevention’ box checked in the options tab?
Cheers,