rockstix
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Failed to find log in form! – error meaage after postingThanks Tara for your advice and fast reply. I’ll give the steps ago.
Cheers,
RockstixYou’re welcome Canonjon. Glad it solved your issue as well. It was doing my head in too. 🙂
Forum: Fixing WordPress
In reply to: Hacked? adf.ly and LinkbucksThe plugin called ‘My Videotag’ is not on the WordPress plugin site that I can see. It was found and installed originally from within WordPress from a plugin search. It had only started doing the redirect recently. I’ve had the plugin installed for several months. It was redirecting all links with in posts but not links within widgets etc.
Forum: Fixing WordPress
In reply to: Hacked? adf.ly and LinkbucksFor me, it was a plugin ‘My Videotag‘ causing the redirect to Linkbucks. Instead of deactivating it, I went into its settings and turned the button ‘Contribute to the author’, which was on, to ‘off’. It removed the redirect.
Forum: Fixing WordPress
In reply to: 'Unable to create directory uploads/2013/03.I found a solution. Add either or both of these lines to your wp-config.php file (as I’m not sure which one fixed the problem, maybe it was both together).
define(‘UPLOADS’, ‘/yourblog/wp-content/uploads’);
define(‘WP_CONTENT_URL’, ‘http://yourblog.com/wp-content’);Obviously replace ‘yourblog’ with your blog name.
It will bypass the the directory it can’t write to and creates a new directory which it can write to.
Hope it works for you too.