Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter bluemeansgo

    (@bluemeansgo)

    So, installed the update, but it’s generating a PHP Fatal Error now:

    PHP Fatal error: Uncaught Error: Class "IAWGF\BrightleafDigital\AsanaClient" not found in /wp-content/plugins/integrate-asana-with-gravity-forms/class-integrate-asana-with-gravity-forms.php:798
    #012Stack trace:
    #012#0 /wp-content/plugins/integrate-asana-with-gravity-forms/class-integrate-asana-with-gravity-forms.php(730):
    Integrate_Asana_With_Gravity_Forms->create_asana_client()#012#1 /wp-content/plugins/integrate-asana-with-gravity-forms/class-integrate-asana-with-gravity-forms.php(154):
    Integrate_Asana_With_Gravity_Forms->is_authorized_with_asana()#012#2 /wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php(437):
    Integrate_Asana_With_Gravity_Forms->init_admin()#012#3 /wp-content/plugins/gravityforms/includes/addon/class-gf-feed-addon.php(142):
    GFAddOn->init()#012#4 /wp-content/plugins/integrate-asana-with-gravity-forms/class-integrate-asana-with-gravity-forms.php(136):
    GFFeedAddOn->init()#012#5 /nas/content/live/nfpartnersus/wp-includes/class-wp-hook.php(324):
    Integrate_Asana_With_Gravity_Forms->init('')#012#6 /wp-includes/class-wp-hook.php(348):
    WP_Hook->apply_filters(NULL, Array)#012#7 /wp-includes/plugin.php(517):
    WP_Hook->do_action(Array)#012#8 /wp-settings.php(727):
    do_action('init')#012#9
    /wp-config.php(119):
    require_once('/nas/content/li...')#012#10 /wp-load.php(50):
    require_once('/nas/content/li...')#012#11 /wp-admin/admin.php(35):
    require_once('/nas/content/li...')#012#12 /nas/content/live/nfpartnersus/wp-admin/plugins.php(10):
    require_once('/nas/content/li...')
    #012#13 {main}
    #012 thrown in /wp-content/plugins/integrate-asana-with-gravity-forms/class-integrate-asana-with-gravity-forms.php on line 798`

    Thread Starter bluemeansgo

    (@bluemeansgo)

    Yes, I reached out twice using the contact form, but received no notification that the email was received and no reply. I assume it’s not working, but I’m not sure. Happy for such quick reply here though!

    I’ll test it out and let you know how it goes.

    • This reply was modified 10 months, 1 week ago by bluemeansgo.

    Same here. Hosted on WP Engine, and updating from 3.17 to 4.0.1 and it crashed the site.

    Problem stated it was a missing “)” where Public was in the Init.php file.

    public static function get_services() {
    $classes = array(
    Core\Core::class,
    Admin\Admin::class,
    Admin\SettingsPage::class,
    Admin\Widget::class,
    Public\Frontend::class,
    );
    return $classes;
    }

    You likely need to talk to your IT department. If I were to guess, I would think that your company has a policy of decrypting SSL traffic. I don’t know the particulars, but bet if, for example, you connected to your phone’s internet connection, updating would work. Of course, that probably means you wouldn’t be able to access the site if it’s internal only.

    https://www.networkworld.com/article/2161439/network-security/ssl-decryption-may-be-needed-for-security-reasons–but-employees-are-likely-to–fre.html

    Perhaps something like WP Core Pages…. or WP Pages, or Root Pages? Or Special Pages?

    Alternatively, Pages (WP), Pages (Home,404,Search Results).

    Or… the simplest route would be provide Home Page, Search Results, as their own menu items, and map them on the backend to the same thing as whatever “Static Pages Are”

    Home and Search are probably restricted enough to warrant their own place on the list anyhow.

    Thread Starter bluemeansgo

    (@bluemeansgo)

    I’ve been using it as an excuse to dig into the database and code. I like how clean the code is, by the way. Thanks for the suggestion. I’ll try it and let you know either here or send you a quick tweet ( I’m @armstrongest )

    If I can also make one more suggestion, it would be an API call to get a list of all the levels… like rua_get_levels() or even better, a test that you pass user ID and page/post ID to.

    rua_user_has_access( $user_id:int, $post_id:int );

    Thanks for all your hard work on this!

Viewing 6 replies - 1 through 6 (of 6 total)