Forum


Replies: 6   Views: 3768
Can't add same image twice when using embedhtml on development server.
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 showmax  · 22-10-2013 - 19:51

Hi,



I was getting the license exception when testing outside of the VPN, obviously. However, I do not get any exceptions from inside the VPN. The PHP install on the server is using FastCGI. Both systems are running PHP 5.5.3, and the only PHP error I get is:



Severity: 8192  --> preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead



Here is my log4php log from the server, with a level of debug:



 2013-10-21T15:13:38-07:00 phpdocx_logger INFO  Create a temp file to use as initial ZIP file. DOCX is a ZIP file.

2013-10-21T15:13:39-07:00 phpdocx_logger INFO  Set language.

2013-10-21T15:13:40-07:00 phpdocx_logger INFO  Add converted HTML to word document.

2013-10-21T15:13:40-07:00 phpdocx_logger INFO  Set DOCX name to: C:\inetpub\wwwroot\LeadGen\eventPulse\assets\tempfiles\test.

2013-10-21T15:13:40-07:00 phpdocx_logger INFO  DOCX is a new file, not a template.

2013-10-21T15:13:40-07:00 phpdocx_logger INFO  Remove existing template tags.

2013-10-21T15:13:40-07:00 phpdocx_logger INFO  Add word/document.xml content to DOCX file.

2013-10-21T15:13:40-07:00 phpdocx_logger INFO  Close ZIP file

2013-10-21T15:13:40-07:00 phpdocx_logger INFO  Copy DOCX file using a new name.



Let me know if you need any other information.