04-02-2016, 06:01 AM
There is at least one extra ' in your init.
Approx Line 8 find:
return $_SERVER[‘DOCUMENT_ROOT’].’
Change to:
return $_SERVER[‘DOCUMENT_ROOT’].
Check to see if this error is repeated further down the file too.
Approx Line 8 find:
return $_SERVER[‘DOCUMENT_ROOT’].’
Change to:
return $_SERVER[‘DOCUMENT_ROOT’].
Check to see if this error is repeated further down the file too.