Update:
Running MPS-Publisher 2.4.1
Note that upgrade to 2.4.1 has removed 503 errors.
https://ww.wp.xz.cn/support/topic/getting-erratic-503-service-temporarily-unavailable/
I am not able to increase PHP memory-limit for this hosted website.
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.
Ferran, sorry, please advise where I need to add this
Hello @bigphil1642
One of the posts you are trying to convert to a Word document should have an a tag 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,