ajgray
Forum Replies Created
-
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not generated in cache folderThe preg_replace() call on line 146 of adaptive-images-actions.php must not be matching as expected – presumably due to the computation of $document_root above.
I have some more information for you – check for followup email.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not generated in cache folderHmm, I just installed the plugin through the WordPress admin panel. I didn’t edit .htaccess directly, it was just modified automatically when the plugin was activated.
I believe that I’m unblocked for the moment on this project, but I’d be glad to help you diagnose the absolute/relative path issue if needed. I emailed you the .htaccess file as it existed after I activated the plugin.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not generated in cache folderInteresting: in .htaccess I changed the path to the script from an absolute path to a relative one, so that instead of:
RewriteRule \.(?:jpe?g|gif|png)$ /{folders}/wp-content/plugins/adaptive-images/adaptive-images-script.php [L]it’s now instead simply:
RewriteRule \.(?:jpe?g|gif|png)$ wp-content/plugins/adaptive-images/adaptive-images-script.php [L]and it now seems to be working: http://staging.tartandruim.com/wp-content/uploads/2015/07/tartan_druim_logo.png?debug=true
I have no idea why the absolute path wasn’t working – perhaps some sort of permission issue, or path length issue? In any event, I’ll keep an eye on this; thanks for investigating and for the clue!
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not generated in cache folderHmm, no. I double checked the path in the .htaccess file, and while lengthy, it seems to be correct. I can email the .htaccess file to you if you send me your email address (I’d prefer not to post the path publicly).
I can’t imagine what “acrobatics” would be done in the file system – it’s just a path to the file.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not generated in cache folderSure, I’ve re-enabled the plugin – thanks!
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not generated in cache folderI need to restore the images to the site, so I’m going to disable the plugin again. When you have time to investigate, please ping me and I can temporarily enable it again. Thanks.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Images not generated in cache folderSure thing – since the plugin broke all images, I disabled it for now, but I’ve re-enabled it for a bit. (Folks on the extended team are reviewing the site, so I need to restore the images as soon as possible.)
Yes, I’ve attempted to access the site from Chrome Developer Tools and from real mobile devices, with real image requests and page refreshes.
Thanks!
Forum: Plugins
In reply to: [Facebook Comments] Comments doesn't appear on facebook wallsThanks!
Forum: Plugins
In reply to: [Facebook Comments] Comments doesn't appear on facebook wallssleeman, would you please elaborate on what you changed in the Application settings on Facebook to get this working? I’m seeing the same issue (comments don’t appear on the Facebook walls), and haven’t been able to get it resolved. Thanks!