Cannot instantiate non-existent class: example
Witam
Probuje uruchmić u siebie LMS, na razie w celach testowych. Sposób instalacji wg. instrukcji w dokumentacji.
Po włączeniu wyswietalnia błedów php dostaje coś takiego:
---------------------------------------------------------------------------- ----
Notice: Undefined index: force_ssl in /home/httpd/html/lms/index.php on line 123
Notice: Undefined variable: out in /home/httpd/html/lms/lib/common.php on line 311
Notice: Uninitialized string offset: 32 in /home/httpd/html/lms/lib/common.php on line 296
Notice: Undefined variable: out in /home/httpd/html/lms/lib/common.php on line 249
Notice: Use of undefined constant LMSDB_DIR - assumed 'LMSDB_DIR' in /home/httpd/html/lms/lib/LMSDB.php on line 34
Notice: Use of undefined constant DBVERSION - assumed 'DBVERSION' in /home/httpd/html/lms/lib/upgradedb.php on line 27
Notice: Undefined variable: lastupgrade in /home/httpd/html/lms/lib/upgradedb.php on line 63
Notice: Undefined index: override in /home/httpd/html/lms/lib/Session.class.php on line 44
Notice: Undefined index: loginform in /home/httpd/html/lms/lib/Session.class.php on line 47 core = &$core; // Teraz odwoływanie się do główne obiektu LMS'a powinno się // odbywać w sposób $this->core->funkcja(). Odwołanie do modułu // np. 'user', w sposób $this->core->user->funkcja(), chociaż // całkiem możliwe że będzie można $this->user->funkcja(). return TRUE; } function _postinit() { // funkcja ta będzie wykonywana po zakończeniu ładowania // wszystkich modułów. tutaj każdy moduł może sobie posprawdzać // obecność innych modułów i ewentualnie ubić LMS'a jeżeli wykryje // inny moduł ;-) return TRUE; } } ?> Fatal error: Cannot instantiate non-existent class: example in /home/httpd/html/lms/lib/LMS.class.php on line 62
---------------------------------------------------------------------------- ----------
Z noticami oczywiście sobie poradzę ale co zrobic z tym Fatal errorem ??
Mój system:
Linux kernel 2.4.27 php 4.3.9 perl 5.8.3 + wymagane biblioteki z cpana w najnowszych wersjach smarty 2.6.6 apache 2.0.51
Pewnie to jakis drobiazg, bede wdzieczny za sugestie co z tym zrobić.
Pozdrawiam, J
uczestnicy (1)
-
Jerry