Viewing 2 replies - 1 through 2 (of 2 total)
  • please change line 39 and 54 from
    if($_SERVER[“SERVER_NAME”] == ‘localhost’ )

    to

    if($_SERVER[“SERVER_NAME”] == ‘localhost’ || $_SERVER[“SERVER_NAME”] == ‘127.0.0.1’ || $_SERVER[“SERVER_NAME”] == ‘wp.localhost’)

    Have a nice day

    Plugin Author a2rocklobster

    (@a2rocklobster)

    Thank you for the help on this topic. The code has been updated in version 1.1.6

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"Sorry… sync is for use on LOCALHOST only" – ON localhost’ is closed to new replies.