Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(v 1.10.1) Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch! #8

Closed
splaquet opened this issue May 3, 2023 · 18 comments
Assignees
Labels
External Code Changed Code Ouside This Repository Changed wp media regenerate WP-CLI media regenerate support https://github.com/wp-cli/media-command/

Comments

@splaquet
Copy link

splaquet commented May 3, 2023

I'm actually running into this error now, myself.

$ wp media regenerate --yes
Found 103 images to regenerate.
Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch!
Lib::error: Wrong editor class selected: WP_Image_Editor_Imagick
Lib::error: Function get_warp_editor() returned an error: Wrong editor class selected: WP_Image_Editor_Imagick1/103 Regenerated thumbnails for "cropped-AD_Logo_4color.png" (ID 2528).
Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch!
Lib::error: Wrong editor class selected: WP_Image_Editor_Imagick
Lib::error: Function get_warp_editor() returned an error: Wrong editor class selected: WP_Image_Editor_Imagick2/103 Regenerated thumbnails for "image" (ID 2527).
Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch!
Lib::error: Wrong editor class selected: WP_Image_Editor_Imagick
Lib::error: Function get_warp_editor() returned an error: Wrong editor class selected: WP_Image_Editor_Imagick```

I looked into updating:
``` nano +486 warp-imagick/classes/class-shared.php```

but found that line 486 already had:
```				return new \WP_Error( 'warp-imagick', $msg );```

also, this error came up a few times:
```Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch!
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile```

i looked into the file, thinking that it might be one of our PDFs that we have within this media library... but it ended up being a pretty normal jpg image.

i tried installing a few additional png mods on the server, but that didn't seem to have any effect.

any suggestions?

...i almost forgot to mention, this is a WordOps webstack.  other than a few plugins, i'd like to believe that this install is quite identical to our other installs.
@ddur
Copy link
Owner

ddur commented May 4, 2023

It could be a plugin conflict or new changes in wp media regenerate.

Does regenerate work from web interface?

Test:

  1. Enable wp-debug in wp-config.php
define( 'WP_DEBUG', true );
  1. deactivate and activate plugin. Is there any activation error?

  2. Go to plugin settings page, refresh and check for messages.

  3. regenerate one image and go back to 3)

Some images may indeed have invalid metadata

libpng warning: iCCP: known incorrect sRGB profile

Warning is not from plugin. Try to disable conversion to sRGB. Or convert those problematic images to sRGB and upload again (or direct replace via ftp/ssh).

There is an experimental setting in plugin that will force conversion to sRGB, even when color profile is undefined / unknown. But I never got such an image to test it. Try it.

@ddur
Copy link
Owner

ddur commented May 4, 2023

Maybe this could help with images https://wordpress.org/support/topic/convert-rgb-to-srgb/

@ddur
Copy link
Owner

ddur commented May 4, 2023

I recently tested wp media regenerate for issue #5, but couldn't reproduce the errors. Maybe I still have older version of WP-CLI.

@ddur
Copy link
Owner

ddur commented May 5, 2023

@splaquet

WP-CLI 2.5.0 works well, no errors. On PHP 7.4 (cli).

WP-CLI 2.7.0 generates weird errors. On PHP 7.4 (cli).
It is much worse with PHP 8.2 (cli) which I guess should be supported in latest WP-CLI version by now.

Do you have Performance Lab plugin activated?
It is EXPERIMENTAL, REMOVE IT FROM YOUR SITES.

@ddur
Copy link
Owner

ddur commented May 5, 2023

@splaquet

libpng warning: iCCP: known incorrect sRGB profile

Warning is probably not due to wrong ICC profile, but because of incompatibility with recent changes in WP-CLI.

I'm still investigating ...

@ddur ddur self-assigned this May 5, 2023
@ddur ddur added the bug Something isn't working label May 5, 2023
@splaquet
Copy link
Author

splaquet commented May 5, 2023

WP-CLI 2.5.0 works well, no errors. On PHP 7.4 (cli).
We're in a /dev environment, so I've been using the wp-cli --nightly builds (for as frequently that I update wp-cli)

Do you have Performance Lab plugin activated? It is EXPERIMENTAL, REMOVE IT FROM YOUR SITES.
I DO actually have the Performance Lab plugin activated. I can't retry everything the moment, but I will try deactivating that plugin, giving it another go, and see what happens.

FYI... I'd been in touch with the Performance Labs developers on an issue I was experiencing with Elementor Pro. When I ONLY had WebP files uploaded, it was generating WARPED JPGs!!!! it was also replacing the WebP files that I had used with those warped .jpgs. No Bueno!!!

When they came back with an update, they said that it doesn't appear that WebP files can be generated from WP-CLI (but, I can't help but notice that yours seems to work 😉)

when I followed your advice above (deactivate/reactivate via GUI, then watch debug.log while regenerating media), here's what I got. mind you, I tried swapping around a few of the plugin's settings during the process.

...worth noting, they regenerated!

(my apologies in advance for the repeating errors)

$ tail -f wp_debug.log [05-May-2023 16:28:30 UTC] Lib::debug: WP Auto update is enabled for this plugin. [05-May-2023 16:28:30 UTC] PHP Warning: Attempt to read property "post_type" on null in /htdocs/wp-content/themes/Avada/includes/lib/inc/class-fusion.php on line 471 [05-May-2023 16:31:27 UTC] Lib::debug: WP Auto update is enabled for this plugin. [05-May-2023 16:31:27 UTC] PHP Warning: Attempt to read property "post_type" on null in /htdocs/wp-content/themes/Avada/includes/lib/inc/class-fusion.php on line 471 [05-May-2023 16:31:33 UTC] Lib::debug: WP Auto update is enabled for this plugin. [05-May-2023 16:31:33 UTC] PHP Warning: Attempt to read property "post_type" on null in /htdocs/wp-content/themes/Avada/includes/lib/inc/class-fusion.php on line 471 [05-May-2023 16:45:38 UTC] Lib::debug: WP Auto update is enabled for this plugin. [05-May-2023 16:45:38 UTC] PHP Warning: Attempt to read property "post_type" on null in /htdocs/wp-content/themes/Avada/includes/lib/inc/class-fusion.php on line 471 [05-May-2023 16:46:28 UTC] Lib::debug: WP Auto update is enabled for this plugin. [05-May-2023 16:46:28 UTC] PHP Warning: Attempt to read property "post_type" on null in /htdocs/wp-content/themes/Avada/includes/lib/inc/class-fusion.php on line 471 [05-May-2023 16:46:48 UTC] Lib::debug: WP Auto update is enabled for this plugin. [05-May-2023 16:46:48 UTC] PHP Warning: Attempt to read property "post_type" on null in /htdocs/wp-content/themes/Avada/includes/lib/inc/class-fusion.php on line 471 [05-May-2023 16:47:35 UTC] Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch! [05-May-2023 16:47:38 UTC] Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch! [05-May-2023 16:47:52 UTC] Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch! [05-May-2023 16:48:04 UTC] Lib::debug: WP Auto update is enabled for this plugin. [05-May-2023 16:48:04 UTC] PHP Warning: Attempt to read property "post_type" on null in /htdocs/wp-content/themes/Avada/includes/lib/inc/class-fusion.php on line 471 [05-May-2023 16:48:07 UTC] Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch! [05-May-2023 16:48:20 UTC] Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch! [05-May-2023 16:48:28 UTC] Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch! [05-May-2023 16:48:29 UTC] Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch! [05-May-2023 16:48:29 UTC] Lib::error: Post mime-type doesn't match main/attached image mime-type :image/jpeg. [05-May-2023 16:48:31 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:31 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:31 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1473-B-jpg.webp [05-May-2023 16:48:31 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:31 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:31 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:31 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1473-B-jpg.webp [05-May-2023 16:48:31 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:34 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:34 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:34 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1644-B-jpg.webp [05-May-2023 16:48:34 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:34 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:34 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:34 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1644-B-jpg.webp [05-May-2023 16:48:34 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:36 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:36 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:36 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1695-B.jpg [05-May-2023 16:48:36 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:36 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:36 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:36 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1695-B.jpg [05-May-2023 16:48:36 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:39 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:39 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:39 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1648-B.jpg [05-May-2023 16:48:39 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:39 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:39 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:39 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1648-B.jpg [05-May-2023 16:48:39 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:43 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:43 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:43 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1640-B-jpg.webp [05-May-2023 16:48:43 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:43 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:43 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:43 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1640-B-jpg.webp [05-May-2023 16:48:43 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:43 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:43 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:43 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1638-B-jpg.webp [05-May-2023 16:48:43 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:43 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:43 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:43 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1638-B-jpg.webp [05-May-2023 16:48:43 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:44 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:44 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:44 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_0009B.jpg [05-May-2023 16:48:44 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:44 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:44 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:44 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_0009B.jpg [05-May-2023 16:48:44 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:47 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:47 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:47 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/SDC15471B.jpg [05-May-2023 16:48:47 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:47 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:47 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:47 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/SDC15471B.jpg [05-May-2023 16:48:47 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:51 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:51 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:51 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1655B.jpg [05-May-2023 16:48:51 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:51 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:51 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:51 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1655B.jpg [05-May-2023 16:48:51 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:55 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:55 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:55 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/About-Us-jpg.webp [05-May-2023 16:48:55 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:55 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:55 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:55 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/About-Us-jpg.webp [05-May-2023 16:48:55 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:57 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:57 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:57 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Application-Benefits-jpg.webp [05-May-2023 16:48:57 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:57 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:57 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:57 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Application-Benefits-jpg.webp [05-May-2023 16:48:57 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:59 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:59 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:59 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/aboutus-jpg.webp [05-May-2023 16:48:59 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:48:59 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:48:59 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:48:59 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/aboutus-jpg.webp [05-May-2023 16:48:59 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:02 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:02 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:02 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/3-Labsink_4resize-B-jpg.webp [05-May-2023 16:49:02 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:02 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:02 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:02 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/3-Labsink_4resize-B-jpg.webp [05-May-2023 16:49:02 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:04 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:04 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:04 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1873B-jpg.webp [05-May-2023 16:49:04 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:04 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:04 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:04 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_1873B-jpg.webp [05-May-2023 16:49:04 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:05 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:05 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:05 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/SDC15501_R1B.jpg [05-May-2023 16:49:05 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:05 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:05 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:05 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/SDC15501_R1B.jpg [05-May-2023 16:49:05 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:09 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:09 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:09 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/869739128-jpg.webp [05-May-2023 16:49:09 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:09 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:09 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:09 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/869739128-jpg.webp [05-May-2023 16:49:09 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:13 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:13 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:13 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/869710801-jpg.webp [05-May-2023 16:49:13 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:13 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:13 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:13 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/869710801-jpg.webp [05-May-2023 16:49:13 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:18 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:18 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:18 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Capture-3.png [05-May-2023 16:49:18 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:18 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:18 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:18 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Capture-3.png [05-May-2023 16:49:18 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:23 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:23 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:23 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Capture-2.png [05-May-2023 16:49:23 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:23 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:23 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:23 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Capture-2.png [05-May-2023 16:49:23 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:27 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:27 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:27 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Capture-1.png [05-May-2023 16:49:27 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:27 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:27 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:27 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Capture-1.png [05-May-2023 16:49:27 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:31 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:31 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:31 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Capture.png [05-May-2023 16:49:31 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:31 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:31 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:31 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Capture.png [05-May-2023 16:49:31 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:34 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:34 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:34 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Customer-Support-jpg.webp [05-May-2023 16:49:34 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:34 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:34 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:34 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Customer-Support-jpg.webp [05-May-2023 16:49:34 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:36 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:36 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:36 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Witch-Hazel-Products-jpg.webp [05-May-2023 16:49:36 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:36 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:36 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:36 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Witch-Hazel-Products-jpg.webp [05-May-2023 16:49:36 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:38 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:38 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:38 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7061C-1-jpg.webp [05-May-2023 16:49:38 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:38 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:38 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:38 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7061C-1-jpg.webp [05-May-2023 16:49:38 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:40 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:40 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:40 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_9103-C-jpg.webp [05-May-2023 16:49:40 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:40 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:40 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:40 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_9103-C-jpg.webp [05-May-2023 16:49:40 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:41 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:41 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:41 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7061C-jpg.webp [05-May-2023 16:49:41 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:41 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:41 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:41 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7061C-jpg.webp [05-May-2023 16:49:41 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:43 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:43 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:43 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7061B-jpg.webp [05-May-2023 16:49:43 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:43 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:43 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:43 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7061B-jpg.webp [05-May-2023 16:49:43 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:45 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:45 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:45 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/distill_glassLG-jpg.webp [05-May-2023 16:49:45 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:45 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:45 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:45 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/distill_glassLG-jpg.webp [05-May-2023 16:49:45 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:46 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:46 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:46 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/CertLogos2.png [05-May-2023 16:49:46 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:46 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:46 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:46 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/CertLogos2.png [05-May-2023 16:49:46 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:47 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:47 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:47 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/869228231-jpg.webp [05-May-2023 16:49:47 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:47 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:47 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:47 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/869228231-jpg.webp [05-May-2023 16:49:47 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:51 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:51 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:51 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Layer-1.png [05-May-2023 16:49:51 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:51 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:51 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:51 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/03/Layer-1.png [05-May-2023 16:49:51 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:53 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:53 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:53 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/02/American-Distilling.png [05-May-2023 16:49:53 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:53 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:53 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:53 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/02/American-Distilling.png [05-May-2023 16:49:53 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:53 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:53 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:53 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/american-distilling.png [05-May-2023 16:49:53 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:53 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:53 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:53 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/american-distilling.png [05-May-2023 16:49:53 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:54 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:54 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:54 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/plant_in_hand-jpg.webp [05-May-2023 16:49:54 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:54 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:54 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:54 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/plant_in_hand-jpg.webp [05-May-2023 16:49:54 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:54 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:54 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:54 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/WitchHazelBloom4LG-jpg.webp [05-May-2023 16:49:54 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:54 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:54 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:54 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/WitchHazelBloom4LG-jpg.webp [05-May-2023 16:49:54 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:56 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:56 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:56 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/leaf_bottle-jpg.webp [05-May-2023 16:49:56 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:56 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:56 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:56 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/leaf_bottle-jpg.webp [05-May-2023 16:49:56 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:56 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:56 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:56 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/plants_testtube-jpg.webp [05-May-2023 16:49:56 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:56 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:56 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:56 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/plants_testtube-jpg.webp [05-May-2023 16:49:56 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:56 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:56 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:56 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/WitchHazelBloom3LG-jpg.webp [05-May-2023 16:49:56 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:56 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:56 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:56 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/WitchHazelBloom3LG-jpg.webp [05-May-2023 16:49:56 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:58 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:58 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:58 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/branch_bottles.png [05-May-2023 16:49:58 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:58 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:58 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:58 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/branch_bottles.png [05-May-2023 16:49:58 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:58 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:58 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:58 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/WitchHazelBloom2LG-jpg.webp [05-May-2023 16:49:58 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:58 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:58 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:58 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/WitchHazelBloom2LG-jpg.webp [05-May-2023 16:49:58 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:59 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:59 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:59 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/WitchHazelBloomLG1-jpg.webp [05-May-2023 16:49:59 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:49:59 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:49:59 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:49:59 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/WitchHazelBloomLG1-jpg.webp [05-May-2023 16:49:59 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:00 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:00 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:00 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/WitchHazelBloomLG-jpg.webp [05-May-2023 16:50:00 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:00 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:00 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:00 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/WitchHazelBloomLG-jpg.webp [05-May-2023 16:50:00 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:01 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:01 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:01 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/pod_closeLG-jpg.webp [05-May-2023 16:50:01 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:01 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:01 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:01 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/pod_closeLG-jpg.webp [05-May-2023 16:50:01 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:07 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:07 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:07 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/podsLG-jpg.webp [05-May-2023 16:50:07 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:07 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:07 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:07 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/podsLG-jpg.webp [05-May-2023 16:50:07 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:09 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:09 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:09 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/HorzBranchLG-jpg.webp [05-May-2023 16:50:09 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:09 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:09 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:09 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/HorzBranchLG-jpg.webp [05-May-2023 16:50:09 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:10 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:10 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:10 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/inner-slider-jpg.webp [05-May-2023 16:50:10 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:10 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:10 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:10 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/inner-slider-jpg.webp [05-May-2023 16:50:10 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:13 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:13 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:13 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/Pharma-jpg.webp [05-May-2023 16:50:13 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:13 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:13 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:13 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/Pharma-jpg.webp [05-May-2023 16:50:13 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:14 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:14 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:14 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/elements-jpg.webp [05-May-2023 16:50:14 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:14 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:14 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:14 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/elements-jpg.webp [05-May-2023 16:50:14 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:15 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:15 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:15 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/Cosmetics2-jpg.webp [05-May-2023 16:50:15 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:15 UTC] Lib::error: Regenerate wp_create_image_subsizes( $file, _ ) doesn't match [file] or [original_image] [05-May-2023 16:50:15 UTC] Lib::debug_var: $this->my_gen_file_path: /htdocs/wp-content/uploads/2020/03/IMG_7261-B-jpg.webp [05-May-2023 16:50:15 UTC] Lib::debug_var: $new_file_path: /htdocs/wp-content/uploads/2020/01/Cosmetics2-jpg.webp [05-May-2023 16:50:15 UTC] Lib::debug_var: $new_orig_path: [05-May-2023 16:50:15 UTC] Lib::debug: WP Auto update is enabled for this plugin. [05-May-2023 16:50:15 UTC] PHP Warning: Attempt to read property "post_type" on null in /htdocs/wp-content/themes/Avada/includes/lib/inc/class-fusion.php on line 471

@splaquet
Copy link
Author

splaquet commented May 5, 2023

@splaquet
Copy link
Author

splaquet commented May 5, 2023

OH! ...but, I'd forgotten to mention that the $ wp media regenerate --skip-delete --yes seems to have worked. or rather, it didn't kick out the bulk of those errors.

the PDFs kicked out errors... they can be ignored

$ wp media regenerate --skip-delete --yes Found 103 images to regenerate. 1/103 Regenerated thumbnails for "cropped-AD_Logo_4color.png" (ID 2528). 2/103 Regenerated thumbnails for "image" (ID 2527). 3/103 Regenerated thumbnails for "image" (ID 2526). 4/103 Regenerated thumbnails for "American Distilling logo" (ID 2525). Warning: attempt to perform an operation not allowed by the security policy PDF' @ error/constitute.c/IsCoderAuthorized/421 (ID 2498)
Warning: Read error while retrieving metadata. (ID 2498)
5/103 Couldn't regenerate thumbnails for "AD Sell Sheet_Witch Hazel with Alcohol" (ID 2498).
Warning: attempt to perform an operation not allowed by the security policy PDF' @ error/constitute.c/IsCoderAuthorized/421 (ID 2497) Warning: Read error while retrieving metadata. (ID 2497) 6/103 Couldn't regenerate thumbnails for "AD Sell Sheet_Witch Hazel Distillates" (ID 2497). Warning: attempt to perform an operation not allowed by the security policy PDF' @ error/constitute.c/IsCoderAuthorized/421 (ID 2496)
Warning: Read error while retrieving metadata. (ID 2496)
7/103 Couldn't regenerate thumbnails for "AD Sell Sheet_Certified Organic" (ID 2496).
8/103 Regenerated thumbnails for "American Distilling" (ID 2449).
9/103 Regenerated thumbnails for "American Distilling logo" (ID 2414).
10/103 Regenerated thumbnails for "Witch Hazel" (ID 2378).
11/103 Regenerated thumbnails for "Witch Hazel" (ID 2353).
12/103 Regenerated thumbnails for "Witch Hazel" (ID 2351).
13/103 Regenerated thumbnails for "Witch Hazel" (ID 2318).
14/103 Regenerated thumbnails for "Witch Hazel" (ID 2306).
15/103 Regenerated thumbnails for "Witch Hazel" (ID 2304).
16/103 Regenerated thumbnails for "Witch Hazel" (ID 2299).
17/103 Regenerated thumbnails for "Witch Hazel" (ID 2295).
`

