Re: [Care2002-developers] Trunk and Branches?

2012-03-27 Thread Anousak Souphavanh
Thank you, Robert.

By the way, can you or is there a HOW TO INSTALL from branch or Trunk?

I tried install from the branch per your suggestion but NOTHING happens
when:

htp://localhost/care2x

it gives

htp://localhost/care3x/installer/install.php

though, but no furhter instructions.

Thanks,
Anousak


On Tue, Mar 27, 2012 at 12:26 PM, Robert Meggle  wrote:

> Hi Anousak,
>
> You can give a try. The other branches came out of the history of this
> development. When the elct branch is working perfect, the other branches
> will be dropped out.
>
> Robert
>
> Am Dienstag, den 27.03.2012, 12:03 +0700 schrieb Anousak Souphavanh:
> > Hi Robert,
> >
> > Thanks for your reply.  So I can give it a try using Care2x_elct? I
> > know there are Tags and Utu folders there are well.
> >
> > Regards,
> > Anousak
> >
> > On Tue, Mar 27, 2012 at 11:56 AM, Robert Meggle 
> > wrote:
> > Hi,
> >
> > The branch "care2x_elct" is a merge from several individual
> > developments. It is located as branch till it will be work
> > completely
> > without any issues. So far there is an issue reported that
> > some reports
> > are not working as it should. When I do have a space in my
> > schedule I
> > will look for.
> >
> > Robert
> >
> > Am Dienstag, den 27.03.2012, 11:34 +0700 schrieb Anousak
> > Souphavanh:
> > > Hi all,
> > >
> > > I just completed a download using SNV and found two maIn
> > components
> > > under Care2x_TZ: Trunk and Branches. May I ask what is the
> > proper
> > > component to install? It looks like Trunk has updated files
> > and
> > > functions... Also what would be a big differences between
> > Care2X_TZ
> > > and Care2x? Can't decide what to install. I will wait for
> > your reply.
> > >
> > > Many thanks for your kind suggestions in advance.
> > > --
> > > Regards,
> > > Anousak (Anthony) Souphavanh
> > >
> >
> > >
> >
> --
> > > This SF email is sponsosred by:
> > > Try Windows Azure free for 90 days Click Here
> > > http://p.sf.net/sfu/sfd2d-msazure
> > > ___
> > Care2002-developers mailing list
> > Care2002-developers@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/care2002-developers
> >
> > --
> > 
> > MEROTECH IT Engineering
> >
> > Robert Meggle
> > St.-Mang-Str. 8
> > 87616 Marktoberdorf
> >
> > Germany
> >
> > Tel: +49(0)8342 - 8956729
> > Fax: +49(0)8342 - 8956730
> > mailto:meg...@merotech.de
> >
> >
> >
> >
> --
> > This SF email is sponsosred by:
> > Try Windows Azure free for 90 days Click Here
> > http://p.sf.net/sfu/sfd2d-msazure
> > ___
> > Care2002-developers mailing list
> > Care2002-developers@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/care2002-developers
> >
> >
> --
> > This SF email is sponsosred by:
> > Try Windows Azure free for 90 days Click Here
> > http://p.sf.net/sfu/sfd2d-msazure
> > ___ Care2002-developers
> mailing list Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>
> --
> 
> MEROTECH IT Engineering
>
> Robert Meggle
> St.-Mang-Str. 8
> 87616 Marktoberdorf
>
> Germany
>
> Tel: +49(0)8342 - 8956729
> Fax: +49(0)8342 - 8956730
> mailto:meg...@merotech.de
>
>
>
>
> --
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Trunk and Branches?

2012-03-27 Thread Robert Meggle
Hi,

Yes, the installer seems to deactivated in this branch. But there is an
database dump in the repository:

care2x_elct/install/mysql/manual/care2x.sql

You can install it manually by doing following steps: 

