• Resolved sylviabass

    (@sylviabass)


    Hi,

    We’re using Portfolio Slideshow on a WordPress Multisite installation (sites.uci.edu). When updating from Portfolio Slideshow 1.4.1 to 1.5.0, it caused an error where the entire multisite was blank with a PHP fatal error showing in the logs.

    It works fine on a stand-alone install.

    Here is the error log:

    [Wed Nov 28 10:10:48 2012] [error] [client ] PHP Fatal error:  Cal
    l to undefined function wp_get_current_user() in /var/www/wordpress/wp-includes/
    user.php on line 227, referer: http://blogx.sites.uci.edu/wp-admin/network/updat
    e.php?action=update-selected&plugins=portfolio-slideshow%2Fportfolio-slideshow.p
    hp&_wpnonce=b629953cf2
    [Wed Nov 28 10:15:02 2012] [error] [client ] Request exceeded the
    limit of 10 internal redirects due to probable configuration error. Use 'LimitIn
    ternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get
     a backtrace., referer: http://blogx.sites.uci.edu/sbass/wp-admin/options-genera
    l.php?page=portfolio_slideshow
    [Wed Nov 28 10:15:02 2012] [error] [client ] Request exceeded the
    limit of 10 internal redirects due to probable configuration error. Use 'LimitIn
    ternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get
     a backtrace., referer: http://blogx.sites.uci.edu/sbass/wp-admin/options-genera
    l.php?page=portfolio_slideshow
    [Wed Nov 28 10:15:02 2012] [error] [client ] Request exceeded the
    limit of 10 internal redirects due to probable configuration error. Use 'LimitIn
    ternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get
     a backtrace., referer: http://blogx.sites.uci.edu/sbass/wp-admin/options-genera
    l.php?page=portfolio_slideshow

    I deleted the plugin and then reinstalled the 1.4.1 version, which still works fine.

    Thanks. Let me know if you need any more information.

    http://wordpress.org/extend/plugins/portfolio-slideshow/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Dalton Rooney

    (@daltonrooney)

    Hi Syliva,
    I use Portfolio Slideshow on a multisite instance with no problem. Does it work if you delete the previous version of PS and then do a fresh install the newest version?

    Dalton

    Thread Starter sylviabass

    (@sylviabass)

    I haven’t tried that, but I will. Thanks for the tip. I may also disable all the other plugins to see if there is a conflict with one of them. I’ll let you know how it goes.

    Thread Starter sylviabass

    (@sylviabass)

    I tried deleting the previous version and then installing the 1.5.0 version, but still get the same PHP Fatal Errors. I also tried de-activating all of the other plugins and installing, but I get the same error.

    I Googled the error “PHP Fatal error: Call to undefined function wp_get_current_user()” and found a solution for a similar problem.

    http://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_get_current_user-4?replies=32

    Adding the require_once('pluggable.php'); seemed to work on our development server.

    Edited:

    Never mind, still getting the same error. I forgot to Network Activate. When I do, I get the same error.

    Thread Starter sylviabass

    (@sylviabass)

    Hi, just to clarify.

    When I added
    require_once('pluggable.php');

    to capabilities.php, I was able to Network Activate the plugin. However, I lost access to the Dashboard area of the sites with the error of “You do not have sufficient permissions to access this page”.

    I just can’t figure it out. Even with all other plugins disabled, I can’t get it to activate without the PHP Fatal errors referring to wp_get_current_user() .

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Upgrade problem for version 1.5.0 on Multisite’ is closed to new replies.