Viewing 1 replies (of 1 total)
  • I had the same issue. What was mentioned in that thread was not working for me. This is how I fixed it.

    In the regenerate-thumbnails.php file, I commented out the following line

    $fullsizepath = get_attached_file( $image->ID );

    and replaced it with this

    $fullsizepath = '../wp-content/uploads/'.get_attached_file( $image->ID );

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