- create a database
- xammp [1]:
- search for mysql.exe
- go in that folder with command line
- type: mysql.exe -uroot [name of db] < [care2x.sql]
- linux: 
- type: mysql -uroot [name of db] < [care2x.sql]
- open care2x_elct/include/inc_init_main.php
- type in dbname, username and password for db

for linux: Make sure that following folder:
/care2x_elct/gui/smarty_template/templates_c
has write permissions (chmod 777)

Robert

[1] Example: When you have installed xampp under C: and you have
mysql.exe in a bin folder there:

c:\xampp\bin\mysql.exe -uroot 
Type 'help;' or '\h' for help. Type '\c' to clear the current input
statement.
mysql> create database c2x;
Query OK, 1 row affected (0.00 sec)

mysql> quit

c:\xampp\bin\mysql.exe -uroot c2x < C:\xampp\htdocs\care2x\install\mysql
\manual\care2x.sql




Am Dienstag, den 27.03.2012, 14:31 +0700 schrieb Anousak Souphavanh:
> Thank you, Robert.
> 
> By the way, can you or is there a HOW TO INSTALL from branch or
> Trunk? 
> 
> I tried install from the branch per your suggestion but NOTHING
> happens when:
> 
> htp://localhost/care2x
> 
> it gives
> 
> htp://localhost/care3x/installer/install.php 
> 
> though, but no furhter instructions.
> 
> Thanks,
> Anousak
> 
> 
> On Tue, Mar 27, 2012 at 12:26 PM, Robert Meggle 
> wrote:
> Hi Anousak,
> 
> You can give a try. The other branches came out of the history
> of this
> development. When the elct branch is working perfect, the
> other branches
> will be dropped out.
> 
> Robert
> 
> Am Dienstag, den 27.03.2012, 12:03 +0700 schrieb Anousak
> Souphavanh:
> > Hi Robert,
> >
> > Thanks for your reply.  So I can give it a try using
> Care2x_elct? I
> > know there are Tags and Utu folders there are well.
> >
> > Regards,
> > Anousak
> >
> > On Tue, Mar 27, 2012 at 11:56 AM, Robert Meggle
> 
> > wrote:
> > Hi,
> >
> > The branch "care2x_elct" is a merge from several
> individual
> > developments. It is located as branch till it will
> be work
> > completely
> > without any issues. So far there is an issue
> reported that
> > some reports
> > are not working as it should. When I do have a space
> in my
> > schedule I
> > will look for.
> >
> > Robert
> >
> > Am Dienstag, den 27.03.2012, 11:34 +0700 schrieb
> Anousak
> > Souphavanh:
> > > Hi all,
> > >
> > > I just completed a download using SNV and found
> two maIn
> > components
> > > under Care2x_TZ: Trunk and Branches. May I ask
> what is the
> > proper
> > > component to install? It looks like Trunk has
> updated files
> > and
> > > functions... Also what would be a big differences
> between
> > Care2X_TZ
> > > and Care2x? Can't decide what to install. I will
> wait for
> > your reply.
> > >
> > > Many thanks for your kind suggestions in advance.
> > > --
> > > Regards,
> > > Anousak (Anthony) Souphavanh
> > >
> >
> > >
> >
> 
> --
> > > This SF email is sponsosred by:
> > > Try Windows Azure free for 90 days Click Here
> > > http://p.sf.net/sfu/sfd2d-msazure
> > > ___
> > Care2002-developers mailing list
> > Care2002-developers@lists.sourceforge.net
> >
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> >
> > --
> > 
> > MEROTECH IT Engineering
> >
> > Robert Meggle
> > St.-Mang-Str. 8
> > 87616 Marktoberdorf
> >
> > Germany
> >
> > Tel: +49(0)8342 - 8956729
> > Fax: +49(0)8342 - 8956730
> > mailto:meg...@merotech.de
> >
> >
> >
> >
> 
> --

Re: [Care2002-developers] Trunk and Branches?

2012-03-27 Thread Rogério P . Falcone
Look version mysql, php and apache . This is very important.

I'm problem with version. Now is very good.

