OC Installation requirement: Before you proceed with your OC installation: Keep in mind OC uses the short tag "short cut" syntax.
Thus the short_open_tag directive must be enabled in your php.ini.
Easy Solution:- Open php.ini file and look for line short_open_tag = Off
- Replace it with short_open_tag = On
- Restart then your PHP server
- Refresh this page to resume your OC installation
- Enjoy OC ;)