You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup:
WordPress 3.5alpha in multisite setup using folders
In the admin, there is a link to go to the network admin:
wp-admin/network/
This is where you manage all the sites in your network.
Problem:
If any site on the network has the all-in-one-video plugin activated, then when trying to visit the network admin page, you will get a blank page with a 500 error:
mod_fcgid: stderr: PHP Fatal error: Call to undefined function wp_get_current_user() in /home/mysite/public_html/wp-includes/capabilities.php on line 1261, referer: http://mysite.com/wp-admin/plugins.php?activate=true&plugin_status=all&paged=1&s=
I traced this error back to the kaltura_comment_form() function where it says:
Setup:
WordPress 3.5alpha in multisite setup using folders
In the admin, there is a link to go to the network admin:
wp-admin/network/
This is where you manage all the sites in your network.
Problem:
If any site on the network has the all-in-one-video plugin activated, then when trying to visit the network admin page, you will get a blank page with a 500 error:
I traced this error back to the kaltura_comment_form() function where it says:
Evidently this is not ok, and I guess it is due to this:
http://codex.wordpress.org/Function_Reference/wp_get_current_user
http://core.trac.wordpress.org/ticket/14024
Bottom line: You can't use the WordPress plugin on the new 3.5 WordPress without fatal errors in the network admin and possibly other areas.
The text was updated successfully, but these errors were encountered: