• I was testing new themes to see how they would look. I do not know what I did but I get getting the deprecated message. I have tried to download the PHP to remove the plug ins but I cannot install it because I cannot access the dashboard.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Mayuri

    (@mayuripatel)

    hello,

    this error “Fatal error: Cannot redeclare wp_crop_image() (previously declared in /home2/fyifergy/public_html/wp-admin/includes/image.php:25″, it means that your script is trying to declare the same function multiple times.

    This means one of the following things:

    • The function is defined in two separate files
    • The function is defined in two places in the same file

    Most likely, this file is being loaded twice — meaning that the problem is not in this code. If you are using “require” to load the file, you can fix this simply by using “require_once” instead.

    This point can be fixed easily by using include_once instead of include when including your PHP file.

Viewing 1 replies (of 1 total)
  • The topic ‘Page Down’ is closed to new replies.