• It took me a couple of iterations to get this plugin working. Turns out both mcrypt and bcmath are required. Install these and restart your webserver before attempting to pair, like so (on Debian’ish machines running Apache).

    apt install php-mcrypt php-bcmath
    service apache2 restart  
    • This topic was modified 6 years, 6 months ago by kimca.
  • The topic ‘Works (but may require extra work)’ is closed to new replies.