Thread Starter
jaunis
(@jaunis)
The thing is that I’m using qtranslate but I want to make a different widget. So the “text” changes according to the language selected.
Thread Starter
jaunis
(@jaunis)
A simple plugin making that kind of security checks. Unnecesary.
A simple plugin not letting a user login on his blog. (n)
Thread Starter
jaunis
(@jaunis)
Search for the qtranslate-core.php in the plugins folder, and delete from line 106 to line 110:
// Check for WP Secret Key Missmatch
if($wp_default_secret_key != AUTH_KEY) {
global $error;
$error = __(‘Your $wp_default_secret_key is mismatchting with your AUTH_KEY. This might cause you not to be able to login anymore.’,’qtranslate’);
}
That’s what’s causing the problem.
Thread Starter
jaunis
(@jaunis)
FIXED! I just changed the auth_key on config.php and everywhing words fine now.
Was pretty simple :S