Has anyone used Smart Image Resizer in WPMU?
-
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="https://subdomain.mysite.no/wp-content/plugins/wp-filebrowser/image.php?width=90&height=90&cropratio=1:1&image=https://subdomain.mysite.no/files/2010/04/senter_forside-560x198.jpg">
If I paste the image url into the browser, the image is displayed:
https://subdomain.mysite.no/files/2010/04/senter_forside-560x198.jpg
But if I paste the entire url:
https://subdomain.mysite.no/wp-content/plugins/wp-filebrowser/image.php?width=90&height=90&cropratio=1:1&image=https://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?
- The topic ‘Has anyone used Smart Image Resizer in WPMU?’ is closed to new replies.