Viewing 15 replies - 16 through 30 (of 34 total)
  • Hey, I replied to the email, apologies for the frustration and anger, I am just experiencing so many issues with my own personal life, this is just adding to it. See more in the email.

    I found this behaviour in my sites (WP 3.8.1 – WooCommerce 2.0.20 -AAM 2.1): can’t see but one widget in Appearance>Widgets (and can’t edit) and the Product Page (woocommerce product) is half uploaded and can’t edit it.
    After deactivation of AMM, always works fine.
    But I need AAm (see why @radovan in another forum post) so I hope you can help me.
    Thanks,
    Bruno

    This morning I installed the new version of AAM. Then followed the update to wordpress 3.8.1. This installed automatically. Since then my message list completely empty. If I disable AAM everything back. How can I go back to AAM 2.0?

    I just updated to the development version and now you have the error: Call to a member function has() on a non-object at aam.php, line 250.

    I have reverted to 2.0 but none of the users or access groups show. I guess there was a DB change.

    I have 2 sites and their respective development sites that use AAM.

    The site that does NOT load all the way shows all my users and groups in AAM. The site that is not broken by AAM does not show any users or groups in AAM.

    Without completely debugging your code and learning how everything works in it, I can’t tell you what is the exact cause of the issues. I can tell you that it is all stemming from working with non-objects and trying to do things with them that require objects.

    Do you have a way to clear out all the AAM settings and start fresh? While this isn’t the best option, I am willing to use it just so that I can get AAM working on my sites again.

    Thanks in advance.

    This is an update to help troubleshoot the issue.

    Here is my code that’s running when it fails:

    $page_args = array(
            'parent' => 50,
            'depth' => -1,
            'hierarchical' => 0
        );
    
        $page_args = get_pages( $args );

    I have further debugged the code to see that it’s failing in includes/post.php, line 3906. This is where it’s applying the ‘get_pages’ filter:

    $pages = apply_filters('get_pages', $pages, $r);

    I hope this helps narrow down the errant code. If you have something you want to test or a specific place to debug, please let me know. I am anxious to help get this fixed.

    Hi,

    I’ve done the 3.8.1 release that night, and this morning (in Paris), i have exactly the same error :

    Fatal error: Call to a member function cacheObject() on a non-object in /cathonev/wp-content/plugins/advanced-access-manager/application/control/subject.php on line 277

    All my articles are hidden and the login doesn’t work properly too. After deactivation of AMM, always works fine.

    If i can do something to help you diagnosticate tell me.

    Best,

    does someone solve the problem?

    Hi guys,
    I’m working on this issue today and will post the update asap.

    Appreciate everybody for interest in AAM.
    Vasyl

    Did you get my email with the possible fix I found Vasyl? My site is working now when using it, and it hasn’t crashed at all.

    Hi Trinity13,
    Is there any chance to put these lines of code before 255 line to trace back the issue?
    echo ‘pre’;
    print_r(debug_backtrace());
    echo ‘/pre’;

    If yes, please send the output on our [email protected] email.

    Thank you in advance.
    Vasyl

    Hi guys,
    Please try Development Version.
    Let me know the result.

    Regards,
    Vasyl

    ok for me works fine there is no error afert installing development version

    Yay! Seems to be working fine for me too – thanks!

Viewing 15 replies - 16 through 30 (of 34 total)
  • The topic ‘Error after upgrade to v2.1’ is closed to new replies.