Skip to content

Instantly share code, notes, and snippets.

@ahmetonurslmz
Created February 16, 2020 06:32
Show Gist options
  • Save ahmetonurslmz/0e8cb48adf666bcef69a41e5941d9e1f to your computer and use it in GitHub Desktop.
Save ahmetonurslmz/0e8cb48adf666bcef69a41e5941d9e1f to your computer and use it in GitHub Desktop.
Pleks Panel - Syntax Error Problem

Pleks Panel - Syntax Error Problem

Error that we handled:
  syntax error, unexpected end of file in /var/www/vhosts/username/httpdocs/index.php on line 248

This error occurs because of short_open_tag option in PHP settings. If you are sure your code is clear and does not include syntax error, you should open short_open_tag option. This feature is closed by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment