Skip to:
Content
Pages
Categories
Search
Top
Bottom

Fatal Error in Welcome Pack


  • intimez
    Participant

    @intimez

    I posted this in the plugin page but also wanted to post here in case it’s checked more often.

    Fatal error: Call to undefined function is_site_admin() in /wp-content/plugins/welcome-pack/welcome-pack.php on line 82

    below showing lines 79-83

    add_action( 'admin_print_styles-settings_page_welcome-pack', 'dpw_admin_add_css_js' );

    function dpw_admin_menu() {
    if ( !is_site_admin() )
    return false;

    [wordpress2.9.2 + buddypress1.2.1]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Indeed, I don’t check the plugin forum page very often. I’ll look into this problem, as BP 1.2.x should provide that function for you. Hmm.

    I can’t see how you are getting this particular warning if you are on WP 2.9.2 and BP 1.2.1. I’ve released a new version (1.64) that tweaks the check above, let me know if you still get an error.


    intimez
    Participant

    @intimez

    Thank you for your help. I tried it on a test site and it’s working. Not sure what happened.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal Error in Welcome Pack’ is closed to new replies.
Skip to toolbar