Snat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Please Help, Weird Lines on WebsiteNot a problem at all. More then happy to help 🙂
Forum: Fixing WordPress
In reply to: Can't log in after update to 3.0.1Have you tried to delete your cache and have you tried on another computer ?
Also, do you have a backup of your database and files incase you may have to roll back.
Forum: Fixing WordPress
In reply to: Account HelpBilling ?
There is no billing on here. Are you using WordPress.com by any chance ?
Forum: Fixing WordPress
In reply to: Please Help, Weird Lines on WebsiteIt seems you are missing a file from a plugin called Visitor Stats. First disable that plugin and see if the errors go away.
If the errors go away after removing that plugin, re-install the whole plugin and try again. If there is an error again, contact the plugin author.
Forum: Fixing WordPress
In reply to: Despite sending through SMTP, emails do not sendI see you are using googlemail.com and thus you are likely trying to use Google SMTP. To what I recall, SSL is not supported by default.
If so, try this plugin – http://wordpress.org/extend/plugins/wp-mail-smtp/
And try the following details.
* SMTP Host: smtp.gmail.com
* SMTP Port: 465
* Encryption: Use SSL encryption
* Authentication: Yes
* Username: Your full Gmail address or Google App email
* Password: your account passwordForum: Networking WordPress
In reply to: Cant reach one of my sites dashboards HELP!What is the URL to this website so we can have a look ourselves what is happening.
Is there any error messages or is it just nothing at all ?
Forum: Fixing WordPress
In reply to: fatal errorIn FTP can you rename the “gd starreview plugin”. This will disable the plugin. Do the same for any other plugins that you think might be causing an issue.
Forum: Fixing WordPress
In reply to: Why is my site blank?Can you enable PHP error checking and try again and see if accessing that page again will give you an error.
In your .htaccess try adding which should enable error reporting if it isn’t on already.
php_flag display_errors on php_value error_reporting 7Also make sure to not enable any plugins or themes in the backend and leave everything as default (as I am guessing it already is as you just installed it).
It is likely your PHP settings on your VPS.
Can you turn on error reporting in PHP and try to access that page again and tell us if there is an error message.
Forum: Plugins
In reply to: [IntenseDebate Comments] [Plugin: IntenseDebate Comments] Breaks reCaptchaIntenseDebate replaces the whole comments, so anything that affects the comment forms should not work if IntenseDebate is enabled.
If you want reCaptcha on IntenseDebate, drop them an e-mail as a feature request.
Forum: Everything else WordPress
In reply to: Poll: Which type of blog is more popular?If it is a personal blog, I would expect two different screen names. If it is a business blog or something like a tech blog etc, it don’t bother me as long as the content is readable.
Forum: Fixing WordPress
In reply to: Users can't see comment box after logging inWhat is your URL to the blog in question ?
Also try to change back to the default WordPress theme and see if it works with that.
Forum: Fixing WordPress
In reply to: index.php blank page script?Searching Google, there are many with this problem. It seems you have been defaced or hacked.
Look here for what to do next: http://codex.wordpress.org/FAQ_My_site_was_hacked
I would also tell your webhost this has happened, it could be server wide.
I would also run a antivirus and all that stuff on your computer as it might be caused by a trojan on your local system.
Forum: Fixing WordPress
In reply to: WordPress slow after moving hostgzip is an option within WP Super Cache that you can find within the admin control panel.
I am sure not how to disable it via PhpMyAdmin as I never had a look for that setting but this link seems to have it’s location – http://wordpress.org/support/topic/wordpress-25-wp-cache-and-gzip-compression-1?replies=8
You can disable WP Super Cache by renaming the folder in FTP if you can not access the control panel. If it works without WP Super Cache, we know where the issue may lay.
Forum: Fixing WordPress
In reply to: WordPress slow after moving host<!-- Dynamic page generated in 11.810 seconds. --> <!-- Cached page generated by WP-Super-Cache on 2010-11-18 18:45:00 --> <!-- Compression = gzip -->Try disabling gzip and make sure you do not 304 Not Modified enabled in WP Super Cache as GoDaddy has a problem with that setting.
Also can you disable WP Super Cache and see if it works any better.