Jump to content

leoe

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

leoe's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, I'm new posting here, I was having the same problem, and I've fixed it loading the openssl php extension. [code]<?php if (!extension_loaded('openssl')) {     if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {         dl('php_openssl.dll');     } else {         dl('openssl.so');     } } ?>[/code]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.