【encoded】...OnemoremorefilesonthiswebsitewereencodedbyZendGuardandthe...

发布时间:2021-03-21 09:57:45

php环境问题Zend Guard Run-time support missing!One more more files on this web site were encoded by ZendGuard and the required run-time support is not installed orproperly configured.For the Web site userThis means that this Web server is not configured correctly to runthe files that it contains.Please contact the Web site'sadministrator/webmaster and inform them of this problem and give themthe URL you are trying to display to help them in diagnosing theproblem.For The Site Administrator/Web MasterOne or more files on your site were encoded with Zend Guard.Thismay be third party libraries that were provided to you by an ISV.Toallow these files to properly run you need to download and installone of the Zend guard run-time libraries.This is either ZendOptimizer or Zend Loader.The proper files can be downloaded fromhttp:///guard/downloads.This software is provided free of charge.General Disclaimer:Zend Technologies is not responsible tothe configuration and setup of web sites using Zend Guard technology.Please contact your software vendor if these ponents were providedby an ISV or consult your Zend Guard Users Guide if these files wereencoded by your organization.

网友回答

【答案】 这个问题我昨晚才解决
  是缺少Zend组件
  如果你是php-5.4
  请下载:ZendGuardLoader-70429-PHP-5.4-Windows-x86.zip [2003系统]
  将ZendLoader.dll拷贝到php目录下的ext目录下面
  最后在php.ini最后加载:
  [zend_loader]
  zend_loader.enable=1
  zend_loader.disable_licensing=1
  zend_loader.obfuscation_level_support=3
  zend_loader.license_path=
  zend_extension = D:\Apache2\phpb\ext\ZendLoader.dll [这个是您的安装目录]
  问题可以得到解决
以上问题属网友观点,不代表本站立场,仅供参考!