Re: [Care2002-developers] Info about Care2x installation and PHP version to use

2009-03-28 Thread Gabriele Cicala
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Gjergj.

I've tested the new release but I'm loosing the usefulness of using a
sql DB for the application logs.
I think that using a text file (like a log is) is feasible in order to
use the log rotation and also is more simple than using a SQL semantics
to read this info.
Please can you explain me this point?

Another question is regarding the DB type. Why not MySQL that is already
in use for all the application?

Thanks Gabriele

Gjergj Sheldija wrote:
 hi Gabriele,
 
 the latest version on svn runs on php 5.x only. you should find a deb 
 package in the download section.
 the actual state of c2x - the 2.6 brach - is that the daily therapy 
 won't work and some translations
 are still to be done.
 you can download the deb here : 
 http://garr.dl.sourceforge.net/sourceforge/care2002/care2x-2.6.alpha.deb
 
 regards
 gj.
 
 p.s. the new ver does logging into a sql db, so no more strange 
 directories :)
 
 Gabriele Cicala wrote:
 Hi Elpidio and to all care2x developer.

 I'm trying to install a new version of Care2x and actually I'm trying to use 
 the
  care2x_b225_full.zip (the tar.gz version has some problem while I try to
 untar).

 When I try to install it I notice that there is a little confusion about wich
 PHP version I have to install.
 Actually I'm using a laptop with Debian ETCH installed and PHP version
 5.2.0-8+etch13. During the steps of the installazion wizard there are two
 instances:
 The first one is this ...PHP Version 4.3.0 or greater is required, you are
 running 5.2.0-8+etch13
 The second one instead is this one...PHP Version lower than 5.0.0 is 
 required,
 you are running 5.2.0-8+etch13.

 Is seems a little bit confused on which version does I have to use.

 Actually another friend of mine is trying to install Care2x on a Laptop with
 Windows XP as OS using EasyPHP. The problem that they are encountering are 
 the
 same. The PHP version that they might use.

 Please could you clarify which version is the correct one?
 And also can you tell me the state of the art of Care2x inside the PHP 5
 framework.

 We need to know these info because we are trying to create an initial 
 approach
 to promote Care2x inside the Italian Hospital. We need to set up an example
 website (at least on a laptop) to let the administrator to see the full
 usability of the project.

 Sorry if this question is frustrating you but we think is important to know 
 the
 timetable of the project.

 Thank you in advance.
 Gabriele Cicala


 P.S.:
 Sorry once again..but why we need to create a directory log with exclamation
 mark like this one ...logs/access/2009! and  logs/access_fail/2009!?

 Bye Gabriele

 --

 Cicala Gabriele:

 Linux user #337703
 Cell. 3392975485
 Web: www.gabcicala.it/
 GPG key ID 0x63C1C5F5


 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers
   
 
 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers
 

- --
Cicala Gabriele:

Linux user #337703
Cell. 3392975485
Web: www.gabcicala.it/
GPG key ID 0x63C1C5F5
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREKAAYFAknOM8kACgkQA7uGg2PBxfW1OgCgz9CiArrDB3MSjQkLuOk4qN/s
gnEAnjYQ656PIqjylAshOS3NTEATsYp2
=cWmn
-END PGP SIGNATURE-

--
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Info about Care2x installation and PHP version to use

2009-03-28 Thread Gjergj Sheldija
hi Gabriele,

the usefulness is in the way the admin can create queries on what does what.
persons logged, resources that are more accessed, ecc..
something a bit difficult with log files. at least for one not good at using
awk and sed ;)

regarding you're second point, i'm working on it. in a couple of days
i'll post a patch in the svn to make it use mysql instead of sqlite.

regards
gj.

