Hi @mnelson4
Sorry for the long delay in replying to this issue, but I’ve been trying to find an explanation.
The only way I’ve been able to reproduce this error is by disabling the internet connection from the server I’m testing. For instance, I’m testing in localhost, and I disable my wifi: https://share.cleanshot.com/byXLJg
Does this ring a bell to you?
Hi, I am testing your plugin and have the same error when I choose DOCX as output format. With EPUB 2.0 as output format the generation works fine including all images!
maybe important: I am working with Linux Mint 21. Microsoft Office is not installed, but Softmaker Office, which is able to read and write DOCX-files.
-
This reply was modified 3 years, 5 months ago by
luhewiese.
Hi @luhewiese
Thank you for your message. This topic is still unresolved so let’s see if we can find together where the error is coming from.
In this case, the only way I’ve been able to reproduce this error is by disabling the internet connection from the server I’m testing. For instance, I’m testing in localhost, and I disable my wifi: https://share.cleanshot.com/byXLJg
Does the server you are testing have access to the public internet?
Also, read this reply to get some help with the debugging https://ww.wp.xz.cn/support/topic/image-source-not-readable-error/#post-16343816
Hi Ferran,
sadly I have no separate testing-system yet.
But I created a simple new block chapter page with a simple graphic:
<!-- wp:paragraph -->
<p>test</p>
<!-- /wp:paragraph -->
<!-- wp:image {"id":1876,"sizeSlug":"full","linkDestination":"none"} -->
<figure class="wp-block-image size-full"><img src="https://pothimobil.eu/wp-content/uploads/2023/01/20221231T124519_v1-e1672592840673.jpg" alt="" class="wp-image-1876"/></figure>
<!-- /wp:image -->
The error message when choosing output format DOCX for this page is:
“Could not load image image_1673005053_969252447.jpg”
A totally different filename that is not within the page. Where does this come from?
The plugin creates images on-the-fly with an optimized version to include on the ebook, so this is where the unrecognized image name is coming from.
Either way, I will use your sample and see if I can reproduce also the error. I will let you know if I need more details.
Btw, nice paella you have in there 🙂
Hi @luhewiese
I’ve been able to reproduce the error by changing the default permissions on the WordPress temp folder. Could you check if your permissions are properly configured? More info: https://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/
Hello @luhewiese
I’ve just released a new version (2.6.0) that should address this issue. Let me know how it goes. Thanks.
Regards,
Hi Ferran,
I have checked again with your new release and now it works. Thanks for your help!