I'm Install with version :
mysql 5.0.45, php 4.4.7, apache 2.0.50

Software very simple on the install : wampserver

Rogério


 

-Original Message-
From: Robert Meggle [mailto:robert.meg...@care2x.org] 
Sent: martes, 27 de marzo de 2012 04:42 a.m.
To: care2002-developers@lists.sourceforge.net
Subject: Re: [Care2002-developers] Trunk and Branches?

Hi,

Yes, the installer seems to deactivated in this branch. But there is an
database dump in the repository:

care2x_elct/install/mysql/manual/care2x.sql

You can install it manually by doing following steps: 

- create a database
- xammp [1]:
- search for mysql.exe
- go in that folder with command line
- type: mysql.exe -uroot [name of db] < [care2x.sql]
- linux: 
- type: mysql -uroot [name of db] < [care2x.sql]
- open care2x_elct/include/inc_init_main.php
- type in dbname, username and password for db

for linux: Make sure that following folder:
/care2x_elct/gui/smarty_template/templates_c
has write permissions (chmod 777)

Robert

[1] Example: When you have installed xampp under C: and you have mysql.exe
in a bin folder there:

c:\xampp\bin\mysql.exe -uroot
Type 'help;' or '\h' for help. Type '\c' to clear the current input
statement.
mysql> create database c2x;
Query OK, 1 row affected (0.00 sec)

mysql> quit

c:\xampp\bin\mysql.exe -uroot c2x < C:\xampp\htdocs\care2x\install\mysql
\manual\care2x.sql




Am Dienstag, den 27.03.2012, 14:31 +0700 schrieb Anousak Souphavanh:
> Thank you, Robert.
> 
> By the way, can you or is there a HOW TO INSTALL from branch or Trunk?
> 
> I tried install from the branch per your suggestion but NOTHING 
> happens when:
> 
> htp://localhost/care2x
> 
> it gives
> 
> htp://localhost/care3x/installer/install.php
> 
> though, but no furhter instructions.
> 
> Thanks,
> Anousak
> 
> 
> On Tue, Mar 27, 2012 at 12:26 PM, Robert Meggle 
> wrote:
> Hi Anousak,
> 
> You can give a try. The other branches came out of the history
> of this
> development. When the elct branch is working perfect, the
> other branches
> will be dropped out.
> 
> Robert
> 
> Am Dienstag, den 27.03.2012, 12:03 +0700 schrieb Anousak
> Souphavanh:
> > Hi Robert,
> >
> > Thanks for your reply.  So I can give it a try using
> Care2x_elct? I
> > know there are Tags and Utu folders there are well.
> >
> > Regards,
> > Anousak
> >
> > On Tue, Mar 27, 2012 at 11:56 AM, Robert Meggle
> 
> > wrote:
> > Hi,
> >
> > The branch "care2x_elct" is a merge from several
> individual
> > developments. It is located as branch till it will
> be work
> > completely
> > without any issues. So far there is an issue
> reported that
> > some reports
> > are not working as it should. When I do have a space
> in my
> > schedule I
> > will look for.
> >
> > Robert
> >
> > Am Dienstag, den 27.03.2012, 11:34 +0700 schrieb
> Anousak
> > Souphavanh:
> > > Hi all,
> > >
> > > I just completed a download using SNV and found
> two maIn
> > components
> > > under Care2x_TZ: Trunk and Branches. May I ask
> what is the
> > proper
> > > component to install? It looks like Trunk has
> updated files
> > and
> > > functions... Also what would be a big differences
> between
> > Care2X_TZ
> > > and Care2x? Can't decide what to install. I will
> wait for
> > your reply.
> > >
> > > Many thanks for your kind suggestions in advance.
> > > --
> > > Regards,
> > > Anousak (Anthony) Souphavanh
> > >
> >
> > >
> >
>

--
> > > This SF email is sponsosred by:
> > > Try Windows Azure free for 90 days Click Here
> > > http://p.sf.net/sfu/sfd2d-msazure
> > > ___
> > Care2002-developers mailing list
> > Care2002-developers@lists.sourceforge.net
> >
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> >
> > --
> > 
> > MEROTECH IT

