• Resolved craigdfoster

    (@craigdfoster)


    I have a fresh WordPress 3.5 MS install. By default now 3.5 doesn’t upload images to ‘/wp-content/blog.dir/’ (unless it is an upgrade from an old version). Instead it uploads to ‘/wp-content/uploads/sites/’. The server-side process doesn’t take this into account.

    Also, from reading around, it seems the reasoning for moving away from blog.dir was to remove the need for wp-includes/ms-files.php which chewed a lot of server side resources serving images through php rather than directly. The same logic would apply here – is there a way to achieve server-side handling using a redirect or a rewrite?

    https://www.ads-software.com/extend/plugins/wp-retina-2x/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hello Craig,

    Sorry for the late reply, but I don’t have much time these days so I will only resolve the big issues and bugs during the coming weeks. If you can help me and maybe provide a solution, I will definitely test it and include it in the code. Did you find a workaround or something?

    Thread Starter craigdfoster

    (@craigdfoster)

    Hey Jordy,

    I did fix the issue. I recoded the file wr2x_retinaimages.php and changed the RewriteRule in .htaccess. I kinda just hacked it in though and haven’t tested it for backwards compatibility.

    I’d happily send the new file, but there appears to be no support for attachments on this forum. What’s the best way to send it?

    Plugin Author Jordy Meow

    (@tigroumeow)

    Can you contact me via the contact form on https://www.totorotimes.com ? I’ll get your email, then I’ll reply, then you’ll reply again with the file. Sounds so simple :p

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Server-side doesn't work with NEW 3.5 MU install’ is closed to new replies.