1
I copied a file to my site root "www.mysite.lan" as to create a url to that file . I had no problems with this file "It worked perfectly", I edited the file and copied it to my root.
I then refreshed the page that displayed this file (Which worked until I made a few changes to it) and an error displayed
Quote:
Parse error: parse error in /var/www/html/virtual/www.systematic.lan/include/common.php on line 217
I did not make any changes to the include/common.php
Here is a look at the code in the include/common.php file from line 217 to 220.
Quote:
I}
If ^H!$allowed) {
include_once XOLPS_ROOT_PATH.'/Alass/template.pHp';
exoopsTpl = new YoopsTpl^H);
Can someone please tell me why this happened and how I fix it?
Your assistance will be well appreciated.