Forum


Replies: 9   Views: 4367
Cannot find image
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 jc.021286  · 11-09-2014 - 04:53

After digging through the createDocx.inc for the past 9 hours. I seem to have found several things. 1. I can add an image from a known URL with a relative path (ex: '../../images/10.jpg') Though when i use the absolute path (ex: 'www....' or 'http://....' or 'https://...' this will throw errors) 2. working through the things. I can forcefully get the CreateDocx.inc => AddImage to add my image and finish that subroutine. THough later on, I get a: DOMDocument::loadXML(): EntityRef: expecting ';' in Entity, line:2 in /.../classes/AutoLoader.inc(64) :eval()'d code is the program looking for the URL to be escaped of ampersands? or it does not like multiple periods in the URL. Any assistance in this matter will help with moving us towards upgrading from pro to corporate if successful. This would also mean that our customers who want to run our software on their own servers would need pro licenses as well. So it would help with getting multiple corporate or enterprise licenses lined up in the next 6-12 months.