Wordpress Login & Register works in localhost but not in my server?

Often when you create local and then upload the urls in your options table don't get changed and it can mess things up. Have you tried logging in without the cool UI you built, to see if it is your WP install or the UI that is causing this?

Often when you create local and then upload the urls in your options table don't get changed and it can mess things up. Have you tried logging in without the cool UI you built, to see if it is your WP install or the UI that is causing this? Here is something to try running on your database: update wp_options set option_value=replace(option_value,'local.

Old', 'local. New'); update wp_posts set post_content=replace(post_content,'local. Old', 'local.

New'); update wp_posts set guid=replace(guid,'local. Old', 'local. New'); Replace all the local.

Old with your old url (probably 'localhost') and all local. New with your new url (enrista.co.za/urbanthirst/ most likely). You might need to query the wp_options table to find out what url it was using if you aren't sure.

To find out the old url, try this: SELECT option_name FROM wp_options WHERE option_name='siteurl' Changing that will often fix these issues, because WP will try to access the old website to login, if the urls aren't changed in the table.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions