Problem with UTF8. italian/russian characters

The content you get is not utf-8 encoded or the encoding is damaged by the importer. Usually SimplePie – the feed reader WordPress uses – is quite good at handling such cases. I wonder what an importer you use … Anyway, I’ve written a function to enforce utf-8 output. You should implement this very early … Read more

Parse error: syntax error, unexpected [closed]

The problem is that you have two strings that aren’t actually being appended together. Try replacing return $count. ‘<span class=”vwbx”>Views</span>”<span class=”vwbx”>views</span>’; With return $count. ‘<span class=”vwbx”>Views</span>’.'<span class=”vwbx”>views</span>’; (note the added period in the centre). Or instead, remove the two quotation marks from the centre: return $count. ‘<span class=”vwbx”>Views</span><span class=”vwbx”>views</span>’; That should work 😀 EDIT In … Read more

Getting 404 error on homepage only

It looks like you’re using Nginx which is very likely your issue. Nginx has a great writeup on what you need to do to with WordPress: http://wiki.nginx.org/Wordpress Other useful resources: https://stackoverflow.com/questions/3695387/nginx-404-not-found-page-for-permalinks https://stackoverflow.com/questions/3255446/wordpress-3-0-nginx-permalink-404-problem http://wordpress.org/extend/plugins/nginx-compatibility/other_notes/ Let me know if this works! Cheers~

download count29.php whene loading site [closed]

Never ignore errors, errors are for fixing. A quick google of this gives me this malware: http://sucuri.net/malware/malware-entry-mwiframehd37 Basically your site has been hacked/compromised. You need to look at your security, make sure everything is up to date and watertight, and check your code for nonvalidated data and unchecked file processing.

W3 Total Cache “Preview mode could not be disabled” [closed]

W3 Total Cache plugin basically removes w3-total-cache-config-preview.php, when disabling the preview mode. In /wp-content/ folder, please check if you have a file named w3-total-cache-config.php. If it exists, please compare it with w3-total-cache-config-preview.php file. If both have the same content, rename it to w3-total-cache-config-preview-backup.php and reload your site’s /wp-admin/admin.php?page=w3tc_general. If both have different content, please copy … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)