Support » Networking WordPress » Has anyone used Smart Image Resizer in WPMU?

  • Resolved Steven

    (@spstieng)


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

    But when I try using it on WPMU using subdomain, it’s not working.

    The code I use to display images is this:

    <img alt="senter_forside-560x198" src="http://subdomain.mysite.no/wp-content/plugins/wp-filebrowser/image.php?width=90&height=90&cropratio=1:1&image=http://subdomain.mysite.no/files/2010/04/senter_forside-560x198.jpg">

    If I paste the image url into the browser, the image is displayed:
    http://subdomain.mysite.no/files/2010/04/senter_forside-560x198.jpg

    But if I paste the entire url:
    http://subdomain.mysite.no/wp-content/plugins/wp-filebrowser/image.php?width=90&height=90&cropratio=1:1&image=http://subdomain.mysite.no/files/2010/04/senter_forside-560x198.jpg

    then all i get is this message:
    Error: image does not exist: I:/Development/wamp/www/mysite/files/2010/04/senter_forside-300x133.jpg

    Has anyone used Smart Image Resizer in WPMU using subdomains?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Has anyone used Smart Image Resizer in WPMU?’ is closed to new replies.