alioops
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Made a change in settings, and now cant log into my accountTHANK YOU SOOOOO MUCH… You saved my website….
HUGE HUGE HUGS
Alexandra:8-)
Forum: Fixing WordPress
In reply to: Made a change in settings, and now cant log into my accountI’m really stuck…where is the wp-otpions table. I have located the wp-login.php but thats not where the script is supposed to be put is it… cos i tried that too and it didnt work.
Forum: Fixing WordPress
In reply to: Made a change in settings, and now cant log into my accountI think this is what i need
OPTION 2. If you forget to change the WordPress Address and Blog Address, you will be unable to change it using the wordpress interface. However, you can fix it if you have access to the database. Go to the database of your blog and find the wp_options table. This table stores all the options that you can set in the interface. The WordPress Address and Blog Address are stored as siteurl and home (the option_name field). All you have to do is change the option_value field to the correct URL for the records with option_name=’siteurl‘ or option_name=’home‘.
Suppose you accidentally changed the URIs where you cannot move the files. (but still can access the login page, through a redirection or something)
wp-login.php can be used to (re-)set the URIs:
//FIXME: do comment/remove these hack lines. (once the database is updated)
update_option(‘siteurl’, ‘http://your.domain.name/the/path’ );
update_option(‘home’, ‘http://your.domain.name/the/path’ );but i dont seem to be able to find the fixme in wp-login.php.. maybe i am not understanding it.. will keep looking, i think its the right area,
Forum: Fixing WordPress
In reply to: Made a change in settings, and now cant log into my accountI have blog, and portfolio as two separate database one was willelliottcgi.com/portfolio the other was willelliottcg.com/blog
I changed the blog one in the settings to just willelliottcgi.com for the wordpress and site address, but it didnt work, so i changed it back, and thats when it all went pear shaped… ie cant access the willelliottcgi.com/blog/wp-admin
Forum: Fixing WordPress
In reply to: Made a change in settings, and now cant log into my accounti can access the portfolio one, but not the blog one, which is the one that is the most up to date. I started off with portfolio. Then created a new database called blog. that is the one i need to have access to
Forum: Fixing WordPress
In reply to: Made a change in settings, and now cant log into my accountthats an older version… I had portfolio, and blog. and blog is the one i need to access…
Forum: Fixing WordPress
In reply to: Made a change in settings, and now cant log into my accountnope nothing… http://www.willelliottcgi.com and then i get a home page title and index …