• mrsmambo

    (@mrsmambo)


    My category.php in wp-admin isn’t loading completely because the footer and main content is missing while navigation and header is showing. I’ve tried googleing for solutions to this problem, but I haven’t figured out how to fix it. I also used the reinstall function within wordress. This is a new installation with no plugins installed. I have only uploaded a theme which I tried switching to another. Hybrid news theme: http://themehybrid.com/themes/hybrid
    I also tried adding define(‘WP_DEBUG’, true); to my config file, but no error message is beeing printed.

    Any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mrsmambo

    (@mrsmambo)

    I deleted the theme, dropped everything from the database and cleared firefox cache. Then reinstalled wordpress. Still have the same problem..

    Thread Starter mrsmambo

    (@mrsmambo)

    I’m not able to find a solution to this problem..

    For some reason when I comment this code away in categories.php the page is loading fine and I can manage my categories, but I guess it is there for a reason and the same code is working fine in edit-tags.php

    default:

    /*if ( isset($_GET[‘_wp_http_referer’]) && ! empty($_GET[‘_wp_http_referer’]) ) {
    wp_redirect( remove_query_arg( array(‘_wp_http_referer’, ‘_wpnonce’), stripslashes($_SERVER[‘REQUEST_URI’]) ) );
    exit;
    } */

    ozcorps

    (@ozcorps)

    wpnonce doesnt this section have todo with the WORDPRESS key that is set in the wp-config.php

    ill look further for you

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘wp-admin category.php is not loading properly’ is closed to new replies.