• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: DOMPDF_ENABLE_REMOTE is set to FALSE

DOMPDF_ENABLE_REMOTE is set to FALSE 12 years 8 months ago #18655

Hi guys,
I love the idea of PDF attachment for RSForms. However, when I include an image in the form, I get this following error message on the PDF in place of every image.

DOMPDF_ENABLE_REMOTE is set to FALSE
The original Geek in Disguise - Social Media with [url={http://www.SocialMagnitude.com}]Social Magnitude[/url], Web Dev [url={http://www.MaloofMoneyCup.com}]Maloof Money Cup[/url] ~ Can be found in Fabulous Las Vegas ~ At some point, I will get a song stuck in your head
The administrator has disabled public write access.

Re: DOMPDF_ENABLE_REMOTE is set to FALSE 12 years 8 months ago #18656

OK If anyone else is having this problem, I switched out the URL of the images to using the document root path & that worked.
The original Geek in Disguise - Social Media with [url={http://www.SocialMagnitude.com}]Social Magnitude[/url], Web Dev [url={http://www.MaloofMoneyCup.com}]Maloof Money Cup[/url] ~ Can be found in Fabulous Las Vegas ~ At some point, I will get a song stuck in your head
The administrator has disabled public write access.

Re: DOMPDF_ENABLE_REMOTE is set to FALSE 12 years 2 months ago #21602

could you please give an example of the url you used? this didn't fix it for me when resending the ticket.. using rsevents with rsforms thanks, Kate
The administrator has disabled public write access.

DOMPDF_ENABLE_REMOTE is set to FALSE 12 years 1 week ago #22678

  • unric
  • unric's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
I have the same problem what so ever I'm trying I have the same error message.

Anyone...?
The administrator has disabled public write access.

DOMPDF_ENABLE_REMOTE is set to FALSE 12 years 1 week ago #22685

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Please read the article regarding the PDF Plugin, especially the section "PDF layout and content configuration".
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
The following user(s) said Thank You: jami

DOMPDF_ENABLE_REMOTE is set to FALSE 12 years 5 days ago #22756

  • jami
  • jami's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 35
  • Thank you received: 4
yep.. worked like a champ with the {sitepath} placeholder

example:
<img src="{sitepath}/images/myimage.png" alt="" />
The administrator has disabled public write access.
The following user(s) said Thank You: jacob.rivers, rakeshy

DOMPDF_ENABLE_REMOTE is set to FALSE 7 years 9 months ago #37120

  • rakeshy
  • rakeshy's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 97
  • Thank you received: 3
Just solved this issue. It took me quite some time to figure out but in my case the Editor was causing the problem.

I had to change the plugin settings of TinyMCE.

In the third tab of the setting "Set 0" you need to set the URLs to Relative.

Then go to your RSevent and simply save the event again so the new image paths using [sitepath} will be created.

Removing all DOMPDF errors inside the PDF file.
The administrator has disabled public write access.

DOMPDF_ENABLE_REMOTE is set to FALSE 7 years 5 months ago #37540

  • rodney
  • rodney's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Some of the most common issues related to loading of remote images would be:
1. allow_url_fopen is set to false
2. your web server doesn't have read/write access to the DOMPDF_TEMP_DIR
3. DOMPDF_ENABLE_REMOTE is set to false

Sometimes the problem proves trickier to pin-point, but check those first. Also check your PHP error log (if you have on set up). And, you could also check that you are able to pull remote images by just writing a script that uses file_get_contents() to pull a remote image and see what happens.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!