Results 1 to 3 of 3

Thread: cant login into admin in my localhost site

  1. #1
    Thread Starter
    Expired Customer alby111's Avatar
    Join Date
    Sep 2015
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    cant login into admin in my localhost site

    I cant login into admin in my localhost site I did the migration from my online site and after I put all the sql that I use with all my other wp sites (se bellow), also I change the security options Backend Access to all an in the advanced options let people acces the wp-login , but when I try getting into the admin trought wp-admin and or wp-login , it will go to the xampp dashboard instead . Thanks for your support

    Here is the sql I used to change all the url

    UPDATE wp_options SET option_value = REPLACE(option_value, 'mysite-com', 'localhost/mysite') WHERE option_value NOT LIKE '%{%';
    UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, 'mysite-com', 'localhost/mysite', 'http://localhost/mysite') WHERE meta_value NOT LIKE '%{%';
    UPDATE wp_posts SET guid = REPLACE(guid, 'mysite-com', 'localhost/mysite');
    UPDATE wp_posts SET post_content=(REPLACE (post_content, 'mysite-com', 'localhost/mysite'));

    itook away the url becoauxse I couldnt post this messagge

  2. #2
    Thread Starter
    Expired Customer alby111's Avatar
    Join Date
    Sep 2015
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. "Site Admin" on Login page
    By homme143 in forum Help Using ClassiPress
    Replies: 3
    Last Post: February 5th, 2014, 02:13 AM
  2. [SOLVED] All jobs page filter broken in my dev site and localhost.
    By pauldhd in forum Olinda
    Replies: 8
    Last Post: November 25th, 2013, 11:32 AM
  3. Jomark Admin Login redirects back to main page of site
    By pixelkid in forum Help Using JobRoller
    Replies: 5
    Last Post: November 21st, 2013, 09:47 AM
  4. Jomark 404 when trying to login on http://localhost dev
    By jobfool in forum Help Using JobRoller
    Replies: 2
    Last Post: September 5th, 2013, 05:06 PM
  5. Problem login on From my localhost
    By husslemine in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: February 27th, 2012, 03:44 PM