Re: [Care2002-developers] Trunk and Branches?

2012-03-27 Thread Anousak Souphavanh
Looks like mysql, apache, and php are latest version on my ubuntu 10.04.
Will have to reinstall them manually.

Will give it a try and many thanks to all.

regards,
anousak
On 2012 3 27 19:48, "Rogério P. Falcone"  wrote:

> Look version mysql, php and apache . This is very important.
>
> I'm problem with version. Now is very good.
>
> I'm Install with version :
> mysql 5.0.45, php 4.4.7, apache 2.0.50
>
> Software very simple on the install : wampserver
>
> Rogério
>
>
>
>
> -Original Message-
> From: Robert Meggle [mailto:robert.meg...@care2x.org]
> Sent: martes, 27 de marzo de 2012 04:42 a.m.
> To: care2002-developers@lists.sourceforge.net
> Subject: Re: [Care2002-developers] Trunk and Branches?
>
> Hi,
>
> Yes, the installer seems to deactivated in this branch. But there is an
> database dump in the repository:
>
> care2x_elct/install/mysql/manual/care2x.sql
>
> You can install it manually by doing following steps:
>
> - create a database
> - xammp [1]:
>- search for mysql.exe
>- go in that folder with command line
>- type: mysql.exe -uroot [name of db] < [care2x.sql]
> - linux:
>- type: mysql -uroot [name of db] < [care2x.sql]
> - open care2x_elct/include/inc_init_main.php
>- type in dbname, username and password for db
>
> for linux: Make sure that following folder:
> /care2x_elct/gui/smarty_template/templates_c
> has write permissions (chmod 777)
>
> Robert
>
> [1] Example: When you have installed xampp under C: and you have mysql.exe
> in a bin folder there:
>
> c:\xampp\bin\mysql.exe -uroot
> Type 'help;' or '\h' for help. Type '\c' to clear the current input
> statement.
> mysql> create database c2x;
> Query OK, 1 row affected (0.00 sec)
>
> mysql> quit
>
> c:\xampp\bin\mysql.exe -uroot c2x < C:\xampp\htdocs\care2x\install\mysql
> \manual\care2x.sql
>
>
>
>
> Am Dienstag, den 27.03.2012, 14:31 +0700 schrieb Anousak Souphavanh:
> > Thank you, Robert.
> >
> > By the way, can you or is there a HOW TO INSTALL from branch or Trunk?
> >
> > I tried install from the branch per your suggestion but NOTHING
> > happens when:
> >
> > htp://localhost/care2x
> >
> > it gives
> >
> > htp://localhost/care3x/installer/install.php
> >
> > though, but no furhter instructions.
> >
> > Thanks,
> > Anousak
> >
> >
> > On Tue, Mar 27, 2012 at 12:26 PM, Robert Meggle 
> > wrote:
> > Hi Anousak,
> >
> > You can give a try. The other branches came out of the history
> > of this
> > development. When the elct branch is working perfect, the
> > other branches
> > will be dropped out.
> >
> > Robert
> >
> > Am Dienstag, den 27.03.2012, 12:03 +0700 schrieb Anousak
> > Souphavanh:
> > > Hi Robert,
> > >
> > > Thanks for your reply.  So I can give it a try using
> > Care2x_elct? I
> > > know there are Tags and Utu folders there are well.
> > >
> > > Regards,
> > > Anousak
> > >
> > > On Tue, Mar 27, 2012 at 11:56 AM, Robert Meggle
> > 
> > > wrote:
> > > Hi,
> > >
> > > The branch "care2x_elct" is a merge from several
> > individual
> > > developments. It is located as branch till it will
> > be work
> > > completely
> > > without any issues. So far there is an issue
> > reported that
> > > some reports
> > > are not working as it should. When I do have a space
> > in my
> > > schedule I
> > > will look for.
> > >
> > > Robert
> > >
> > > Am Dienstag, den 27.03.2012, 11:34 +0700 schrieb
> > Anousak
> > > Souphavanh:
> > > > Hi all,
> > > >
> > > > I just completed a download using SNV and found
> > two maIn
> > > components
> > > > under Care2x_TZ: Trunk and Branches. May I ask
> > what is the
> > > proper
> > > > component to install? It looks like Trunk has
> > updated files
> > > and
> > > > functions... Also what would be a big differences
> > between
> > > Care2X_TZ
> > > > and Care2x? Can't decide what to install. I will
> > wait for
> > > your reply.
> > > >
> > > > Many thanks for your kind suggestions in advance.
> > > > --
> > > > Regards,
> > > > Anousak (Anthony) Souphavanh
> > > >
> > >
> > > >
> > >
> >
>
> 
> --
> > > > This SF email is sponsosred by:
> > > > Try Windows Azure free for 90 d

