I have a client that has zend optimizer and loads files by the zend Encoder. 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. any ideas ??

link|improve this question

63% accept rate
feedback

1 Answer

Blank page probably means that you have a PHP error. Check the web server error logs or enable display_errors in php.ini.

link|improve this answer
ok, well since I reuploaded the file, I no longer get a blank page. I get the actual text in the file including the html tags and php code. – numerical25 Jun 15 '11 at 17:47
If you see php code on the page, then its not getting passed through the php compiler. Generally most configurations only compile pages with the extension of .php – datasage Jun 15 '11 at 17:48
Thanks for the responses by the way. I was able to bring back the blank page with display_errors turned on, still blank. It is blank when I upload as a ascii document and it shows the php code when I upload as a binary. The file is a .php file – numerical25 Jun 15 '11 at 19:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.