- Joined
- Jan 24, 2009
- Messages
- 215
- Reaction score
- 16
Здр.Нов съм не съм много наясно с кодирането и т.н
Имам следния проблем правя всичко както е описано по урока 1 во редактирвам wshconf вътре така съм го едитнал:
Имам следния проблем правя всичко както е описано по урока 1 во редактирвам wshconf вътре така съм го едитнал:
,след което редактирах install/index.php$webshop['mssq']['host'] = '194.187.133.89';// Server Address (Host\ip)
$webshop['mssq']['user'] = 'sa'; // Username used for a connection
$webshop['mssq']['pass'] = 'паролата'; // Username's password
$webshop['mssq']['db'] = 'MuOnline'; // Database name
$webshop['mssq']['dbacc'] = 'MuOnline'; // If you are using 6databases - set this to 'Me_MuOnline' or whatever your account database is named. (v0.4)
$webshop['mssq']['use_md5'] = true; // Use md5 encrypted passwords (true/false)
дава ми следната грешка$sqladdr = $webshop['mssq']['194.187.133.89'];// MSSQL Server Address (Host\ip)
$sqluser = $webshop['mssq']['sa'];// MSSQL Server Username
$sqlpass = $webshop['mssq']['паролата']; // MSSQL Server Username Password
$sqldb = $webshop['mssq']['MuOnline']; // MSSQL Database to use
Verifying required extensions:OK
Notice: Undefined index: 127.0.0.1 in e:\easyphp1-8\www\webshop\install\index.php on line 19
Notice: Undefined index: sa in e:\easyphp1-8\www\webshop\install\index.php on line 20
Notice: Undefined index: изписва паролата in e:\easyphp1-8\www\webshop\install\index.php on line 21
Notice: Undefined index: MuOnline in e:\easyphp1-8\www\webshop\install\index.php on line 22
Warning: mssql_query(): message: Line 1: Incorrect syntax near ';'. (severity 15) in e:\easyphp1-8\www\webshop\install\index.php on line 25
Warning: mssql_query(): Query failed in e:\easyphp1-8\www\webshop\install\index.php on line 25
Line 1: Incorrect syntax near ';'.