Re: [Care2002-developers] Trunk and Branches?

2012-03-27 Thread Tim Schofield
I don't believe it should give a problem except some E_DEPRECATED
warnings in PHP 5.3. These can be hidden by ensuring that
error_reporting is set to not show these warnings.

Thanks
Tim


On 28 March 2012 03:19, Anousak Souphavanh  wrote:
> Looks like mysql, apache, and php are latest version on my ubuntu 10.04.
> Will have to reinstall them manually.
>
> Will give it a try and many thanks to all.
>
> regards,
> anousak
>
> On 2012 3 27 19:48, "Rogério P. Falcone"  wrote:
>>
>> Look version mysql, php and apache . This is very important.
>>
>> I'm problem with version. Now is very good.
>>
>> I'm Install with version :
>> mysql 5.0.45, php 4.4.7, apache 2.0.50
>>
>> Software very simple on the install : wampserver
>>
>> Rogério
>>
>>
>>
>>
>> -Original Message-
>> From: Robert Meggle [mailto:robert.meg...@care2x.org]
>> Sent: martes, 27 de marzo de 2012 04:42 a.m.
>> To: care2002-developers@lists.sourceforge.net
>> Subject: Re: [Care2002-developers] Trunk and Branches?
>>
>> Hi,
>>
>> Yes, the installer seems to deactivated in this branch. But there is an
>> database dump in the repository:
>>
>> care2x_elct/install/mysql/manual/care2x.sql
>>
>> You can install it manually by doing following steps:
>>
>> - create a database
>> - xammp [1]:
>>        - search for mysql.exe
>>        - go in that folder with command line
>>        - type: mysql.exe -uroot [name of db] < [care2x.sql]
>> - linux:
>>        - type: mysql -uroot [name of db] < [care2x.sql]
>> - open care2x_elct/include/inc_init_main.php
>>        - type in dbname, username and password for db
>>
>> for linux: Make sure that following folder:
>> /care2x_elct/gui/smarty_template/templates_c
>> has write permissions (chmod 777)
>>
>> Robert
>>
>> [1] Example: When you have installed xampp under C: and you have mysql.exe
>> in a bin folder there:
>>
>> c:\xampp\bin\mysql.exe -uroot
>> Type 'help;' or '\h' for help. Type '\c' to clear the current input
>> statement.
>> mysql> create database c2x;
>> Query OK, 1 row affected (0.00 sec)
>>
>> mysql> quit
>>
>> c:\xampp\bin\mysql.exe -uroot c2x < C:\xampp\htdocs\care2x\install\mysql
>> \manual\care2x.sql
>>
>>
>>
>>
>> Am Dienstag, den 27.03.2012, 14:31 +0700 schrieb Anousak Souphavanh:
>> > Thank you, Robert.
>> >
>> > By the way, can you or is there a HOW TO INSTALL from branch or Trunk?
>> >
>> > I tried install from the branch per your suggestion but NOTHING
>> > happens when:
>> >
>> > htp://localhost/care2x
>> >
>> > it gives
>> >
>> > htp://localhost/care3x/installer/install.php
>> >
>> > though, but no furhter instructions.
>> >
>> > Thanks,
>> > Anousak
>> >
>> >
>> > On Tue, Mar 27, 2012 at 12:26 PM, Robert Meggle 
>> > wrote:
>> >         Hi Anousak,
>> >
>> >         You can give a try. The other branches came out of the history
>> >         of this
>> >         development. When the elct branch is working perfect, the
>> >         other branches
>> >         will be dropped out.
>> >
>> >         Robert
>> >
>> >         Am Dienstag, den 27.03.2012, 12:03 +0700 schrieb Anousak
>> >         Souphavanh:
>> >         > Hi Robert,
>> >         >
>> >         > Thanks for your reply.  So I can give it a try using
>> >         Care2x_elct? I
>> >         > know there are Tags and Utu folders there are well.
>> >         >
>> >         > Regards,
>> >         > Anousak
>> >         >
>> >         > On Tue, Mar 27, 2012 at 11:56 AM, Robert Meggle
>> >         
>> >         > wrote:
>> >         >         Hi,
>> >         >
>> >         >         The branch "care2x_elct" is a merge from several
>> >         individual
>> >         >         developments. It is located as branch till it will
>> >         be work
>> >         >         completely
>> >         >         without any issues. So far there is an issue
>> >         reported that
>> >         >         some reports
>> >         >         are not working as it should. When I do have a space
>> >         in my
>> >         >         schedule I
>> >         >         will look for.
>> >         >
>> >         >         Robert
>> >         >
>> >         >         Am Dienstag, den 27.03.2012, 11:34 +0700 schrieb
>> >         Anousak
>> >         >         Souphavanh:
>> >         >         > Hi all,
>> >         >         >
>> >         >         > I just completed a download using SNV and found
>> >         two maIn
>> >         >         components
>> >         >         > under Care2x_TZ: Trunk and Branches. May I ask
>> >         what is the
>> >         >         proper
>> >         >         > component to install? It looks like Trunk has
>> >         updated files
>> >         >         and
>> >         >         > functions... Also what would be a big differences
>> >         between
>> >         >         Care2X_TZ
>> >         >         > and Care2x? Can't decide what to install. I will
>> >         wait for
>> >         >         your reply.
>> >         >         >
>> >         >         > Many thanks for your kind suggestio

