View Issue Details

IDProjectCategoryView StatusLast Update
0000105WolfAdminDatabasepublic2019-03-25 17:56
Reporterlordvirus1 Assigned ToTimo  
PrioritynormalSeveritycrashReproducibilityalways
Status feedbackResolutionopen 
Product Version1.2.0 
Summary0000105: no files
Descriptionhello 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 ?
TagsNo tags attached.
ModNoQuarter
Mod version
Standaloneno

Activities

Timo

2019-03-25 17:56

administrator   ~0000125

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.

Issue History

Date Modified Username Field Change
2019-03-06 17:10 lordvirus1 New Issue
2019-03-25 17:56 Timo Assigned To => Timo
2019-03-25 17:56 Timo Priority urgent => normal
2019-03-25 17:56 Timo Status new => feedback
2019-03-25 17:56 Timo Standalone yes => no
2019-03-25 17:56 Timo Note Added: 0000125