Forum


Replies: 2   Views: 3469
Replacevariablebyhtml with downloadimages works only on lan !
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by Diagamter  · 17-02-2015 - 16:41

OK... Your code is fine ;) I apologize, my problem was due to my config and not to your component :) I asked from client to generate file with "my.server.com" which is a local DNS redirection for tests purpose... So, my server when not connected locally (LAN name) did not know where to download 'http://my.server.com/img.png' And of course, when I checked my logs, the images URL were correct !! (from client...) With a line in /etc/hosts to redirect my.server.com to itself its OK now... I can continue testing :) sorry for inconvenience !