Web Hosting Talk







View Full Version : what is Fatal error: Cannot run code from this file in conjunction with non encoded f


grabmail
03-08-2006, 02:03 PM
What's this error msg i'm getting?

Fatal error: Cannot run code from this file in conjunction with non encoded files in

Is it due to Zend Encoder? I have it enabled.

What's causing it?

zoid
03-08-2006, 02:48 PM
When does it happen?

grabmail
03-08-2006, 03:50 PM
In my MVC's index.php controller

JustinH
03-08-2006, 07:41 PM
You are including a Zend encoded file somewhere, I believe Zend Encoder does have a feature that will not allow you to include it in files that are not encoded (to prevent someone from using the Reflector object to dissasemble the code).