I am running Cinvoice 7.1 I believe
I just moved my servers to Windows Server 2008 R2 and now running PHP Version 5.2.12, I had to turn "short_open_tag = On" from being off in PHP.ini because of the scripts written as <? instead of <?php, I now have an issue of the home page giving me "Zend Optimizer not installed - In order to run it, please install the freely available Zend Optimizer, version 2.1.0 or later." But I am under the understanding Zend is included in PHP 5, but I went ahead and installed Zend 3.3.3 and still get the error, I also tried zend.ze1_compatibility_mode = On but that did not help either.
End of my PHP.ini has,
[Zend]
zend_extension_manager.optimizer_ts="C:\Program Files (x86)\Zend\ZendOptimizer-3.3.0\lib\Optimizer-3.3.0"
zend_extension_ts="C:\Program Files (x86)\Zend\ZendOptimizer-3.3.0\lib\ZendExtensionManager.dll"
Do you have any suggestions, I really need to get my billing back online.
Thanks,
Bryan
