Thread Starter
beakwi
(@beakwi)
Ok, I found similar post and I managed to log in. Uff…
What did you find? I’m having kind of the same problem.. (already changed plugins folder name but nothing)
michelle did you changed your site url as well ??
Yes, but that was a long time ago – my problem was after a new plugin installation, after renaming the plugins folder etc..
I’ve managed to fix the problem eventually:
I’ve added this code to my Theme’s functions file:
wp_set_password(‘password’,1);
& it works (deleted that row afterwards)
michelle did you changed your site url as well ??
Thread Starter
beakwi
(@beakwi)
http://yourdomain/wp-login.php . I’ve use this to log in and it works, but I still didn’t manage to change my url, I followed this istruction: http://codex.wordpress.org/Changing_The_Site_URL#Changing_the_URL_directly_in_the_database but it didn’t work 🙁
Thread Starter
beakwi
(@beakwi)
Hi, I’ve found wp-config.php and followed instruction, but it didn’t work.
When I tried the first option I didn’t know where to add those lines, (it doesn’t say in the instruction):(‘WP_HOME’,’http://example.com’);
define(‘WP_SITEURL’,’http://example.com’). I’ve tried few option, none worked.
When I tried the second option:
update_option(‘siteurl’,’http://example.com/blog’);
update_option(‘home’,’http://example.com/blog’);
I just had error, and mine web was not working. Besides there is no ‘WP_HOME’ and ‘WP_SITEURL’ I supposed to update in my file, so it doesn’t really make any sense.
I really don’t know what to do 🙁 I’m a proper beginner and all this seems to be just too difficult.