• so yeah, ive updated to 3.5 and the front ends seems fine, but i cant log into wp admin area, just says

    Fatal error: Call to undefined function get_taxonomies_for_attachments() in /websites/123reg/LinuxPackage21/te/sh/no/teshno.com/public_html/wp-admin/menu.php on line 67

    any ideas? help much appreciated, cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    try:

    resetting the plugins folder by using FTP or whatever file management application your host provides. Sometimes, an apparently inactive plugin can still cause problems.

    – switching to the default theme by renaming your current theme’s folder in wp-content/themes using FTP or whatever file management application your host provides.

    – re-uploading all files & folders – except the wp-content folder from a fresh download of WordPress. by using FTP or whatever file management application your host provides. (manual upgrade)

    – re-running the upgrade via wp-admin/upgrade.php

    Thread Starter teshno

    (@teshno)

    ive royally messed things up now, and cant seem to upload more than one file at once via ftp having deleted wp-includes

    help!

    Moderator keesiemeijer

    (@keesiemeijer)

    What ftp client are you using?
    Try FileZilla: http://codex.wordpress.org/FTP_Clients

    This error is from a failed upgrade and not related to a theme or plugin incompatibility.

    get_taxonomies_for_attachments() is a new function introduced in 3.5 and is defined in wp-includes/media.php

    If your getting an undefined function error for it you still have the old media.php file and your update failed.

    You will need to manually re install 3.5 following the codex Manual Update instructions.
    http://codex.wordpress.org/Updating_WordPress#Manual_Update

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

The topic ‘cant access dashboard after 3.5 update’ is closed to new replies.