Problem broadcasting attachments
-
Hey,
I have a multisite installation with quite a few sites, but since I last updated I’m having a problem broadcasting from site Y to the main blog site (ID 1). When I have debug mode on, I can see its copying the post fine, copying the image fine, but in the wrong dir.
For example, the debug log shows that its copying from the correct path, but the target path is wrong: /wp-content/uploads/2015/01/
If I look at the broadcasted posts on site ID 1 it shows a broken image, because it assumes it was placed in /wp-content/uploads/sites/1/2015/01/Strange thing is, when I view the Broadcast information page on site ID 1, it gives me this:
array (
‘path’ => ‘/var/www/vhosts/xxxxx.com/httpdocs/wp-content/uploads/sites/1/2015/01’,
‘url’ => ‘http://www. xxxxx.com/wp-content/uploads/sites/1/2015/01’,
‘subdir’ => ‘/2015/01’,
‘basedir’ => ‘/var/www/vhosts/xxxxx.com/httpdocs/wp-content/uploads/sites/1’,
‘baseurl’ => ‘http://www.xxxxx.com/wp-content/uploads/sites/1’,
‘error’ => false,
)(replaced original main by xxxxxx)
So it seems those paths are correct. In the past, before it stopped working, it was copying the images to the correct paths.
Also it seems to me that everything is okay, just the wrong path for the image to copy to.Any idea where i can look into this issue? I don’t know if its the plugin fault, or some other setting that I’m missing.
The topic ‘Problem broadcasting attachments’ is closed to new replies.