cze, no to pisze raz jescze
mam taka prosbe, te glówne menu po lewej az sie prosi zeby mozna bylo
wcisnac opcje juz po najechaniu na pole (jak sie zapali), a nie jak teraz na
napis. Mysle ze to chyba nie wielki problem bo jest tak w "Urzytkownicy" i
dziala.
z góry dzieki
____________
Spy Hard
spyhard(a)pf.pl
Witam.
> Thanks for the help. I had figured it out to a large extent. I
> had created a empty /etc/lms.ini.
Oh. I see, i'm not sure when we have started using /etc/lms/ directory
instead of file /etc/lms.ini.
> We provide Internet related services in IT Capital of India,
> Bangalore. We have developed a similar software for a Cable ISP over
> here. Our software uses similar framework but with some advanced
> feature set. But, the user interface is very primitive and we look
> forward to improve it in the coming version.
Nice to hear that. We are open for experience sharing. Also, i
received Your e-mail in my private mbox, but yesterday i got back from
holidays and don't got time to sit and write back. I'll try to do this
tonight.
> I feel LMS user interface is very good and intutive. I would like
> to know whether any work is going on for an English version. I would
> love to be of any help.
There's some technical issues of doing that - i don't know how to do
this :-) Currently i'm learning about gettext(), so if somebody help
me maybe 1.2.0 (next stable release) will be localized. I know that
is important for us, but try to understand that it's not easy, mess
with few thousand lines of code.
Regards.
--
Łukasz Jarosław Mozer
http://www.baseciq.org
mailto: lukasz(a)rulez.pl
instalacja i konfiguracja OK... tylko nie chec sie zalogowac na
login:admin bez hasla...
w logach apacha wyskakuje mi cos takiego, i to jest przyczyna, tylko nie
wiem jak to usunac
[Fri Sep 26 23:14:15 2003] [error] PHP Notice: Use of undefined
constant directories - assumed 'directories' in /var/www/htdo
cs/lms/index.php on line 56
[Fri Sep 26 23:14:15 2003] [error] PHP Notice: Undefined index: sys_dir
in /var/www/htdocs/lms/index.php on line 56
[Fri Sep 26 23:14:15 2003] [error] PHP Notice: Use of undefined
constant directories - assumed 'directories' in /var/www/htdo
cs/lms/index.php on line 57
[Fri Sep 26 23:14:15 2003] [error] PHP Notice: Undefined index:
backup_dir in /var/www/htdocs/lms/index.php on line 57
[Fri Sep 26 23:14:15 2003] [error] PHP Notice: Use of undefined
constant directories - assumed 'directories' in /var/www/htdo
cs/lms/index.php on line 58
i tak dalej ... dluga lista i caly czas o to samo sie pluje tylko dla
innych wartosci
wydaje mi sie ze on w ogole nie pobiera (nie moze pobrac) tych zmiennych
z pliku konfiguracyjnego /etc/lms/lms.ini
co moze byc przyczyna ?
Hi,
Thanks for the help. I had figured it out to a large extent. I had created a empty /etc/lms.ini.
I have added the db userid/password information directly to server.php to lib/adodb/server.php. LMS is working now.
We provide Internet related services in IT Capital of India, Bangalore. We have developed a similar software for a Cable ISP over here. Our software uses similar framework but with some advanced feature set. But, the user interface is very primitive and we look forward to improve it in the coming version.
I feel LMS user interface is very good and intutive. I would like to know whether any work is going on for an English version. I would love to be of any help.
Venkatesh. K
£ukasz Jaros³aw Mozer <lukasz(a)rulez.pl> wrote:
Witam.
> Hi,
> I am trying to install the LMS.
> I would like to know if there any english version of INSTALL
> document or can some one on the list help me out as I don't know
> polish.
There's no currently INSTALL.en, but i'll try help You out.
0. What You need:
- webserver with PHP support (recommended: Apache 1.3.28 or newer)
- PHP interpreter (at least 4.2.0) with support of:
- regular expressions
- mysql or postgresql
- MySQL (3.23.53) or PostgreSQL (don't know, ALEC, can You help us?)
- perl with modules:
- POSIX, GetOpt::Long (standard perl modules)
- Net::SMTP
- Config::Inifiles
- DBI
- DBD-mysql (for mysql) or DBD-pgsql (for pgsql)
1. Downloading
Stable version is 1.0.3: http://lms.rulez.pl/download/lms-1.0.3.tar.gz
Last unstable version released is 1.1.3: http://lms.rulez.pl/download/devel/lms-1.1.3.tar.gz
You can also find nightly snapshots at http://lms.rulez.pl/download/devel/snapshots/
Current CVS version is here: http://cvs.rulez.pl/viewcvs.cgi/lms/lms.tar.gz?tarball=1
Download it, untar and move `lms' directory to destination directory,
for example /var/www/htdocs/lms
You will need Smarty template engine (for stable version also ADOdb
engine is needed):
cd /path/where/you/have/lms/
cd lib
wget http://smarty.php.net/distributions/Smarty-2.5.0.tar.gz
tar -xzf Smarty-2.5.0.tar.gz
mv Smarty-2.5.0/libs Smarty
Please note, that in nightly snapshots and devel version directory
(http://lms.rulez.pl/download/devel/) You can find tarballs with
smarty included with '+libs' in filename, for example
http://lms.rulez.pl/download/devel/lms-1.1.3+libs.tar.gz.
Check that templates_c and backups directories are writeable by
webserver.
2. Setting up database.
MySQL:
mysql -u[user with full privileges] -p
Enter password:[enter password]
mysql> create database lms;
mysql> grant usage on lms.* to lms@localhost;
mysql> grant select,insert,update,delete,create on lms.* to lms@localhost
identified by 'password';
mysql> flush privileges;
mysql> use lms;
mysql> source doc/lms.mysql;
PostgreSQL:
/usr/local/pgsql/bin/createuser -d -A -P lms
/usr/local/pgsql/bin/createdb -E LATIN2 -U lms lms
/usr/local/pgsql/bin/psql -d lms -U lms -f /lms/doc/lms.pgsql
3. Setting up.
Create file /etc/lms/lms.ini:
[database]
type = mysql
; or postgres if You using postgresql
host = localhost
user = lms
password = password_from_section_2
[phpui]
; If You are using devel, cvs or snapshot version,
; this will disable alert on welcome page with information
; about development version:
disable_devel_warning = y
--
£ukasz Jaros³aw Mozer
http://www.baseciq.org
mailto: lukasz(a)rulez.pl
Yahoo! India Matrimony: Find your partner online.Post your profile.
Witam.
> Hi,
> I am trying to install the LMS.
> I would like to know if there any english version of INSTALL
> document or can some one on the list help me out as I don't know
> polish.
There's no currently INSTALL.en, but i'll try help You out.
0. What You need:
- webserver with PHP support (recommended: Apache 1.3.28 or newer)
- PHP interpreter (at least 4.2.0) with support of:
- regular expressions
- mysql or postgresql
- MySQL (3.23.53) or PostgreSQL (don't know, ALEC, can You help us?)
- perl with modules:
- POSIX, GetOpt::Long (standard perl modules)
- Net::SMTP
- Config::Inifiles
- DBI
- DBD-mysql (for mysql) or DBD-pgsql (for pgsql)
1. Downloading
Stable version is 1.0.3: http://lms.rulez.pl/download/lms-1.0.3.tar.gz
Last unstable version released is 1.1.3: http://lms.rulez.pl/download/devel/lms-1.1.3.tar.gz
You can also find nightly snapshots at http://lms.rulez.pl/download/devel/snapshots/
Current CVS version is here: http://cvs.rulez.pl/viewcvs.cgi/lms/lms.tar.gz?tarball=1
Download it, untar and move `lms' directory to destination directory,
for example /var/www/htdocs/lms
You will need Smarty template engine (for stable version also ADOdb
engine is needed):
cd /path/where/you/have/lms/
cd lib
wget http://smarty.php.net/distributions/Smarty-2.5.0.tar.gz
tar -xzf Smarty-2.5.0.tar.gz
mv Smarty-2.5.0/libs Smarty
Please note, that in nightly snapshots and devel version directory
(http://lms.rulez.pl/download/devel/) You can find tarballs with
smarty included with '+libs' in filename, for example
http://lms.rulez.pl/download/devel/lms-1.1.3+libs.tar.gz.
Check that templates_c and backups directories are writeable by
webserver.
2. Setting up database.
MySQL:
mysql -u[user with full privileges] -p
Enter password:[enter password]
mysql> create database lms;
mysql> grant usage on lms.* to lms@localhost;
mysql> grant select,insert,update,delete,create on lms.* to lms@localhost
identified by 'password';
mysql> flush privileges;
mysql> use lms;
mysql> source doc/lms.mysql;
PostgreSQL:
/usr/local/pgsql/bin/createuser -d -A -P lms
/usr/local/pgsql/bin/createdb -E LATIN2 -U lms lms
/usr/local/pgsql/bin/psql -d lms -U lms -f /lms/doc/lms.pgsql
3. Setting up.
Create file /etc/lms/lms.ini:
[database]
type = mysql
; or postgres if You using postgresql
host = localhost
user = lms
password = password_from_section_2
[phpui]
; If You are using devel, cvs or snapshot version,
; this will disable alert on welcome page with information
; about development version:
disable_devel_warning = y
--
Łukasz Jarosław Mozer
http://www.baseciq.org
mailto: lukasz(a)rulez.pl
mam taka prosbe, te glówne menu po lewej az sie prosi zeby mozna bylo
wcisnac opcje juz po najechaniu na pole (jak sie zapali), a nie jak teraz na
napis. Mysle ze to chyba nie wielki problem bo jest tak w "Urzytkownicy" i
dziala.
z góry dzieki
____________
Spy Hard
spyhard(a)pf.pl
Hi,
I am trying to install the LMS.
I would like to know if there any english version of INSTALL document or can some one on the list help me out as I don't know polish.
Giri
Yahoo! India Matrimony: Find your partner online.Post your profile.
> Witam !
>
> Dzis zainstalowalem i uruchomilem LMS.
> Coz mam pytanie dotyczace braku pola w edycji urzytkownika o nr umowy,
> raczej przydatne
możesz wykorzystać pole opis
> a takze pytanie techniczne jak nadaje ip
> urzytkownikowi to niestety wpisuje sie tylko 1 hex adresu ip np.
> zamiast 192.168.0.1 jest 192 probowalem do bazy wpisac recznie
> niedalo rady.
użytkownikowi się nie nadaje adresu IP, tylko komputerowi. Od wersji 1.1.3,
adresy przechowywane są jako liczby bigint. Może masz nowy typ pola w bazie,
a lms-ui w starej wersji?
--
Pozdrawiam
Aleksander Machniak ( A.L.E.C )
http://k27.prv.pl/alec GG-2275252