LMS nie działa
: 31 maja 2008, 23:28
http://192.168.1.1/lms/
PowerEdge:/etc/lms#nano lms.ini
Kod: Zaznacz cały
Napotkano błędy w bazie danych!
Zapytanie: database connect
Błąd: Access denied for user 'mysql'@'localhost' (using password: NO)
Zapytanie: SET NAMES utf8
Błąd: We're not connected!
Zapytanie: SELECT keyvalue FROM dbinfo WHERE keytype = 'dbversion'
Błąd: We're not connected!
Zapytanie: SELECT section, var, value FROM uiconfig WHERE disabled=0
Błąd: We're not connected!
Zapytanie: SELECT id FROM sessions WHERE id = '68f9c0e24a8579cddfa297ebe38ef9b104841dac90189c32'
Błąd: We're not connected!
Zapytanie: INSERT INTO sessions (id, ctime, mtime, atime, vdata, content) VALUES ('609e4deefdd4c70abeee4484e814e42c04841dd9d07c255e', UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), UNIX_TIMESTAMP(), 'a:4:{s:11:"REMOTE_ADDR";s:12:"192.168.1.22";s:15:"HTTP_USER_AGENT";s:81:"Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9) Gecko/2008051206 Firefox/3.0";s:11:"SERVER_NAME";s:11:"192.168.1.1";s:11:"SERVER_PORT";s:2:"80";}', 'a:0:{}')
Błąd: We're not connected!
Zapytanie: SELECT COUNT(id) FROM users
Błąd: We're not connected!
Zapytanie: SELECT rights FROM users WHERE id=NULL
Błąd: We're not connected!
Zapytanie: SET @lms_current_user=NULL
Błąd: We're not connected!
Zapytanie: SELECT id, name FROM customergroups ORDER BY name
Błąd: We're not connected!
PowerEdge:/etc/lms#nano lms.ini
Kod: Zaznacz cały
[database]
; Database driver type. Actually supported DB types are 'postgres' and 'mysql'
; or 'mysqli'.
; Default: mysql
; type = mysql
; Host where database is installed. Most often, localhost, but can here set
; anything (IP, domain, path to socket in format 'localhost:/path/to/socket').
; Default: localhost
; host = localhost
; Name of database user account. In many cases (if you've go by documentation)
; that will be 'lms'. When you'll want to use privileged account, probably you'$
; enter 'root' (MySQL on most of *nixes), 'mysql' (on PLD) or 'postgres' (Postg$
; Default: lms
; user = lms
; Database password. Default: lms123
; password = lms123