Gutterflower
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Subdomain & Timthumb Issuegrrr this is stupid. It DID work fine without Domain mapping. Now it doesn’t.
Just switched off domain mapping. this is the same page.
Forum: Networking WordPress
In reply to: Subdomain & Timthumb Issuehaha 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
In reply to: Subdomain & Timthumb IssueIt’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
In reply to: Subdomain & Timthumb IssueHi thanks for the reply.
Much appreciate. Must be frustrating getting this question over and over again from new guysI’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. 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.jpgPlacing 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 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