Gabriele Cicala wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512

 Hi Gjergj.

 I've tested the new release but I'm loosing the usefulness of using a
 sql DB for the application logs.
 I think that using a text file (like a log is) is feasible in order to
 use the log rotation and also is more simple than using a SQL semantics
 to read this info.
 Please can you explain me this point?

 Another question is regarding the DB type. Why not MySQL that is already
 in use for all the application?

 Thanks Gabriele

 Gjergj Sheldija wrote:
   
 hi Gabriele,

 the latest version on svn runs on php 5.x only. you should find a deb 
 package in the download section.
 the actual state of c2x - the 2.6 brach - is that the daily therapy 
 won't work and some translations
 are still to be done.
 you can download the deb here : 
 http://garr.dl.sourceforge.net/sourceforge/care2002/care2x-2.6.alpha.deb

 regards
 gj.

 p.s. the new ver does logging into a sql db, so no more strange 
 directories :)

 Gabriele Cicala wrote:
 
 Hi Elpidio and to all care2x developer.

 I'm trying to install a new version of Care2x and actually I'm trying to 
 use the
 care2x_b225_full.zip (the tar.gz version has some problem while I try to
 untar).

 When I try to install it I notice that there is a little confusion about 
 wich
 PHP version I have to install.
 Actually I'm using a laptop with Debian ETCH installed and PHP version
 5.2.0-8+etch13. During the steps of the installazion wizard there are two
 instances:
 The first one is this ...PHP Version 4.3.0 or greater is required, you are
 running 5.2.0-8+etch13
 The second one instead is this one...PHP Version lower than 5.0.0 is 
 required,
 you are running 5.2.0-8+etch13.

 Is seems a little bit confused on which version does I have to use.

 Actually another friend of mine is trying to install Care2x on a Laptop with
 Windows XP as OS using EasyPHP. The problem that they are encountering are 
 the
 same. The PHP version that they might use.

 Please could you clarify which version is the correct one?
 And also can you tell me the state of the art of Care2x inside the PHP 5
 framework.

 We need to know these info because we are trying to create an initial 
 approach
 to promote Care2x inside the Italian Hospital. We need to set up an example
 website (at least on a laptop) to let the administrator to see the full
 usability of the project.

 Sorry if this question is frustrating you but we think is important to know 
 the
 timetable of the project.

 Thank you in advance.
 Gabriele Cicala


 P.S.:
 Sorry once again..but why we need to create a directory log with exclamation
 mark like this one ...logs/access/2009! and  logs/access_fail/2009!?

 Bye Gabriele

 --

 Cicala Gabriele:

 Linux user #337703
 Cell. 3392975485
 Web: www.gabcicala.it/
 GPG key ID 0x63C1C5F5


 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers
   
   
 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers

 

 - --
 Cicala Gabriele:

 Linux user #337703
 Cell. 3392975485
 Web: www.gabcicala.it/
 GPG key ID 0x63C1C5F5
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iEYEAREKAAYFAknOM8kACgkQA7uGg2PBxfW1OgCgz9CiArrDB3MSjQkLuOk4qN/s
 gnEAnjYQ656PIqjylAshOS3NTEATsYp2
 =cWmn
 -END PGP SIGNATURE-

 --
 

Re: [Care2002-developers] Info about Care2x installation and PHP version to use

2009-03-24 Thread Dr . Bülent Potur
Dear Gjergj,
I installed care2.6_alpha on Kubuntu and on Xammp 1.7 in w$xp, The installation 
was unevenful. It started uneventfully. I logged in as admin and the left menu 
came normally. Then I tried to make the first record. When  I clicked on 
Patient here is the result on right window:

Fatal error:  Call to a member function FetchRow() on a non-object in 
C:\xampp\htdocs\care2.6_alpha\include\care_api_classes\class_gui_input_person.php
 on line 718

This is the same both in Kubuntu and Xammp.
Do you have any suggestions?
Bulent Potur

--- 18/03/09 Çar tarihinde Gjergj Sheldija gjergj.sheld...@gmail.com şöyle 
yazıyor:

Kimden: Gjergj Sheldija gjergj.sheld...@gmail.com
Konu: Re: [Care2002-developers] Info about Care2x installation and PHP version 
to use
Kime: care2002-developers@lists.sourceforge.net
Tarihi: 18 Mart 2009 Çarşamba, 9:14

hi Gabriele,

the latest version on svn runs on php 5.x only. you should find a deb 
package in the download section.
the actual state of c2x - the 2.6 brach - is that the daily therapy 
won't work and some translations
are still to be done.
you can download the deb here : 
http://garr.dl.sourceforge.net/sourceforge/care2002/care2x-2.6.alpha.deb

regards
gj.

p.s. the new ver does logging into a sql db, so no more strange 
directories :)

