ferranfg
Forum Replies Created
-
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Image source not readable errorHi @vnonj
Can you share a link to a post that is triggering the error? It will help me debug where the error is coming from. If you prefer to do it privately instead of here, you can email me at ferran@mpl-publisher.com
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://wordpress.org/support/topic/image-source-not-readable-error/#post-16343816
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Image source not readable errorHi @vnonj
A couple of strategies you can follow to find where the error is coming from:
- Try selecting your posts one by one to narrow if the error is general or only happens in specific posts.
- Enable the “Validate content before download” checkbox. For instance, it could show you that some img tags are missing the src.
- Check our FAQs. There are some image related errors that may help you https://docs.mpl-publisher.com/docs/faq/
Let me know how it goes.
Hi @gbewp
Cool, I didn’t know about this feature. I’ve added support for the starting number in ordered lists. I guess it will work for most readers as it’s an HTML attribute.
As this error is not as critical as the image one, I’m not releasing a public version yet. If you want to test it now, you can manually download and install the 2.5.3 version from https://wordpress.org/plugins/mpl-publisher/advanced/ (down to “Please select a specific version to download.”)
Thanks again for your message.
Regards,
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Images repeat throughout postHi @gbewp
Nice catch. I’ve just released a new version (2.5.2) which should fix this error.
Thank you for your message.
Regards,
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Does not publish for “Editors”Could you detail a bit more about how you experienced this behaviour? Theorically, only admins and super-admins are able to view the plugin details as it depends on the “manage_options” capability https://wordpress.org/support/article/roles-and-capabilities/
Regards,
Ok, I’m glad it’s working.
The Online Book URL should display a white box once it’s completed. Something like https://share.cleanshot.com/ZgFkSL
Hello,
Thank you for your message.
From what I’ve seen in my logs, the error is related to a content exceeding the max length. Just for a test, if you try a shorter text it should work as expected. I will fix it and let you know once it’s working again (probably during the weekend/starting next week).
Aside from that, the error message is wrong. This error is the default message when an unknown server error happens, but it does not make sense in this case. You can ignore it.
Regards,
Sorry, but the server was down this morning for some hours. It is up and running again, so it should be working as expected.
Thank you for your message.
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 @mnelson4
Yeah, give it a try and let me know. I’m not 100% sure it will fix it, but you can try.
The plugin has a checkbox to validate the content before generating the book https://share.cleanshot.com/YUHwpL. It can indeed be more explicit with the relationship between wrong output and validation errors. I will give a second tough to that. Thanks.
Hello @bigphil1642
One of the posts you are trying to convert to a Word document should have an
atag without a proper href (I’ve seen that<a href="#">also triggers the error). So you have to find in your selected posts which is the responsible one.I’m thinking loud but, to narrow down your search you can try creating smaller batches. Try creating a Word document for 10 posts and, if it still fails, try selecting 5 and 5.
Another solution could be running a SQL query with the text you are looking for. I’ve not tested this query, but something like
select * from wp_posts where post_content like '%href=""%' or post_content like '%href="#"could also work.Regards,
Hello @bigphil1642
I’ve found the error seems to be triggered when a link misses the href attribute (or it’s empty). I’ve been able to reproduce it by creating a Word Document from this post:
https://share.cleanshot.com/QU1qnP
Adding something like
<a href="#section">should fix the error.Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Does this work with multisite?Exactly 🙂
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Does this work with multisite?Hello @armandmorin
The plugin (free and paid) works generating a book for every site of the network. In this sense, the plugin works with multisite. However, it does not allow you to create a unique book from all your network posts.
I’m not sure to which scenario you were referring, but I hope this answer your question.
Regards,