dapickboy
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] AMP validation had errors:Here, we had the Cloudflare plugin rewriting urls. Disabling this option cleared all these errors.
Forum: Plugins
In reply to: [Responsify WP] Illegal string offset warningmmmh…
I had to deactivate RWP to make it work, but the native implementation works.
Except that it’s not returning (as RWP do) the ‘http:’ prefix in the URL, it begins with the “//”.
Can it be some hint for us ?Forum: Plugins
In reply to: [Responsify WP] Illegal string offset warningNo ! I did not. I’ll try that and see what it returns.
Forum: Plugins
In reply to: [Responsify WP] Illegal string offset warningNo, apparently not.
But we have a special config for FTP, don’t know if there’s an impact. We also use Cloudflare, maybe it can be something with the url rewriting at some point ?I’ve checked again for the URLs, and I see that some debug info are completely missing while RWP have done it’s job and outputted the img tag. Especially inside the_content.
Also, I’m still using the old fashion call to RWP (Picture::create), do you advise me to change it to the “rwp_img();” function ?
Thx for your support !
Forum: Plugins
In reply to: [Responsify WP] Illegal string offset warningHi ! We use our own-coded theme, and unfortunately I can’t send it here…
But you’re pointing me to a good direction, it seems something prevent RWP from getting the correct ID… I’ll check functions.php to see if something here could interfere.But still, the image is loaded. So there’s a fallback if RWP fails ? Or might the problem be elsewhere ?
Forum: Plugins
In reply to: [Responsify WP] Illegal string offset warningHi stefan,
have you come across those errors now ?
They’re still filling pages on my logs, and I don’t if it’s affecting the site perfs or not.I don’t really have clues about what happens but it seems though, that there’s only one error thrown for each page AND it also seems that the debug don’t print comment for the first image using Responsify WP… but as it doesn’t print info I can’t tell you more on this…
Forum: Plugins
In reply to: [EWWW Image Optimizer] Can't get it to see the executables since 2.4.5I’ve been in touch with the support at CleverCloud and they found something. It seems we have a two factors problem :
1 – The binaries installed with EWWW IO were linked to libs that are not on the system. For example, jpegtran, want libpng12 but we are on libpng16 on these servers instances.
Might have work intermittently during some update of the instances system (when passing from one instance to another, like you thought).2 – They don’t have all the tools needed (optipng, jpegtran, gifsicle… ) installed on they’re servers so it could not fallback to system tools
They will install the required tools, I’ll see if it’s ok and I’ll update this post then.
Thanks for your time and efforts !
Forum: Plugins
In reply to: [Responsify WP] Illegal string offset warningSorry, I meant : it seems that the images don’t always have HEIGHT and width referenced for the ‘full’ size. 😉
Forum: Plugins
In reply to: [Responsify WP] Illegal string offset warningHi !
I got back on these errors and weeks after, there still here.Looking at the logs, It seems the error is just sent 1 time, I mean one time per visit, 1 error for the width and one for the height. But impossible to tell which image do this… one sure thing we don’t have small image, as you suggested earlier.
After checking the plugin code, and the exact lines mentioned (always the same), I decided to put an if (isset(…)) around the array declared here. And it seems to have stopped the errors, without breaking functionality.
In create_responsive_image.php, line 55 :
if ( isset($image_meta_data['width']) && isset($image_meta_data['height']) ) { $image_meta_data['sizes']['full'] = array( 'width' => $image_meta_data['width'], 'height' => $image_meta_data['height'] ); }I don’t know why, but it seems that the images don’t always have image and width referenced for the ‘full’ size.
So wait and see.Forum: Plugins
In reply to: [EWWW Image Optimizer] Can't get it to see the executables since 2.4.5Hi !
I’ve told CleverCloud about your deductions this morning, and for now I’m waiting for an answer from them.Thanks !
Forum: Plugins
In reply to: [EWWW Image Optimizer] Can't get it to see the executables since 2.4.5And what if I uninstall the exes, will it force the plugin to re-install them, maybe more cleanly on all scalers ?
Forum: Plugins
In reply to: [EWWW Image Optimizer] Can't get it to see the executables since 2.4.5Hi ! Sorry for the delay, we’re not working on the same time zone 😉
We have auto-scalability ‘on’. And it can scale from 1 to 4 instances.
Here’s a “non-working” install debug log, similar to the previous one I think :
http://pastebin.com/xKFdA9eCForum: Plugins
In reply to: [EWWW Image Optimizer] Can't get it to see the executables since 2.4.5We work with Clever Cloud : http://www.clever-cloud.com
We’re on a ‘S’ or ‘M’ Scaler.
There is no ‘plan’ as seen on most webhost. It’s more a ‘pay what you consume’ offer.Forum: Plugins
In reply to: [EWWW Image Optimizer] Can't get it to see the executables since 2.4.5Actually I think we’re on a dedicated hosting.
I can send you a debug log from the other WP, but I don’t think it’s on the same server.
But still, it’s clustered.I’m sorry I’m just a bit confused as the host consider ‘apps’ and not ‘servers’ so it seems the servers are dedicated, but I don’t really know (indeed I’m not managing this part of the project).
Forum: Plugins
In reply to: [EWWW Image Optimizer] Can't get it to see the executables since 2.4.5Yeah, sorry I’ve not been back here, but I’ve no real news.
Strange thing I have another account from them, and it works like a charm.I also asked then if they have the exe needed installed on the system.
They told me they have jpegtran in /usr/bin, it’s not found too… so I don’t know 🙁
I told them so, but I have no return for now.Thx for your help and patience.