Gabriele Cicala wrote:
 Hi Elpidio and to all care2x developer.

 I'm trying to install a new version of Care2x and actually I'm trying to use 
 the
      care2x_b225_full.zip (the tar.gz version has some problem while I try to
 untar).

 When I try to install it I notice that there is a little confusion about wich
 PHP version I have to install.
 Actually I'm using a laptop with Debian ETCH installed and PHP version
 5.2.0-8+etch13. During the steps of the installazion wizard there are two
 instances:
 The first one is this ...PHP Version 4.3.0 or greater is required, you are
 running 5.2.0-8+etch13
 The second one instead is this one...PHP Version lower than 5.0.0 is 
 required,
 you are running 5.2.0-8+etch13.

 Is seems a little bit confused on which version does I have to use.

 Actually another friend of mine is trying to install Care2x on a Laptop with
 Windows XP as OS using EasyPHP. The problem that they are encountering are the
 same. The PHP version that they might use.

 Please could you clarify which version is the correct one?
 And also can you tell me the state of the art of Care2x inside the PHP 5
 framework.

 We need to know these info because we are trying to create an initial approach
 to promote Care2x inside the Italian Hospital. We need to set up an example
 website (at least on a laptop) to let the administrator to see the full
 usability of the project.

 Sorry if this question is frustrating you but we think is important to know 
 the
 timetable of the project.

 Thank you in advance.
 Gabriele Cicala


 P.S.:
 Sorry once again..but why we need to create a directory log with exclamation
 mark like this one ...logs/access/2009! and  logs/access_fail/2009!?

 Bye Gabriele

 --

 Cicala Gabriele:

 Linux user #337703
 Cell. 3392975485
 Web: www.gabcicala.it/
 GPG key ID 0x63C1C5F5




  ___
Yahoo! Türkiye açıldı!  http://yahoo.com.tr
İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Info about Care2x installation and PHP version to use

2009-03-24 Thread GMM
I need a Pathology Lab management software. I was trying to use Care2X but
it is not suitable. Can anybody help me in this regard?

 

Thanks

Dr. GM

 

From: Gjergj Sheldija [mailto:gjergj.sheld...@gmail.com] 
Sent: Tuesday, March 24, 2009 7:36 PM
To: care2002-developers@lists.sourceforge.net
Subject: Re: [Care2002-developers] Info about Care2x installation and PHP
version to use

 

Dear Dr. Potur,

the version you have installed has some changes in it regarding the patient
handling, department / ward management and user / role generation.
it means that before starting to admit a patient the system administrator
needs to create cities with their corresponding zip codes in the parameters
menu, besides that the sysadmin have to create insurance companies again in
the parameters menu.

besides that, i'd like to excuse for not replying to your mail regarding the
translations. the problem is that in this moment me, robert meggle and tim
schoefild are discussing about the idea of creating a new version of care2x.
the main problems are technical : what framework to use, if to use one, how
to handdle the localisation / translation , working on the integration
between c2x and weberp, what standarts to use for inter his communication :
hl7 v2 ? v3 or openehr and questions like those.
i'm saying all this first, to justify about my not replying to the mail and
second because advices from a healthcare expert would be very very welcomed.


Gjergj Sheldija

On Tue, Mar 24, 2009 at 1:39 PM, Dr. Bülent Potur bpo...@yahoo.com wrote:


Dear Gjergj,
I installed care2.6_alpha on Kubuntu and on Xammp 1.7 in w$xp, The
installation was unevenful. It started uneventfully. I logged in as admin
and the left menu came normally. Then I tried to make the first record. When
I clicked on Patient here is the result on right window:

Fatal error: Call to a member function FetchRow() on a non-object in
C:\xampp\htdocs\care2.6_alpha\include\care_api_classes\class_gui_input_perso
n.php on line 718

This is the same both in Kubuntu and Xammp.
Do you have any suggestions?
Bulent Potur

--- 18/03/09 Çar tarihinde Gjergj Sheldija gjergj.sheld...@gmail.com şöyle
yazıyor:


Kimden: Gjergj Sheldija gjergj.sheld...@gmail.com
Konu: Re: [Care2002-developers] Info about Care2x installation and PHP
version to use
Kime: care2002-developers@lists.sourceforge.net
Tarihi: 18 Mart 2009 Çarşamba, 9:14

 

hi Gabriele,

the latest version on svn runs on php 5.x only. you should find a deb 
package in the download section.
the actual state of c2x - the 2.6 brach - is that the daily therapy 
won't work and some translations
are still to be done.
you can download the deb here : 
http://garr.dl.sourceforge.net/sourceforge/care2002/care2x-2.6.alpha.deb

regards
gj.

p.s. the new ver does logging into a sql db, so no more strange 
directories :)

Gabriele Cicala wrote:
 Hi Elpidio and to all care2x developer.

 I'm trying to install a new version of Care2x and actually I'm trying to
use the
  care2x_b225_full.zip (the tar.gz version has some problem while I try
to
 untar).

 When I try to install it I notice that there is a little confusion about
wich
 PHP version I have to install.
 Actually I'm using a laptop with Debian ETCH installed and PHP version
 5.2.0-8+etch13. During the steps of the installazion wizard there are two
 instances:
 The first one is this ...PHP Version 4.3.0 or greater is required, you
are
 running 5.2.0-8+etch13
 The second one instead is this one...PHP Version lower than 5.0.0 is
required,
 you are running 5.2.0-8+etch13.

 Is seems a little bit confused on which version does I have to use.

 Actually another friend of mine is trying to install Care2x on a Laptop
with
 Windows XP as OS using EasyPHP. The problem that they are encountering are
the
 same. The PHP version that they might use.

 Please could you clarify which version is the correct one?
 And also can you tell me the state of the art of Care2x inside the PHP 5
 framework.

 We need to know these info because we are trying to create an initial
approach
 to promote Care2x inside the Italian Hospital. We need to set up an
example
 website (at least on a laptop) to let the administrator to see the full
 usability of the project.

 Sorry if this question is frustrating you but we think is important to
know the
 timetable of the project.

 Thank you in advance.
 Gabriele Cicala


 P.S.:
 Sorry once again..but why we need to create a directory log with
exclamation
 mark like this one ...logs/access/2009! and  logs/access_fail/2009!?

 Bye Gabriele

 --

 Cicala Gabriele:

 Linux user #337703
 Cell. 3392975485
 Web: www.gabcicala.it/
 GPG key ID 0x63C1C5F5

 

  _  

Yahoo! Türkiye açıldı!
Haber, Ekonomi, Videolar, Oyunlar hepsi Yahoo! Türkiye'de!
www.yahoo.com.tr http://tr.yahoo.com/ 



--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging

Re: [Care2002-developers] Info about Care2x installation and PHP version to use

2009-03-18 Thread Gjergj Sheldija
hi Gabriele,

the latest version on svn runs on php 5.x only. you should find a deb 
package in the download section.
the actual state of c2x - the 2.6 brach - is that the daily therapy 
won't work and some translations
are still to be done.
you can download the deb here : 
http://garr.dl.sourceforge.net/sourceforge/care2002/care2x-2.6.alpha.deb

regards
gj.

p.s. the new ver does logging into a sql db, so no more strange 
directories :)

Gabriele Cicala wrote:
 Hi Elpidio and to all care2x developer.

 I'm trying to install a new version of Care2x and actually I'm trying to use 
 the
   care2x_b225_full.zip (the tar.gz version has some problem while I try to
 untar).

 When I try to install it I notice that there is a little confusion about wich
 PHP version I have to install.
 Actually I'm using a laptop with Debian ETCH installed and PHP version
 5.2.0-8+etch13. During the steps of the installazion wizard there are two
 instances:
 The first one is this ...PHP Version 4.3.0 or greater is required, you are
 running 5.2.0-8+etch13
 The second one instead is this one...PHP Version lower than 5.0.0 is 
 required,
 you are running 5.2.0-8+etch13.

 Is seems a little bit confused on which version does I have to use.

 Actually another friend of mine is trying to install Care2x on a Laptop with
 Windows XP as OS using EasyPHP. The problem that they are encountering are the
 same. The PHP version that they might use.

 Please could you clarify which version is the correct one?
 And also can you tell me the state of the art of Care2x inside the PHP 5
 framework.

 We need to know these info because we are trying to create an initial approach
 to promote Care2x inside the Italian Hospital. We need to set up an example
 website (at least on a laptop) to let the administrator to see the full
 usability of the project.

 Sorry if this question is frustrating you but we think is important to know 
 the
 timetable of the project.

 Thank you in advance.
 Gabriele Cicala


 P.S.:
 Sorry once again..but why we need to create a directory log with exclamation
 mark like this one ...logs/access/2009! and  logs/access_fail/2009!?

 Bye Gabriele

 --

 Cicala Gabriele:

 Linux user #337703
 Cell. 3392975485
 Web: www.gabcicala.it/
 GPG key ID 0x63C1C5F5


 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers
   

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Info about Care2x installation and PHP version to use

