• After installing, if i go into the admin area, none of the pages work. For example, if i try to add a category, i hit submit and the category doesn’t get added. There are no errors. Same goes for writing posts.

    For PHP i turned register_globals on just in case. This doesn’t seem to have fixed it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you have correct database privileges:
    select, insert, update, delete, create, index, alter and drop

    If you report back here you might want to list versions of
    MySQL, PHP, Apache, Operating System.

    Just in case:
    Finding_Server_Info

    Thread Starter 1s0s.com

    (@nsanden)

    Yes, the mysql account has all privelages at the moment.

    We’re using MySQL 4.1.10, PHP Version 5.0.3, Linux, Apache 2

    Thread Starter 1s0s.com

    (@nsanden)

    Also, it isn’t just when we try to add categories/posts, etc. Even when i try to edit a category (Uncategorized) the edit link goes nowhere.

    Thread Starter 1s0s.com

    (@nsanden)

    Okay, after doing a little investigating, i found that commenting out the ‘unregister_GLOBALS()’ function in wp-settings.php fixed everything (as far as i can tell).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Admin area pages not working’ is closed to new replies.