-
Notifications
You must be signed in to change notification settings - Fork 9
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
Bread Hangs on external server calls #168
Comments
I cannot reproduce this problem on either of my servers. Here in Germany, the PDF is generated within a few seconds. You are also using a JPEG, which Bread (or rather MPDF, the underlying library) likes best. Maybe we will get an idea of what the hang up is by looking at the debug logs. Please update wp-config.php with
If anything interesting comes out in wp-content/debug.log, send that to me. In general though, referenced images should not only be local, they should be referenced with a relative path (ie, without "http:"). This is in any case faster, just not that much faster. |
I rewrote the directories so that all the images were called locally from the media folder in Wordpress.
I never use external calls for so many reasons.
I just mentioned it in case your saw a reason it would be hanging and when the directory finally does show up the images aren’t there in the old formats.
I’m super busy and getting my second dose of the Vaccine in the morning so I will play with this next week.
Eddie
… On Apr 23, 2021, at 12:18 PM, otrok7 ***@***.***> wrote:
I cannot reproduce this problem on either of my servers. Here in Germany, the PDF is generated within a few seconds. You are also using a JPEG, which Bread (or rather MPDF, the underlying library) likes best. Maybe we will get an idea of what the hang up is by looking at the debug logs. Please update wp-config.php with
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true);
define( 'WP_DEBUG_DISPLAY', false);`
If anything interesting comes out in wp-content/debug.log, send that to me.
In general though, referenced images should not only be local, they should be referenced with a relative path (ie, without "http:"). This is in any case faster, just not that much faster.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#168 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AMCCZRG5ZYWPHSKYNCIP4XLTKHW4FANCNFSM43PHRW6A>.
|
After updating to the new version the directories hang loading and fail to get the images called from an external image source.
Here is the json:
narcotics-anonymous-hawai-039-i-big-island-old04-23-2021.json.zip
The text was updated successfully, but these errors were encountered: