| Author |
Message |
Mark Kellogg Member
|
Posted: 18 Nov 2006 18:06:22
I have been trying to install but have been having trouble. I get the following error:
Parse error: syntax error, unexpected T_STRING in /home/webmast/public_html/links/headers.php on line 11
Checking the line I have:
$_dir_root = '/home/webmast/public_html/links/';
I have checked everything twice to make sure it is right. I have completely removed and redownloaded and reintalled, still get the same error.
The problem is I have another copy installed on the same server on a different account.
Please let me know any ideas.
Thanks
Mark
|
Stevieray
|
Posted: 20 Nov 2006 16:53:46
My experience has been that the TString errors are almost invariably an extra quote or semicolon.It is usually a quote that is either missing or extra.
Try checking the line ABOVE to see if it has an extra that "opened" the quotes, making the twins in line 11 look like one extra.
Sorry if this proves useless. At leasat I tried !
|
skalinks Admin
|
Posted: 21 Nov 2006 00:49:46
Hello Mark,
What PHP version do you use?
Try to write in $_dir_root
$_dir_root = '//home//webmast//public_html//links//';
|
|