Snat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error Log – PHP warningThat’s fine. First of all, what type of hosting environment are you using. Basically are you paying for normal web hosting or did you pay to rent a server which you can do what you please on it ?
Also, who are you hosting with ?
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Temp dir not writeable …The temp directory is set by your host. Now, if you are the host the tmp directory location can be found in PHP.ini.
Now, if you are not the host then ask your website host about this. If they fix it, great. If not, you can change the tmp directory WordPress uses by using the command below. Make sure to make a folder in your home directory before doing so.
define('WP_TEMP_DIR','/link-to-your-folder-you-just-made');Forum: Fixing WordPress
In reply to: Ahmdosa HackerComplex passwords, keep upgrading where new versions come out, remove all unused plugins and themes.
Make sure to check themes is fine and no hidden back doors. Then make sure all permissions are the lowest they can go on all files without the site breaking.
But importantly, keep making backups of both the core files and database. If you get cracked, restore the database after checking to make sure there is no back doors in it and then restore using a fresh download of WordPress.
Also, shared hosting environments is only as save as the other users on the system so using something like a VPS or a server will help but only if set up correctly.
Forum: Fixing WordPress
In reply to: Error Log – PHP warningBasically this file don’t exist – /usr/local/lib/php/extensions/no-debug-non-zts-20060613/memcache.so.
Either install memcache yourself and make sure all config files are pointing to the right place or remove memcache and any references to it within PHP’s config files.
Forum: Installing WordPress
In reply to: when tried to install wordpressCan you disable every plugin and try again and see if that changes anything ?
Forum: Fixing WordPress
In reply to: somehow managed to lose my siteIf you still have access to the FTP account, do this.
Go to your theme’s functions.php file. If there is none, make it.
At the very top right after <?, put.
update_option('siteurl','http://www.mr-musings.co.uk'); update_option('home','http://www.mr-musings.co.uk');Access your site using the co.uk domain. Then if you want to change to the .com domain, make sure it is registered and pointed to your server and going to the same file directory as the co.uk site.
Forum: Fixing WordPress
In reply to: Admin Panel Avatar?It uses Gravatar to get those avatars. Make sure your old blog has Gravatar enabled and see if it works.
Forum: Fixing WordPress
In reply to: SPOILER buttonIf this is for a blog hosted on WordPress.com, you will need to pop over to WordPress.com Support Community.
If this is a self hosted one, I see the odd plugin in WordPress Extend you can use.
Forum: Fixing WordPress
In reply to: How to restore damaged site using FTP's folders?Sadly, the wordpress directory does not have the database in it so if the database is messed up beyond repair that unless you have a backup, you will not be able to restore it.
That said, what is wrong with the database it might be simple to fix.
Forum: Installing WordPress
In reply to: After 3.2, a funky dashboardHave you tried deleting your browser’s cache ?
Forum: Plugins
In reply to: [IntenseDebate Comments] IntenseDebate Login buttonFrom what I remember, sadly this is not possible as it loads it all up using Javascript that is served from IntenseDebate side of things.
I could be wrong though.
Forum: Installing WordPress
In reply to: when tried to install wordpressYou might need to submit a ticket to your web host and ask what is the limit of their PHP memory and if it is possible to raise it for the installation.
That error normally means there is not enough memory and what you did normally works. However, seeing you are saying you transferred it over can you try adding this to wp-config.php and let us know what happens.
define('WP_MEMORY_LIMIT', '64M');If you are transferring the website, I am taking it you have moved over the files and then importing the database using something like PhpMyAdmin ?
Forum: Fixing WordPress
In reply to: Fatal ErrorIn wp-config.php, try adding this.
define('WP_MEMORY_LIMIT', '64M');If this works, great. If not, let us know.
Forum: Fixing WordPress
In reply to: RSS Feed not foundIt is by default and by looking at your site, I can see the RSS link works.
When setting up FeedBurner, use http://srtonlinemedia.com/?feed=rss2 and see if that works.
(Going with srtonlinemedia.com is your domain name)
I am now using WordPress 3.1.1 and it is still not working. I have my own theme and it is coded correctly and I see no reason why it should be the template related issue.
Either way, I have installed CKEditor by hand and it’s working that way. Other then that, little I can say about the bug.