简体   繁体   English

在 zend 优化服务器中打开后文件损坏

[英]file broke after opening within a zend optimize server

I have a client that has zend optimizer and loads files by the zend Encoder.我有一个客户端,它具有 zend 优化器并通过 zend 编码器加载文件。 I opened up one of the files and reuploaded and everything broke.我打开其中一个文件并重新上传,一切都坏了。 didnt make any changes.没有做任何改变。

When I refresh the page, i get a blank page.当我刷新页面时,我得到一个空白页面。

I was just curious is there some type of command line i can run to re-encode the file.我只是好奇是否可以运行某种类型的命令行来重新编码文件。 I tried re-uploading original files by binary.我尝试通过二进制重新上传原始文件。 but when I refreshed the page again it displayed the html and php code within the browser.但是当我再次刷新页面时,它在浏览器中显示了 html 和 php 代码。

Blank page probably means that you have a PHP error.空白页可能意味着您有 PHP 错误。 Check the web server error logs or enable display_errors in php.ini.检查 web 服务器错误日志或在 php.ini 中启用 display_errors。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM