Title: Gutterflower's Replies | WordPress.org

---

# Gutterflower

  [  ](https://wordpress.org/support/users/gutterflower/)

 *   [Profile](https://wordpress.org/support/users/gutterflower/)
 *   [Topics Started](https://wordpress.org/support/users/gutterflower/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gutterflower/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gutterflower/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gutterflower/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gutterflower/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gutterflower/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Subdomain & Timthumb Issue](https://wordpress.org/support/topic/subdomain-timthumb-issue/)
 *  Thread Starter [Gutterflower](https://wordpress.org/support/users/gutterflower/)
 * (@gutterflower)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/subdomain-timthumb-issue/#post-4058276)
 * grrr this is stupid. It DID work fine without Domain mapping. Now it doesn’t.
 * Just switched off domain mapping. this is the same page.
 * [http://tpdb.shimmeringhorizons.com/item/paultons-park/](http://tpdb.shimmeringhorizons.com/item/paultons-park/)
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Subdomain & Timthumb Issue](https://wordpress.org/support/topic/subdomain-timthumb-issue/)
 *  Thread Starter [Gutterflower](https://wordpress.org/support/users/gutterflower/)
 * (@gutterflower)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/subdomain-timthumb-issue/#post-4058235)
 * haha I have no idea why they do it.
 * I have contacted the devs but their support is appalling. I’m lucky to get a 
   response within a week. The last one being
 * > Theme is tested on multisite and there is not required any special configuration
   > to make it work, we have tested classic configuration with sites on subdomain
   > and subfolders, where timthumb have not problem access source images…
   >  On some
   > servers was problem that there was not set up correct DOCUMENT_ROOT for each
   > one of used domains. When timthumb get source images, use document root to 
   > get image correct way to image on server.
   > Thanks, Ivan.
 * Which wasn’t much help I’m afraid. Still waiting for a response to my response
   to that.
 * Oh well thanks for giving it a go. I’ll keep trying fixes till one takes.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Subdomain & Timthumb Issue](https://wordpress.org/support/topic/subdomain-timthumb-issue/)
 *  Thread Starter [Gutterflower](https://wordpress.org/support/users/gutterflower/)
 * (@gutterflower)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/subdomain-timthumb-issue/#post-4058225)
 * It’s version 2.8.11 according to the actual timthumb.php
 * The tn.php actually just redirects to the timthum.php with this code
 *     ```
       <?php
   
       /*
       Just shortcut for timthumb.php
       In templates use macro {timthumb src => ..., w => ..., h => ...}
        */
   
       require_once dirname(__FILE__) . '/AIT/Framework/Libs/timthumb/timthumb.php';
       ```
   
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Subdomain & Timthumb Issue](https://wordpress.org/support/topic/subdomain-timthumb-issue/)
 *  Thread Starter [Gutterflower](https://wordpress.org/support/users/gutterflower/)
 * (@gutterflower)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/subdomain-timthumb-issue/#post-4058178)
 * Hi thanks for the reply.
    Much appreciate. Must be frustrating getting this question
   over and over again from new guys
 * I’ve seen that page before and it didn’t help I’m afraid. It actually knows where
   the image is. The image file in the error below is correct and its there. It 
   has the right blog id and path.
 * The website encountered an error while retrieving [http://thethemeparkdirectory.com/wp-content/themes/directory/tn.php?src=http%3A%2F%2Ftpdb.shimmeringhorizons.com%2Fwp-content%2Fuploads%2Fsites%2F6%2F2013%2F08%2FPaultonslogo.jpg&w=140&h=200](http://thethemeparkdirectory.com/wp-content/themes/directory/tn.php?src=http%3A%2F%2Ftpdb.shimmeringhorizons.com%2Fwp-content%2Fuploads%2Fsites%2F6%2F2013%2F08%2FPaultonslogo.jpg&w=140&h=200).
   It may be down for maintenance or configured incorrectly.
 * Here’s a direct link to it
    [http://tpdb.shimmeringhorizons.com/wp-content/uploads/sites/6/2013/08/Paultonslogo.jpg](http://tpdb.shimmeringhorizons.com/wp-content/uploads/sites/6/2013/08/Paultonslogo.jpg)
 * Placing the code from binarymoon into functions.php doesn’t do anything no matter
   what blog id or path I put I still get the same error. something I noticed was
   that the code on binary moon seems to think images should be in the blogs-dir
   directory
 * `/wp-content/blogs.dir/’ . $blog_id . ‘/files/’ . $imageParts[1];`
 * Mine are not and are in the
 * `/wp-content/uploads/sites/’ . $blog_id . $imageParts[1];`
 * It seems to me to be the [http://thethemeparkdirectory.com/wp-content/themes/directory/tn.php](http://thethemeparkdirectory.com/wp-content/themes/directory/tn.php)
   address which is wrong not the image source.
 * Its entirely possible I’m not understanding something fundamental here. Sorry
   if thats the case.
 * Cheers
    Dave

Viewing 4 replies - 1 through 4 (of 4 total)