Witam
Sytuacja przedstawia się tak:
Wersja LMS: 1.8.0 Rosha (1.757.2.8/1.13.2.2)
Wersja LMSDB: 1.8.0 Rosha (core: 1.36.2.2 / driver: mysql 1.34.2.2)
Wersja MySQL: 4.0.24_Debian-10sarge1-log
Wersja PHP: 4.3.10-16
Wersja Smarty: 2.6.12
LMS Userpanel 1.1-cvs (1.21/1.16)
Po zalogowaniu sie do userpanela brakuje co nieco (generalnie poza tym
strony wyswiatlaja sie raczej poprawnie):
Wystąpily bledy w obsludze bazy danych!
[ Błąd! ]
Zapytanie: SELECT id, customerid, lastlogindate, lastloginip,
failedlogindate, failedloginip, enabled FROM up_customers WHERE
customerid='27'
Błąd: Table 'lms.up_customers' doesn't exist
Zapytanie: SELECT id, customerid, lastlogindate, lastloginip,
failedlogindate, failedloginip, enabled FROM up_customers WHERE
customerid='27'
Błąd: Table 'lms.up_customers' doesn't exist
Zapytanie: SELECT id, customerid, lastlogindate, lastloginip,
failedlogindate, failedloginip, enabled FROM up_customers WHERE
customerid='27'
Błąd: Table 'lms.up_customers' doesn't exist
Zapytanie: INSERT INTO up_customers(customerid, lastlogindate, lastloginip,
failedlogindate, failedloginip, enabled) VALUES ('27', 1143731524,
'192.168.1.164', 0, '', 3)
Błąd: Table 'lms.up_customers' doesn't exist
Zapytanie: SELECT name, module FROM up_rights LEFT JOIN
up_rights_assignments ON up_rights.id=up_rights_assignments.rightid WHERE
customerid='27'
Błąd: Table 'lms.up_rights' doesn't exist
Zapytanie: SELECT name, module FROM up_rights WHERE setdefault=1
Błąd: Table 'lms.up_rights' doesn't exist
Zapytanie: SELECT id FROM up_help WHERE reference = 0
Błąd: Table 'lms.up_help' doesn't exist
Zapytanie: SELECT title,body,reference,id FROM up_help WHERE id = NULL
Błąd: Table 'lms.up_help' doesn't exist
Zapytanie: SELECT id,title FROM up_help WHERE reference = NULL
Błąd: Table 'lms.up_help' doesn't exist
W LMSie w zakladce userpanel:
-uprawinienia:
Wystąpiły błędy w obsłudze bazy danych!
Zapytanie: SELECT id, module, name, description, setdefault FROM up_rights
Błąd: Table 'lms.up_rights' doesn't exist
- zatwierdzanie zmian:
Wystąpiły błędy w obsłudze bazy danych!
Zapytanie: SELECT up_info_changes.id, customerid, fieldname, fieldvalue AS
newvalue, CONCAT(UPPER(lastname), ' ', customers.name) AS customername FROM
up_info_changes INNER JOIN customers ON
customers.id=up_info_changes.customerid
Błąd: Table 'lms.up_info_changes' doesn't exist
Czyli wyglada na to ze nie ma w basie lms.up*
Pojawilo sie to po przejsciu z 1.6.1 (pośrednio przez 1.6.6)
wczesniej wszystko było ok.
Grzebac w bazie czy cos przeoczyłem w dokumentacji ?
Pozdrawiam
Krzysiek