fkrauthan
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-mpdf] There has been a critical error on this site.What PHP version are you currently using?
Forum: Plugins
In reply to: [wp-mpdf] There has been a critical error on this site.Did you check your PHP Server logs? Usually this happens if some php extension is not enabled for example. Or if you are running a very outdated PHP version.
Forum: Plugins
In reply to: [wp-mpdf] Initialize mPDF without MarginsHi, I don’t fully understand what you are doing there as this does not seem to be a wp-mpdf template (the code snippet posted above).
Forum: Plugins
In reply to: [wp-mpdf] Images broken + webdiste crashed after update pluginYeah like I said unfortunately it seem to be server/environment specific. You could also try posting in the support board for mpdf (the underlying PDF library) if they have any ideas what could be looked at to troubleshoot this.
Forum: Plugins
In reply to: [wp-mpdf] Images broken + webdiste crashed after update pluginYeah everything looks alright. So the only three causes I can imagine is:
- The cache directory it tries to download the image into is not writeable
- The server does not allow an outgoing https request to download the images (for PDF purpose).
- The images are in a format that mpdf can’t process (maybe try enabling the GD extension incase that one is not enabled)
Unfortunately that is all I can think of. Given that other people have no issues with images it is most likely the PHP/Server setup.
Forum: Plugins
In reply to: [wp-mpdf] Images broken + webdiste crashed after update pluginHmm the HTML looks fine. But the attached original file also shows images? Or what is that second file suppose to be?
Forum: Plugins
In reply to: [wp-mpdf] Images broken + webdiste crashed after update pluginHmm no that is usually when we see issues with this. One more thing is you could try enabling Debugging inside the plugin settings. that will generate a HTML file you can open. Take that HTML file and take a look at the URLs for images. Then try to open them from the browser and see if that fails.
Forum: Plugins
In reply to: [wp-mpdf] Images broken + webdiste crashed after update pluginDid you check your php error logs? This sounds very much like an issue with file permissions (check the setup instructions) where the PDF generation process is not able to ether download or store the images embedded in the page.
Forum: Plugins
In reply to: [wp-mpdf] ACF fileds / meta boxesIn that case I can not help unfortunately. A lot of people got it working with all sorts of character sets. But should you find some option that needs to be set in MPDF please create a merge request and I am more then happy to release a new version with the addition.
Forum: Plugins
In reply to: [wp-mpdf] ACF fileds / meta boxesYou can not modify the mpdf folder as that will be wiped out on plugin update. But again there is an encoding option inside the plugin options page you need to play around with.
Forum: Plugins
In reply to: [wp-mpdf] ACF fileds / meta boxesDid you try different encodings the plugin offers inside the config page?
Forum: Plugins
In reply to: [wp-mpdf] ACF fileds / meta boxesThe same way you would integrate ACF fields into any template. Just create a copy of the default PDF template and edit it. Then select it as the template to use.
Forum: Plugins
In reply to: [wp-mpdf] Getting Started Which Header File? / Where is Doco?Sorry I don’t understand your question. What are you trying todo. This plugin can not really be used to use mPDF directly. For that I recommend downloading the pdf engine directly.
Forum: Plugins
In reply to: [wp-mpdf] Cyrillic encoding issuesForum: Plugins
In reply to: [wp-mpdf] No Polish charactersYeah unfortunately I don’t know what would be required for Polish. I do know people got all sorts of character sets working with playing around with the settings.