@ddur
Copy link
Owner

ddur commented May 5, 2023

In one wp media regenerate --yes test run, while active, "performance lab" plugin (I guess) renamed all thumbnails.jpeg to thumbnails.webp. That is not compatible with serving jpeg to older browsers. I deactivated it.

@splaquet
Copy link
Author

splaquet commented May 5, 2023 via email

@ddur
Copy link
Owner

ddur commented May 5, 2023

Warp iMagick handles only uploaded JPEG/PNG media types. Has nothing to do with uploaded WebP or PDF media.

@ddur
Copy link
Owner

ddur commented May 5, 2023

AFAIK, WordPress already allows uploading WebP and (re)generating WebP thumbnails.
WordPress 5.8 adds WebP support

I'm not sure if they exactly know what and why they are doing with images in the Performance Lab.

@ddur
Copy link
Owner

ddur commented May 5, 2023

wp-cli/media-command#149

I do not know if wp media regenerate ever added support for regenerating WebP media, issue is still open.

@ddur ddur added wp media regenerate WP-CLI media regenerate support https://github.com/wp-cli/media-command/ and removed bug Something isn't working labels May 6, 2023
@ddur
Copy link
Owner

ddur commented May 7, 2023

@splaquet

  1. Latest (2.7.1) wp media regenerate calls one filter twice, but that is handled by Warp iMagick in the way that does not break anything. So Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch! is OK as long as you do not activate Performance Lab plugin or don't enable Performance Lab options described in answer below.

