windergo Posted May 14, 2007 Share Posted May 14, 2007 The error : Parse error: syntax error, unexpected T_STRING in C:\Inetpub\wwwroot\catalog\admin\includes\configure.php on line 19 the 19 line in a dmin\includes\configure.php : define('DIR_WS_ADMIN', 'C:\\\\Inetpub\\\\wwwroot\\\\catalog\\\\admin'); // absolute path required where is the problem ? who can help me ? ths! Link to comment Share on other sites More sharing options...
sugiartha Posted May 14, 2007 Share Posted May 14, 2007 try to use define('DIR_WS_ADMIN', '/catalog/admin/'); on that line Sugiartha ------------------------------------------ concept of life: enjoy aja! Link to comment Share on other sites More sharing options...
windergo Posted May 14, 2007 Author Share Posted May 14, 2007 I used '/catalog/admin/', the error is same Link to comment Share on other sites More sharing options...
sugiartha Posted May 14, 2007 Share Posted May 14, 2007 check out carefully, is it DIR_WS_ADMIN or DIR_FS_ADMIN and is there local/configure.php under your admin/includes directory? Sugiartha ------------------------------------------ concept of life: enjoy aja! Link to comment Share on other sites More sharing options...
windergo Posted May 14, 2007 Author Share Posted May 14, 2007 Ok, thank you ! I have solve it, after check out carefully! I write '\' as '/' Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.