• Resolved ferhan

    (@ferhan)


    Don’t try to give me the links of other topics, they don’t have solutions.
    Everyone solved this by accepting it. But I have a worse problem I can’t do either of them. freemius.com is blocked in my country (Turkey) when I use vpn it gives another error:
    ( ! ) Fatal error: Uncaught Error: Call to undefined method stdClass::has_trial() in C:\wamp64\www\megatekas\wp-content\plugins\content-aware-sidebars\lib\freemius\includes\managers\class-fs-plan-manager.php on line 155
    ( ! ) Error: Call to undefined method stdClass::has_trial() in C:\wamp64\www\megatekas\wp-content\plugins\content-aware-sidebars\lib\freemius\includes\managers\class-fs-plan-manager.php on line 155
    Call Stack
    # Time Memory Function Location
    1 0.0000 412472 {main}( ) …\admin.php:0
    2 0.4980 14125704 require( ‘C:\wamp64\www\megatekas\wp-admin\menu.php’ ) …\admin.php:152
    3 0.5090 14175368 require_once( ‘C:\wamp64\www\megatekas\wp-admin\includes\menu.php’ ) …\menu.php:308
    4 0.5130 14178016 do_action( ) …\menu.php:154
    5 0.5130 14178392 WP_Hook->do_action( ) …\plugin.php:465
    6 0.5130 14178392 WP_Hook->apply_filters( ) …\class-wp-hook.php:310
    7 0.5250 14303480 Freemius->_prepare_admin_menu( ) …\class-wp-hook.php:286
    8 0.5250 14303560 Freemius->add_menu_action( ) …\class-freemius.php:15153
    9 0.5250 14303560 Freemius->override_plugin_menu_with_activation( ) …\class-freemius.php:15173
    10 0.5250 14302856 Freemius->_install_with_new_user( ) …\class-freemius.php:15300
    11 0.5250 14302856 Freemius->install_with_new_user( ) …\class-freemius.php:14485
    12 24.5554 14340504 Freemius->setup_account( ) …\class-freemius.php:14596
    13 24.5554 14340880 Freemius->setup_network_account( ) …\class-freemius.php:14218
    14 24.5554 14340880 Freemius->_sync_plans( ) …\class-freemius.php:14248
    15 36.5591 14351264 Freemius->do_action( ) …\class-freemius.php:9944
    16 36.5591 14351720 do_action( ) …\class-freemius.php:16064
    17 36.5591 14352096 WP_Hook->do_action( ) …\plugin.php:465
    18 36.5591 14352096 WP_Hook->apply_filters( ) …\class-wp-hook.php:310
    19 36.5591 14353112 Freemius->_check_for_trial_plans( ) …\class-wp-hook.php:286
    20 36.5591 14353528 FS_Plan_Manager->has_trial_plan( ) …\class-freemius.php:19491

    I can’t allow, I can’t skip.
    It says “Sorry, you are not allowed to access this page”, when I try to use the program.
    HELP!!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Freemius

    (@freemius)

    Hi @ferhan,

    Please contact our support via [support AT freemius DOT com] and we’ll help you to resolve the issue and bypass any firewalls or connectivity blockages.

    Plugin Author Joachim Jensen

    (@intoxstudio)

    @ferhan @freemius

    Following up here, was this issue resolved?
    Was the cause of not being able to skip Opt-in found?

    @intoxstudio: @ferhan never contacted us. This is the workaround we were about to propose (I’m not 100% sure if it will solve this particular problem but worth giving it a try):

    Go to: https://www.us-proxy.org/

    Get the 1st proxy details available and add the following code to functions.php:

    add_action('http_api_curl', function( $handle ){
        curl_setopt($handle, CURLOPT_PROXY, "REPLACE_ME_WITH_PROXY_IP");
        curl_setopt($handle, CURLOPT_PROXYPORT, REPLACE_ME_WITH_PROXY_PORT);
    }, 10);

    After opt-in/skip, comment those lines to avoid running through a proxy.

    Plugin Author Joachim Jensen

    (@intoxstudio)

    @ferhan

    Just checking in to see if you have tried the code provided above? Let me know if you need help.

    Hello i have same problem. Do you have any other solution?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘THIS IS NOT WORKING…’ is closed to new replies.