• AMBA

    (@amba_13)


    hi, my site was broken with an error that i resolved like this :

    class-fs-api.php ligne 381

    the if class exists condition is not well writen

    if ( ! class_exists( 'Freemius_Api_WordPress' ) ) {
                    require_once WP_FS__DIR_SDK . '/FreemiusWordPress.php';
                
    
    //} <- not here
                return Freemius_Api_WordPress::RemoteRequest( $url, $remote_args );
    			} //<- put it here
Viewing 1 replies (of 1 total)
  • Plugin Author wordplus

    (@wordplus)

    Hi there!

    I just double checked and cant see any error with freemius in latest update.
    At which step it was broken and what exactly was the error, so I can reproduce?

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘bug freemius in v2.0.111 class-fs-api.php ligne 381’ is closed to new replies.