Viewing 3 replies - 1 through 3 (of 3 total)
  • The code there is straight out of the Codex so I don’t know why you’re getting a fatal error from it.

    To bypass this portion of code, though, you can find this line near the top of lib-setup.php (currently on line #17:

    $env['apikey'] = gde_get_api_key( $env['pdata']['Version'] );

    and change it to something like

    $env['apikey'] = '123456abcdefg';

    Doesn’t explain why you’re having the issue, though.

    Thread Starter tomassibek

    (@tomassibek)

    Thank you. I bypass this portion of code and it works. I have no idea what what is the main reason.

    Glad that resolved the issue, in the meantime. Thanks for letting me know about the problem, in case anyone else encounters it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Activation doesnt work’ is closed to new replies.