Re: [Care2002-developers] login error

2009-03-26 Thread Gjergj Sheldija
Mark Alan wrote: > GMM wrote: > >> Dear Mark >> >> Can you give me a simple version of Pathology >> Lab Management software? >> > > The management of a Pathology Lab has nothing simple about it: > - the people that work in such a lab (widely viewed a complex adaptive > system), > - t

Re: [Care2002-developers] login error

2009-03-26 Thread Mark Alan
GMM wrote: > Dear Mark > > Can you give me a simple version of Pathology > Lab Management software? The management of a Pathology Lab has nothing simple about it: - the people that work in such a lab (widely viewed a complex adaptive system), - the hardware and its maintenance, - the compl

Re: [Care2002-developers] login error

2009-03-26 Thread mauri . niemi
09 5:34 PM > To: care2002-developers@lists.sourceforge.net > Subject: Re: [Care2002-developers] login error > > Hi GM, > > We are using iPath for online consultations and it can handle requests > and pictures and replies and keeps statistics. It is also open source > and

Re: [Care2002-developers] login error

2009-03-26 Thread GMM
] Sent: Thursday, March 26, 2009 5:34 PM To: care2002-developers@lists.sourceforge.net Subject: Re: [Care2002-developers] login error Hi GM, We are using iPath for online consultations and it can handle requests and pictures and replies and keeps statistics. It is also open source and free

Re: [Care2002-developers] login error

2009-03-26 Thread mauri . niemi
: "GMM" To: Date sent: Thu, 26 Mar 2009 17:22:45 +0600 Subject: Re: [Care2002-developers] login error Send reply to: care2002-developers@lists.sourceforge.net <mailto:care2002-developers- requ...@lists.so

Re: [Care2002-developers] login error

2009-03-26 Thread GMM
, March 26, 2009 4:28 AM To: care2002-developers@lists.sourceforge.net Subject: Re: [Care2002-developers] login error Gjergj Sheldija wrote: > hello Mark, > > it's not a problem..but maybe it would be better to create another db to > hold the logs in...what do you think ? Keeping

Re: [Care2002-developers] login error

2009-03-26 Thread Gjergj Sheldija
well let's give it a try then :) gj. Mark Alan wrote: > Gjergj Sheldija wrote: > >> don't you think it'll be too much of an overload for the main db to handle >> even the access logs ? >> every time you click in a module on c2x it generates a log entry.. >> that's why i preferred the sqlite wa

Re: [Care2002-developers] login error

2009-03-26 Thread Mark Alan
Gjergj Sheldija wrote: > don't you think it'll be too much of an overload for the main db to handle > even the access logs ? > every time you click in a module on c2x it generates a log entry.. > that's why i preferred the sqlite way..quick inserts with practically > filesystem access times... Fr

Re: [Care2002-developers] login error

2009-03-25 Thread Gjergj Sheldija
Mark Alan wrote: > Gjergj Sheldija wrote: > >> hello Mark, >> >> it's not a problem..but maybe it would be better to create another db to >> hold the logs in...what do you think ? >> > > Keeping login/user access data in a table is the natural thing to do. > A simple table in the care2x m

Re: [Care2002-developers] login error

2009-03-25 Thread Mark Alan
Gjergj Sheldija wrote: > hello Mark, > > it's not a problem..but maybe it would be better to create another db to > hold the logs in...what do you think ? Keeping login/user access data in a table is the natural thing to do. A simple table in the care2x main dbms (MySQL/postgreSQL) would be enoug

Re: [Care2002-developers] login error

2009-03-25 Thread Gjergj Sheldija
hello Mark, it's not a problem..but maybe it would be better to create another db to hold the logs in...what do you think ? well anything is better than text files :) gj. Mark Alan wrote: > Gjergj Sheldija wrote: > >> sqlite is there for a simple reason : >> http://care2x.wordpress.com/200

Re: [Care2002-developers] login error

