Configure wamp for windows 7
1) ;short_open_tag = Off
short_open_tag = On
2)
1) ;short_open_tag = Off
REPLACE TO THIS---------------------
short_open_tag = On
2)
;error_reporting(E_ALL ^ E_DEPRECATED);
REPLACE TO THIS---------------------------
error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED
3)rewrite_module
------------------------------------------------------------------------------- |
Must be checked in php.ini file
Than Restart Your Wamp Server................
Hi
ReplyDelete