Page 1 of 1

installation

Posted: Mon Jun 06, 2005 12:34 am
by LoLoL
Script URL:
Version of script: 0.92
Version of PHP: 2.6.1 pl3
Hosting company:
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try:
Almost all these
T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING hesk_settings.inc.php on line 57

Write your message below:
Hellooo,
I tried to install hesk and my page dispalyed this
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/italiase/www/maximus/hesk/hesk_settings.inc.php on line 57

Thanks lots for your help

Posted: Mon Jun 06, 2005 8:46 am
by Klemen
Hi,

There is something wrong in your hesk_settings.inc.php file (obviously :D ).

Try deleting your hesk_settings.inc.php file and try editing again from the original one. Make sure you don't delete any quotes (") or semicolons (;).

If you are using any quotes within quotes you must escape those with a backslash \ . Here's an example to make it clear:

WRONG:
$hesk_settings['hesk_title']="Something "in quotes" something";

OK:
$hesk_settings['hesk_title']="Something \"in quotes\" something";

If none of this works post your hesk_setitngs.inc.php here. Change passwords and usernames with ******* and you can also change your domain name (in e-mail and URLs) with ***********.com


Regards