2009-03-18 Thread Gabriele Cicala
Hi Gjergj. I'll try to test this one.
Thank you

Gabriele

Quoting Gjergj Sheldija gjergj.sheld...@gmail.com:

 hi Gabriele,

 the latest version on svn runs on php 5.x only. you should find a deb
 package in the download section.
 the actual state of c2x - the 2.6 brach - is that the daily therapy
 won't work and some translations
 are still to be done.
 you can download the deb here :
 http://garr.dl.sourceforge.net/sourceforge/care2002/care2x-2.6.alpha.deb

 regards
 gj.

 p.s. the new ver does logging into a sql db, so no more strange
 directories :)

 Gabriele Cicala wrote:
  Hi Elpidio and to all care2x developer.
 
  I'm trying to install a new version of Care2x and actually I'm trying to
 use the
  care2x_b225_full.zip (the tar.gz version has some problem while I try to
  untar).
 
  When I try to install it I notice that there is a little confusion about
 wich
  PHP version I have to install.
  Actually I'm using a laptop with Debian ETCH installed and PHP version
  5.2.0-8+etch13. During the steps of the installazion wizard there are two
  instances:
  The first one is this ...PHP Version 4.3.0 or greater is required, you are
  running 5.2.0-8+etch13
  The second one instead is this one...PHP Version lower than 5.0.0 is
 required,
  you are running 5.2.0-8+etch13.
 
  Is seems a little bit confused on which version does I have to use.
 
  Actually another friend of mine is trying to install Care2x on a Laptop
 with
  Windows XP as OS using EasyPHP. The problem that they are encountering are
 the
  same. The PHP version that they might use.
 
  Please could you clarify which version is the correct one?
  And also can you tell me the state of the art of Care2x inside the PHP 5
  framework.
 
  We need to know these info because we are trying to create an initial
 approach
  to promote Care2x inside the Italian Hospital. We need to set up an example
  website (at least on a laptop) to let the administrator to see the full
  usability of the project.
 
  Sorry if this question is frustrating you but we think is important to know
 the
  timetable of the project.
 
  Thank you in advance.
  Gabriele Cicala
 
 
  P.S.:
  Sorry once again..but why we need to create a directory log with
 exclamation
  mark like this one ...logs/access/2009! and  logs/access_fail/2009!?
 
  Bye Gabriele
 
  --
 
  Cicala Gabriele:
 
  Linux user #337703
  Cell. 3392975485
  Web: www.gabcicala.it/
  GPG key ID 0x63C1C5F5
 
 
 
 --
  Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
  powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
  easily build your RIAs with Flex Builder, the Eclipse(TM)based development
  software that enables intelligent coding and step-through debugging.
  Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
  ___
  Care2002-developers mailing list
  Care2002-developers@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/care2002-developers
 

 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers



--

Cicala Gabriele:

Linux user #337703
Cell. 3392975485
Web: www.gabcicala.it/
GPG key ID 0x63C1C5F5


--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Info about Care2x installation and PHP version to use

2009-03-17 Thread Shalini M
Hi Gabriele,
I am using Care2x 2.1.7 for Linux. I think it is latest stable one.
Are you using xampp server? Pls run the following commnad on ur terminal.
# /opt/lampp/lampp php4


On Wed, Mar 18, 2009 at 5:05 AM, Gabriele Cicala 
gabriele.cic...@gabcicala.it wrote:

 Hi Elpidio and to all care2x developer.

 I'm trying to install a new version of Care2x and actually I'm trying to
 use the
