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.