If your server is Linux
a) Create a file ".htaccess" in your seo panel folder
The file path will be like this => seopanel/.htaccess
b) Add following content to this file
- Code: Select all
php_flag short_open_tag on
If your server is windows
Set
- Code: Select all
short_open_tag=On
in your php.ini file.
You can also contact your web hosting provider to fix this issue.