why ?
Posted: Sat Jul 30, 2005 5:47 pm
Script URL:
Version of script:
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:
Write your message below:
why explorer send me the next error?
i'm working in the directory C:\Inetpub\wwwroot\
i want execute the install.php script and i see the next error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in C:\Inetpub\wwwroot\hesk_settings.inc.php on line 49
in my file hesk_settings.inc.php i write:
$hesk_settings['site_url']="http://localhost/";
/* Help desk settings */
$hesk_settings['hesk_url']="http://localhost/";
$hesk_settings['hesk_title']="Reportes Soporte Técnico";
$hesk_settings['max_listings']="15";
$hesk_settings['language']="spanish";
$hesk_settings['print_font_size']="12";
/* Contacts */
$hesk_settings['support_mail']="support@";
$hesk_settings['webmaster_mail']="webmaster@";
$hesk_settings['noreply_mail']="NOREPLY@";
/* Server info */
/*$hesk_settings['server_path'] = 'C:\Inetpub\wwwroot\';*/
$hesk_serrings['server_path']=
/* Database settings */
$hesk_settings['database_host'] = "192.168.15.28";
$hesk_settings['database_name'] = "hdesk";
$hesk_settings['database_user'] = "root";
$hesk_settings['database_pass'] = "hpdsk";
what's up?
Version of script:
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:
Write your message below:
why explorer send me the next error?
i'm working in the directory C:\Inetpub\wwwroot\
i want execute the install.php script and i see the next error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in C:\Inetpub\wwwroot\hesk_settings.inc.php on line 49
in my file hesk_settings.inc.php i write:
$hesk_settings['site_url']="http://localhost/";
/* Help desk settings */
$hesk_settings['hesk_url']="http://localhost/";
$hesk_settings['hesk_title']="Reportes Soporte Técnico";
$hesk_settings['max_listings']="15";
$hesk_settings['language']="spanish";
$hesk_settings['print_font_size']="12";
/* Contacts */
$hesk_settings['support_mail']="support@";
$hesk_settings['webmaster_mail']="webmaster@";
$hesk_settings['noreply_mail']="NOREPLY@";
/* Server info */
/*$hesk_settings['server_path'] = 'C:\Inetpub\wwwroot\';*/
$hesk_serrings['server_path']=
/* Database settings */
$hesk_settings['database_host'] = "192.168.15.28";
$hesk_settings['database_name'] = "hdesk";
$hesk_settings['database_user'] = "root";
$hesk_settings['database_pass'] = "hpdsk";
what's up?