care2x_b225_full.zip (the tar.gz version has some problem while I
 try to
 untar).

 When I try to install it I notice that there is a little confusion about
 wich
 PHP version I have to install.
 Actually I'm using a laptop with Debian ETCH installed and PHP version
 5.2.0-8+etch13. During the steps of the installazion wizard there are two
 instances:
 The first one is this ...PHP Version 4.3.0 or greater is required, you are
 running 5.2.0-8+etch13
 The second one instead is this one...PHP Version lower than 5.0.0 is
 required,
 you are running 5.2.0-8+etch13.

 Is seems a little bit confused on which version does I have to use.

 Actually another friend of mine is trying to install Care2x on a Laptop
 with
 Windows XP as OS using EasyPHP. The problem that they are encountering are
 the
 same. The PHP version that they might use.

 Please could you clarify which version is the correct one?
 And also can you tell me the state of the art of Care2x inside the PHP 5
 framework.

 We need to know these info because we are trying to create an initial
 approach
 to promote Care2x inside the Italian Hospital. We need to set up an example
 website (at least on a laptop) to let the administrator to see the full
 usability of the project.

 Sorry if this question is frustrating you but we think is important to know
 the
 timetable of the project.

 Thank you in advance.
 Gabriele Cicala


 P.S.:
 Sorry once again..but why we need to create a directory log with
 exclamation
 mark like this one ...logs/access/2009! and  logs/access_fail/2009!?

 Bye Gabriele

 --

 Cicala Gabriele:

 Linux user #337703
 Cell. 3392975485
 Web: www.gabcicala.it/
 GPG key ID 0x63C1C5F5



 --
 Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
 powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
 easily build your RIAs with Flex Builder, the Eclipse(TM)based development
 software that enables intelligent coding and step-through debugging.
 Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
 ___
 Care2002-developers mailing list
 Care2002-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/care2002-developers




-- 
Regards,
Shalini M
--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Info

2004-09-08 Thread Alessio Ferrario
Hi Matthew,
we'll very happy to cooperate with you and obviosly with cared2x
developemnt team.
At this time we are studing a single sign on module for care2x.
We are looking at kerberos5 and/or LDAP.
moreover we are testing care2x with postgressql DB and we have some
problem with it.
Maybe this is a stupid question, but I have not still understood how
access the development version of care2x (CVS server?) 
Can you help me?
Ciao
Alessio


Il lun, 2004-08-30 alle 16:32, matthew ha scritto:
 Alessio,
 
 My name is Matthew Lottinger my company is working developing Care2x  
 into a viable medical record system in the USA.  There may be some areas 
 where we can cooperate especially in the areas of developing the 
 security features in Care2x..
 
 Matthew Lottinger

-- 
Dr. Alessio Ferrario
e-mail: [EMAIL PROTECTED]
phone: +39-02-454461   
fax +39-02-45446333



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Care2002-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Info

2004-09-08 Thread Elpidio Latorilla
Hello Alessio,

On Wednesday 08 September 2004 04:47, Alessio Ferrario wrote:
 We are looking at kerberos5 and/or LDAP.
 moreover we are testing care2x with postgressql DB and we have some
 problem with it.

Would you kindly elaborate the problem. Which version of care2x are you using?

 Maybe this is a stupid question, but I have not still understood how
 access the development version of care2x (CVS server?)
 Can you help me?

If you only need a read only access to CVS you can go here:
http://cvs.sourceforge.net/viewcvs.py/care2002/Care2002/

If you need to commit files, you need to be listed as developer in the sf.net 
project's site. You need to register at sf.net first then you give me your 
username.

I suggest the Eclipse platform to access the CVS. It makes the CVS work a bit 
easier.

regards,
Elpidio


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idP47alloc_id808op=click
___
Care2002-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Info

2004-09-01 Thread Alessio Ferrario
Hi Wilfried

 Have a look to the Cospa European Union project. Its centralized at
 university of Bozen. Maybe you and your sw house can be a observer
 inside this project. I take some time contacts to the Cospa people.

thank you for the info about COSPA project.
On their web site there are many interesting document :-)

 End of September we take a trip to Innsbruck international nurses IT
 conference and maybe the weekend after we go to Milano 

If you plan to came to Milano, plese call/write us maybe we can 
organize a little meeting  in our office :-)

-- 
Alessio Ferrario
e-mail: [EMAIL PROTECTED]
Work: +39-02-454461   
Fax +39-02-45446333




---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Care2002-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/care2002-developers