Pages

Monday, May 20, 2013

Parse error in codeigniter on wamp

Change the value of the following line in \application\config\config.php from FALSE to TRUE.

$config['rewrite_short_tags'] = TRUE;

And in the wamp php.ini file

short_open_tag = On

This can be found under the heading

;;;;;;;;;;;;;;;;;;;;
; Language Options ;
;;;;;;;;;;;;;;;;;;;;

No comments: