• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem With Gesior's acc.

pederasta

New Member
Joined
Oct 23, 2008
Messages
42
Reaction score
0
Location
Poland , Lodz / England , London
Hi, I've got a problem with Gesior's acc. When I installing it, acc shows me this: STEP 1
Code:
Check server configuration

Warning: Error parsing C:/abudabi/config.lua on line 8 in C:\xampp\htdocs\install.php on line 156
File config.lua loaded from C:/abudabi/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.

Shoul I MSG Gesior? Or Should I change my server?

I've got TFS 0.3 beta 2

Help me please! :(
 
Now I've next problem

Code:
Warning: parse_ini_file(E:/Documents and Settings/LoL/Pulpit/0.3/config.lua) [function.parse-ini-file]: failed to open stream: Permission denied in C:\xampp\htdocs\config-and-functions.php on line 13
Database error. Unknown database type in E:/Documents and Settings/LoL/Pulpit/0.3/config.lua . Must be equal to: "mysql" or "sqlite". Now is: ""

I can't install acc ;/ I used unnamed acc. maker 0.3.2beta for TFS 0.3 beta
 
It seems that you don't have access to open config.lua file.
Close it if you have it opened with notepad or something.
Check if you have set databasetype correctly (mysql or sqlite).
 
I closed all things without mozilla. I set up my dtb like this:

Code:
sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "my pass"
	sqlDatabase = "xandia"
	sqlFile = "forgottenserver.s3db"
	sqlKeepAlive = 60
	passwordType = "plain"

Is it alright?
 
Something is wrong with your config.lua sytnax, try to put there original config without any changes and check if it works :)
Should work but it won't connect to database because tehre won;t be any database info :)
Check this !
 
Database error - can't open SQLite database. Possible reasons:
C:/abudabi/ - file isn't valid SQLite database.
C:/abudabi/ - doesn't exist.
Wrong PHP configuration. Default PHP does not work with SQLite databases!

And I don't know how to add images to sms-shop :D
 
1.You can add only pictures to items/containers, not PACC
2.Put in item_images directory image with name:
<ID of offer in database>.jpg
It will be loaded by script.
 
yes :)
-- Rates
-- NOTE: experienceStages configuration is located in data/XML/stages.xml.
rateExp = 5
rateSkill = 3
rateLoot = 2
rateMagic = 3
rateSpawn = 1
extraPartyExpLimit = 20
extraPartyExpPercent = 5
experienceStages = "yes"
 
F**K I've got next problem ! What's that?!

Code:
Warning: Error parsing C:/abudabi/config.lua on line 31 in C:\xampp\htdocs\config-and-functions.php on line 28
Database error. Unknown database type in C:/abudabi/config.lua . Must be equal to: "mysql" or "sqlite". Now is: ""
 
Back
Top