2009-03-25 Thread Mark Alan
Gjergj Sheldija wrote: > sqlite is there for a simple reason : > http://care2x.wordpress.com/2008/08/04/new-logging-system-for-care2x/ > and > http://care2x.wordpress.com/2008/08/08/care2x-access-logs-to-db-importer/ > > although the design is really easy and one can change it from sqlite > to mys

Re: [Care2002-developers] login error

2009-03-25 Thread Gjergj Sheldija
sqlite is there for a simple reason : http://care2x.wordpress.com/2008/08/04/new-logging-system-for-care2x/ and http://care2x.wordpress.com/2008/08/08/care2x-access-logs-to-db-importer/ although the design is really easy and one can change it from sqlite to mysql.. gj. Mark Alan wrote: > Gjergj

Re: [Care2002-developers] login error

2009-03-25 Thread regina babu
is it true that in not possible to install other vesion usin subversion in linux,i mean using command line ? > Is this requirement just in 2.6? I don't have that extension and c2x seems > to run fine. > > Thanks > Tim > > > On Wed, 25 Mar 2009, regina babu wrote: > >> >> thanks all for the ideas

Re: [Care2002-developers] login error

2009-03-25 Thread Tim Schofield
Is this requirement just in 2.6? I don't have that extension and c2x seems to run fine. Thanks Tim On Wed, 25 Mar 2009, regina babu wrote: > > thanks all for the ideas > by install the php-sqlite extesion now i can login > it seem other projects command to install php-sqlite before install the

Re: [Care2002-developers] login error

2009-03-25 Thread regina babu
thanks all for the ideas by install the php-sqlite extesion now i can login it seem other projects command to install php-sqlite before install the project > Gjergj Sheldija wrote: >> you have to install the php-sqlite extension. > > The php modules needed are: > > php5-mysql php5-cgi php5-cli p

Re: [Care2002-developers] login error

2009-03-25 Thread Mark Alan
Gjergj Sheldija wrote: > you have to install the php-sqlite extension. The php modules needed are: php5-mysql php5-cgi php5-cli php5-gd php5-sqlite Altough I never really understood why do we need for sqlite (and php5-sqlite) if we already have MySQL (postgreSQL). Other similar projects see

Re: [Care2002-developers] login error

2009-03-25 Thread regina babu
thanks Gjergj done > hi regina, > > you have to install the php-sqlite extension. > > regards > gj > > regina babu wrote: >> I installed care2.6_alpha on ubuntu and on lammp .means mysql, apache >> ,php I tried to login as admin >> the result on right window: >> >> Fatal error: Class 'SQLiteDat

Re: [Care2002-developers] login error

2009-03-25 Thread Robert Meggle
Hi Regina, seems that php5-sqlite is missing on your system. Under ubuntu just execute: sudo apt-get install php5-sqlite after that restart apache: sudo /etc/init.d/apache2 restart Hope it helps Robert Am Mittwoch, den 25.03.2009, 09:44 +0300 schrieb regina babu: > I installed care2.6_alpha

Re: [Care2002-developers] login error

2009-03-25 Thread regina babu
thanks Gjergj done > hi regina, > > you have to install the php-sqlite extension. > > regards > gj > > regina babu wrote: >> I installed care2.6_alpha on ubuntu and on lammp .means mysql, apache >> ,php I tried to login as admin >> the result on right window: >> >> Fatal error: Class 'SQLiteDat

Re: [Care2002-developers] login error

2009-03-25 Thread Gjergj Sheldija
hi regina, you have to install the php-sqlite extension. regards gj regina babu wrote: > I installed care2.6_alpha on ubuntu and on lammp .means mysql, apache > ,php I tried to login as admin > the result on right window: > > Fatal error: Class 'SQLiteDatabase' not found in > /var/care2x/2.6

[Care2002-developers] login error

2009-03-24 Thread regina babu
I installed care2.6_alpha on ubuntu and on lammp .means mysql, apache ,php I tried to login as admin the result on right window: Fatal error: Class 'SQLiteDatabase' not found in /var/care2x/2.6/include/access_log.php on line 45 please help Do you have any suggestions? regina __