Re: [Care2002-developers] Trunk and Branches?

2012-03-27 Thread Anousak Souphavanh
Hi all,

I still cannot pass the first stage of install (from SVN,
Care2002/care2x_TZ/branches, Care2x_elct) via:

http://localhost/care2x/installer/install.php

I got blank screen at this point.

My system are:

Ubuntu 10.04
Php 5.3.2
Apache 2.2.14
Mysql 5.1.41

Though I was abvle to install using download version: Care2x-HIS-2.6.27.zip

Please help,

Anousak

On Wed, Mar 28, 2012 at 12:24 PM, Tim Schofield wrote:

> I don't believe it should give a problem except some E_DEPRECATED
> warnings in PHP 5.3. These can be hidden by ensuring that
> error_reporting is set to not show these warnings.
>
> Thanks
> Tim
>
>
> On 28 March 2012 03:19, Anousak Souphavanh  wrote:
> > Looks like mysql, apache, and php are latest version on my ubuntu 10.04.
> > Will have to reinstall them manually.
> >
> > Will give it a try and many thanks to all.
> >
> > regards,
> > anousak
> >
> > On 2012 3 27 19:48, "Rogério P. Falcone" 
> wrote:
> >>
> >> Look version mysql, php and apache . This is very important.
> >>
> >> I'm problem with version. Now is very good.
> >>
> >> I'm Install with version :
> >> mysql 5.0.45, php 4.4.7, apache 2.0.50
> >>
> >> Software very simple on the install : wampserver
> >>
> >> Rogério
> >>
> >>
> >>
> >>
> >> -Original Message-
> >> From: Robert Meggle [mailto:robert.meg...@care2x.org]
> >> Sent: martes, 27 de marzo de 2012 04:42 a.m.
> >> To: care2002-developers@lists.sourceforge.net
> >> Subject: Re: [Care2002-developers] Trunk and Branches?
> >>
> >> Hi,
> >>
> >> Yes, the installer seems to deactivated in this branch. But there is an
> >> database dump in the repository:
> >>
> >> care2x_elct/install/mysql/manual/care2x.sql
> >>
> >> You can install it manually by doing following steps:
> >>
> >> - create a database
> >> - xammp [1]:
> >>- search for mysql.exe
> >>- go in that folder with command line
> >>- type: mysql.exe -uroot [name of db] < [care2x.sql]
> >> - linux:
> >>- type: mysql -uroot [name of db] < [care2x.sql]
> >> - open care2x_elct/include/inc_init_main.php
> >>- type in dbname, username and password for db
> >>
> >> for linux: Make sure that following folder:
> >> /care2x_elct/gui/smarty_template/templates_c
> >> has write permissions (chmod 777)
> >>
> >> Robert
> >>
> >> [1] Example: When you have installed xampp under C: and you have
> mysql.exe
> >> in a bin folder there:
> >>
> >> c:\xampp\bin\mysql.exe -uroot
> >> Type 'help;' or '\h' for help. Type '\c' to clear the current input
> >> statement.
> >> mysql> create database c2x;
> >> Query OK, 1 row affected (0.00 sec)
> >>
> >> mysql> quit
> >>
> >> c:\xampp\bin\mysql.exe -uroot c2x < C:\xampp\htdocs\care2x\install\mysql
> >> \manual\care2x.sql
> >>
> >>
> >>
> >>
> >> Am Dienstag, den 27.03.2012, 14:31 +0700 schrieb Anousak Souphavanh:
> >> > Thank you, Robert.
> >> >
> >> > By the way, can you or is there a HOW TO INSTALL from branch or Trunk?
> >> >
> >> > I tried install from the branch per your suggestion but NOTHING
> >> > happens when:
> >> >
> >> > htp://localhost/care2x
> >> >
> >> > it gives
> >> >
> >> > htp://localhost/care3x/installer/install.php
> >> >
> >> > though, but no furhter instructions.
> >> >
> >> > Thanks,
> >> > Anousak
> >> >
> >> >
> >> > On Tue, Mar 27, 2012 at 12:26 PM, Robert Meggle 
> >> > wrote:
> >> > Hi Anousak,
> >> >
> >> > You can give a try. The other branches came out of the history
> >> > of this
> >> > development. When the elct branch is working perfect, the
> >> > other branches
> >> > will be dropped out.
> >> >
> >> > Robert
> >> >
> >> > Am Dienstag, den 27.03.2012, 12:03 +0700 schrieb Anousak
> >> > Souphavanh:
> >> > > Hi Robert,
> >> > >
> >> > > Thanks for your reply.  So I can give it a try using
> >> > Care2x_elct? I
> >> > > know there are Tags and Utu folders there are well.
> >> > >
> >> > > Regards,
> >> > > Anousak
> >> > >
> >> > > On Tue, Mar 27, 2012 at 11:56 AM, Robert Meggle
> >> > 
> >> > > wrote:
> >> > > Hi,
> >> > >
> >> > > The branch "care2x_elct" is a merge from several
> >> > individual
> >> > > developments. It is located as branch till it will
> >> > be work
> >> > > completely
> >> > > without any issues. So far there is an issue
> >> > reported that
> >> > > some reports
> >> > > are not working as it should. When I do have a space
> >> > in my
> >> > > schedule I
> >> > > will look for.
> >> > >
> >> > > Robert
> >> > >
> >> > > Am Dienstag, den 27.03.2012, 11:34 +0700 schrieb
> >> > Anousak
> >> > > Souphavanh:
> >> > > > Hi all,
> >> > > >
> >> >