studiorowlands
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changed URL's in general setting and now nothings working right.Ok, well now I know that, but why does the wordpress help file tell me to if I shouldn’t? This really isnt clearing all that much up.
You’re telling me to follow what the help files you linked says then telling me I shouldn’t.
I also really need to sort this cookie error more than anything else at the moment.
I think i’ve fixed the URL issue but now nothing is displaying properly and I can’t log in to the back end.
Forum: Fixing WordPress
In reply to: Changed URL's in general setting and now nothings working right.So I have added:
//FIXME: do comment/remove these hack lines. (once the database is updated)
update_option(‘siteurl’, ‘http://46.32.240.33/ravensnestpainting.com/wp-admin’ );
update_option(‘home’, ‘http://46.32.240.33/ravensnestpainting.com’ );to the login.php like the link you provided said.
Now its still telling me theres an error with the cookies, even though I’ve allowed all cookies. I’ve used the FTP to disable all the plugins, but its still not working.
Can anyone help me as to how to fix the cookie error issue?
Thanks
Forum: Fixing WordPress
In reply to: Changed URL's in general setting and now nothings working right.Thank you for the assistance so far,
I wasn’t trying to move the site, I was actually trying to get the homepage to show as it was 404ing (despite all the other pages working) I figured it might be because the URL was wrong.
What would (roughly) be the correct value for WP_HOME and WP_SITEURL? Or where would I find that?