Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1085083
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T22:38:36+00:00 2026-05-16T22:38:36+00:00

I’m using Smart Image Resizer for dispalying images. This works fine on single site

  • 0

I’m using Smart Image Resizer for dispalying images. This works fine on single site WP. But it does not work for WPMU.

Has anyone used Smart Image Resizer in WPMU using subdomains?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T22:38:36+00:00Added an answer on May 16, 2026 at 10:38 pm

    Ok, so I have kind of fixed it by hacking image.php file.

    The problem was that Smart Image Resizer uses DOCUMENT_ROOT to define base upload folder. It does not include wordpress upload folders (for both WP and WPMU). So I added / changed some code in image.php file to fix this.

    // Let's include WordPress libraries
    // We assume this file WILL be located in root folder
    require_once($_SERVER['DOCUMENT_ROOT'].'/wp-blog-header.php');
    
    // This must be included just after the above include. Otherwise we can get a 404 Not Found error in WPMU 
    header('HTTP/1.1 200 OK');    // ****** WordPress hack ********
    
    //Define upload dir for WordPress
    $upload_dir = wp_upload_dir();
    define('WP_IMAGE_UPLOAD_DIR', str_replace("\\","/",$upload_dir['basedir']));
    define('WP_IMAGE_UPLOAD_URL', str_replace("\\","/",$upload_dir['baseurl']));
    
    // Replace the original code to remove base URL (and upload path)
    $image = str_replace(WP_IMAGE_UPLOAD_URL,'',$_GET['image']);
    
    // Then I replace the old docRoot with the new upload path,
    // and kept the stripping of possible trailing slash off the document root
    $docRoot    = preg_replace('/\/$/', '', WP_IMAGE_UPLOAD_DIR);
    
    // Then I change the code so it uses correct upload path.
    if (!file_exists(WP_IMAGE_UPLOAD_DIR . $image))
    {
        header('HTTP/1.1 404 Not Found');
        echo 'Error: image does not exist: ' . WP_IMAGE_UPLOAD_DIR . $image;
        exit();
    }
    

    Now it works for both WP and WPMU.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
This could be a duplicate question, but I have no idea what search terms
Does anyone know how can I replace this 2 symbol below from the string
I'm not entirely sure how I managed to jack this up. http://pretty-senshi.com If you
I need to clean up various Word 'smart' characters in user input, including but
I am using JSon response to parse title,date content and thumbnail images and place
I am using jsonparser to parse data and images obtained from json response. When
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm new to using the Perl treebuilder module for HTML parsing and can't figure

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.