installation

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
LoLoL
Posts: 3
Joined: Mon Jun 06, 2005 12:21 am

installation

Post 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
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply