Konfiguracja Acc Makera

fojtas

User
Zarejestrowany
Dołączył
Grudzień 22, 2008
Posty
12
Liczba reakcji
1
Witam mam problem z skonfigurowaniem acc makera.
U?ywam Gesior acc maker 0.3.6
Silnik The Forgotten Server 0.3.6 pl 1 [8.54] [GUI]
Przy konfiguraci acc makera przy pierwszym kroku set server patch trzeba podac scie?ke do serwera i podaje D:/cryingdamson6pl1-gui/ a nastepnie klikam na Set server patch i wyskakuje mi takie cos:
Warning: syntax error, unexpected '(' in D:/cryingdamson6pl1-gui/config.lua on line 17 in C:\xampp\htdocs\install.php on line 154
File config.lua loaded from D:/cryingdamson6pl1-gui/config.lua and it's not valid TFS config.lua file. Go to STEP 1 - select other directory. If it's your config.lua file from TFS contact with acc. maker author.
Wie ktos o co chodzi.
 
Odp: Konfiguracja Acc Makera

chodzi o to ?e tw?j config.lua zawiera komentarze kt?re musisz usun??. Zaczynaj? si? one od --NOTE:

Nie wiesz jak? wklej tutaj config
 
Odp: Konfiguracja Acc Makera

He to mi sie udalo zrobic ale mam nast?pny problem przy drugim etapie wyskakuje mi takie cos:
Check server configuration
File config.lua loaded from D:/cryingdamson6pl1-gui/config.lua and looks like fine server config file. Now you can check database(sqlite) connection: STEP 2 - check database connection
Klikam na STEP 2 i pokazuje sie to:
Check database connection
If you don't see any errors press link to STEP 3 - Add tables and columns to DB. If you see some errors it mean server has wrong configuration. Check FAQ or ask author of acc. maker.Database error - can't open SQLite database. Possible reasons:
D:/cryingdamson6pl1-gui/ - file isn't valid SQLite database.
D:/cryingdamson6pl1-gui/ - doesn't exist.
Klikam na STEP 3 i to:
Database error - can't open SQLite database. Possible reasons:
D:/cryingdamson6pl1-gui/ - file isn't valid SQLite database.
D:/cryingdamson6pl1-gui/ - doesn't exist.
I co teraz
 
Odp: Konfiguracja Acc Makera

w configu chyba masz sqlite zamiast mysql
 
Odp: Konfiguracja Acc Makera

W config.lua wype?nij dobrze te linijki

Kod:
        sqlType = "sqlite"     [COLOR="Red"]<---- zmie? na "mysql"[/COLOR]
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = ""             [COLOR="Red"]<--- has?o do bazy danych[/COLOR]
	sqlDatabase = ""    [COLOR="Red"]<--- nazwa bazy danych[/COLOR]
	sqlFile = "forgottenserver.s3db"
 
Back
Do góry