When I go to phpinfo() using a php file, I get (a section) are:
zend.ze1_compatibility_mode Off
Does this mean that zend isn't installed, or does it mean that its not enabled? And if its not enabled, how can I enable it?
When I go to phpinfo() using a php file, I get (a section) are:
zend.ze1_compatibility_mode Off
Does this mean that zend isn't installed, or does it mean that its not enabled? And if its not enabled, how can I enable it?
This:
means that zend compatibility mode is turned off (or disabled) in your php.ini file. To re-enable it, you need to go into your php.ini file and change "Off" to "On". If you do not run your server, you will need to talk to your webhost about this.zend.ze1_compatibility_mode Off
Hope this helps.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Bookmarks