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

    (@monsieurandmoi)

    I accessed functions.php and this is what is says:

    <?php
    /**
    * Administration Functions
    *
    * This file is deprecated, use ‘wp-admin/includes/admin.php’ instead.
    *
    * @deprecated 2.5
    * @package WordPress
    * @subpackage Administration
    */

    _deprecated_file( basename(__FILE__), ‘2.5’, ‘wp-admin/includes/admin.php’ );

    /** WordPress Administration API: Includes all Administration functions. */
    require_once(ABSPATH . ‘wp-admin/includes/admin.php’);

    Did you change the functions file in your theme?

    If so, you’ll need to use FTP to deactivate the theme you messed up and then reinstall the theme or replace the file you messed up. You can do so by changing the name on the theme’s folder –

    wp-content
        themes
            fashionistas.HOLD

    Thread Starter monsieurandmoi

    (@monsieurandmoi)

    Thanks WPyogi I got the website backup as I just took out the code from the fucntions code I was using.

    Somehow when I reauploaded a file the directory has messed up and I cannot activate/deactive or search for plugin…

    I reuploaded the whole wp-admin again.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Website down’ is closed to new replies.