View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000105 | WolfAdmin | Database | public | 2019-03-06 17:10 | 2019-03-25 17:56 |
Reporter | lordvirus1 | Assigned To | Timo | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | feedback | Resolution | open | ||
Product Version | 1.2.0 | ||||
Summary | 0000105: no files | ||||
Description | hello i try new version to install on my server but its not fully working. on console its dislpay like that [WolfAdmin] WolfAdmin running in add-on mode on unix. Lua API: et_InitGame error running lua script: ...me/etded/ets//nq/luascripts/wolfadmin/db/sqlite3.lua:25: module 'luasql.sqlite3' not found: no field package.preload['luasql.sqlite3'] no file '/home/etded/ets//nq/luasql/sqlite3.lua' no file '/home/etded/ets//nq/lualibs/luasql/sqlite3.lua' no file '/home/etded/ets//nq/lualibs/luasql/sqlite3.so' no file '/home/etded/ets//nq/lualibs/luasql.so' ^4Game Initialization completed in 0.16 seconds. where i can find this files ? and as weel how i can do the 6 point of installation ? Run the .sql script in /database/new on your server: for SQLite3, run sqlite3.sql in your SQLite3 CLI or manager for MySQL, run mysql.sql in your MySQL manager how can i run this ?? could you write it easier ? | ||||
Tags | No tags attached. | ||||
Mod | NoQuarter | ||||
Mod version | |||||
Standalone | no | ||||
|
You need to have the LuaSQL module installed on your system if you want to use the database system. This is specified in the requirements (https://dev.timosmit.com/wolfadmin/setup.html#requirements). Also, running the .sql script should be done using the tool required for your database platform. For example, for MySQL you could use phpMyAdmin or Workbench, and for SQLite something like DB Browser for SQLite. |