Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I am using WordPress and my current theme uses timthumb for image re-sizing. I have all my media files stored in my main domain i.e. domain.com and then I create new websites for my clients on subdomains i.e. city1.domain.com.

The problem is that all my images appear broken. For what I understand it looks like it also fetches the local URL and it ends up with a false one.

Here's what I've already tried:

Set the permissions of cache and thumb.php to 777. Contacted my hosting company and made sure it's whitelisted and doesn't generate errors. Set 'TRUE' for define ( 'ALLOW_EXTERNAL') Added the main domain in the allowed sites. Set 'TRUE' for define ( 'ALLOW_EXTERNAL') in the configured file created by the theme's designers. I tried this solution http://code.google.com/p/timthumb/issues/attachmentText?id=342&aid=3420002000&name=timthumb-local-urls.patch&token=vsqVJPMS-dRI1y2C2uXU-Z1heVI%3A1358605496228 but I get an error for line #35. Here's also a link to the website http://karditsa.topgreekgyms.gr/

share|improve this question

closed as off topic by Sathya Jan 19 at 16:31

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.