Jidé is a web developper and designer who loves Drupal.
I was getting the error:
"Call to undefined function wp_get_current_user"
I was able to fix this by editing nice_theme.php, insert
"include_once(ABSPATH . 'wp-includes/pluggable.php');" before "include_once(ABSPATH.'/wp-admin/admin-functions.php');"
More information about formatting options
Error with wp_get_current_user (and fix)
Fri, 01/15/2010 - 07:22 — AnonymousI was getting the error:
"Call to undefined function wp_get_current_user"
I was able to fix this by editing nice_theme.php, insert
"include_once(ABSPATH . 'wp-includes/pluggable.php');"
before
"include_once(ABSPATH.'/wp-admin/admin-functions.php');"