I expect to fix/remove that error report in the next version of Warp iMagick.

  1. Errors
    Lib::error: Wrong editor class selected: WP_Image_Editor_Imagick
    Lib::error: Function get_warp_editor() returned an error: Wrong editor class selected: WP_Image_Editor_Imagick1/103 Regenerated thumbnails for "cropped-AD_Logo_4color.png" (ID 2528).
    
    are caused by Performance Lab plugin because it removes/overrides 'Warp_Image_Editor_Imagick', same as few other conflicting plugins. In the next version of Warp iMagick, I may try to avoid overriding of editor, if possible. If not, plugin conflict warning will be displayed.

@ddur
Copy link
Owner

ddur commented May 7, 2023

@splaquet

As long as you DISABLE (don't enable).

[_] Enable Dominant Color Images.

Which replaces Warp_iMagick_Image_Editor Class with another _Image_Editor Class that implements function to get Image Dominant Color. Dominant Color is supposed to be used as image background color (visual improvement for lazy loaded images, I guess).

[_] Enable WebP Uploads.
Creates WebP versions for new JPEG image uploads if supported by the server.

Reasons to disable (as far as I know):

  1. Conversion to WebP may not be available in currently installed ImageMagick library.
  2. When conversion to WebP is available, on JPEG image upload, WebP thumbnails are created, NOT JPEG, only original image is left in JPEG format. JPEG thumbnails can't be served to older browsers.
  3. When Warp iMagick is active it expects to find JPEG thumbnails, but they do not exists, they are replaced with another media type. That may be cause of ICC:profile error.

Other Performance Lab options should work fine when enabled.

BTW: My test version of PL is 2.2.0.

@ddur
Copy link
Owner

ddur commented May 10, 2023

Closing.

  1. Error related to wp media regenerate (WP-CLI) support is handled and fix will be published with next update/release. Error is emitted by 'defensive programming style' to detect and handle unexpected / unpredictable situations. Like this one where wp media regenerate (WP-CLI), version above 2.5.0, applies 'intermediate_image_sizes_advanced' filter outside of context of *_Image_Editor Class. As error is not critical, it doesn't break anything, just ignore it until next release.

  2. Errors related to Performance Lab plugin are moved to new issue: (v 1.10.1) Performance Lab plugin conflicts #9

@ddur ddur closed this as completed May 10, 2023
@ddur ddur changed the title Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch! (v 1.10.1) Lib::error: Regenerate wp_create_image_subsizes( _, $attachment_id ) argument mismatch! May 28, 2023
@ddur ddur added the External Code Changed Code Ouside This Repository Changed label May 28, 2023
@ddur
Copy link
Owner

ddur commented Jul 14, 2023

@splaquet

OH! ...but, I'd forgotten to mention that the $ wp media regenerate --skip-delete --yes seems to have worked. or rather, it didn't kick out the bulk of those errors.

Here was more than one issue.
It should be working now without --skip-delete argument. See #12.

@ddur
Copy link
Owner

ddur commented Jul 14, 2023

@splaquet

libpng warning: iCCP: known incorrect sRGB profile

Recently I got the same message on one specific PNG image.

As far as I can tell, libpng warning (via php-gd),
is telling us that image has incorrect sRGB profile,
but that incorrect profile is known/recognized by libpng.

It's because libpng 1.6 does more checking of the pngs, and one or more of the png files used has an old sRGB profile.

Image is still regenerated without other errors/warnings.
Nothing to do with Warp iMagick plugin or with wp media regenerate command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
External Code Changed Code Ouside This Repository Changed wp media regenerate WP-CLI media regenerate support https://github.com/wp-cli/media-command/
Projects
None yet
Development

No branches or pull requests

2 participants