Re: [Care2002-developers] Support around page building for care2x

2016-03-04 Thread Tim Schofield
Hi, at the moment I think it is fair to say nobody is working on these
issues. I tried to get some interest going a while back but nobody
seemed much interested.

I am more than happy to help with this effort, but don't really have
the time to actually manage the process, but if someone else wants to
do that I am more than happy to help.

Tim

On 3 March 2016 at 20:07, Sovello Hildebrand Mgani
 wrote:
> Thanks for your responses.
>
> Yes Tim, I concur, error_reporting has been so suppressed, which renders the
> apache error_log almost useless.
>
> I agree with the idea of an overhaul, am interested to know who is
> coordinating this? Is the team open or closed? How would one join the team
> for the overhaul?
> How soon is overhaul going to happen?
>
> Again, thanks a lot for the pointers.
>
> Cheers
>
> 2016-03-03 19:57 GMT+03:00 Tim Schofield :
>>
>> Hi Robert,
>>
>> I believe this is that EA version but with no history on it. Israel's
>> name is heavily mentioned there and I am pretty sure he follows this
>> list and could probably give us more info.
>>
>> To (badly) answer the original question from Hildebrand regarding
>> adding additional features I would say don't at this moment. This
>> version in particular but care2x in general really needs an overhaul
>> as there is a huge amount of code that uses deprecated functionality
>> that has been removed altogether in PHP7 (it doesn't run at all in
>> PHP7).
>>
>> IMHO what needs doing if care2x is to survive is to start setting
>> error_reporting to a much less forgiving setting in the individual
>> scripts and then sorting out the error messages you get. I would
>> recommend this over adding a new feature to something that will soon
>> become obsolete.
>>
>> Just my thoughts
>> Tim
>>
>> On 3 March 2016 at 13:49, Robert Meggle  wrote:
>> > Hello,
>> >
>> > seems to be a repro we do not know :) Maybe one of our users or any
>> > developer.
>> >
>> > Are you looking for the official branch of care2x or the tanzanian
>> > branch (also called "east african branch")?
>> >
>> > Robert
>> >
>> > Sovello Hildebrand Mgani:
>> >> Hi all,
>> >>
>> >>
>> >> I have cloned the repo https://github.com/patmark/care2x-tz and was
>> >> wondering how are pages being built. Take a case where I want to add a
>> >> new module which will entail adding a new menu item, and its
>> >> associated pages.
>> >> Any pointers around this will be much appreciated
>> >>
>> >>
>> >> Cheers
>> >>
>> >>
>> >> --
>> >> :: Sovello Hildebrand Mgani ::
>> >>
>> >>
>> >>
>> >> --If you teach man to fish, you'll feed him a lifetime--
>> >>
>> >>
>> >> --
>> >> Site24x7 APM Insight: Get Deep Visibility into Application Performance
>> >> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>> >> Monitor end-to-end web transactions and take corrective actions now
>> >> Troubleshoot faster and improve end-user experience. Signup Now!
>> >> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
>> >> ___
>> >> 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
>> >
>> > UstNr.: DE232073735
>> > Tel: +49(0)8342 - 8956729
>> > Fax: +49(0)8342 - 8956730
>> > mailto:meg...@merotech.de
>> >
>> >
>> >
>> >
>> >
>> > --
>> > Site24x7 APM Insight: Get Deep Visibility into Application Performance
>> > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>> > Monitor end-to-end web transactions and take corrective actions now
>> > Troubleshoot faster and improve end-user experience. Signup Now!
>> > http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
>> > ___
>> > Care2002-developers mailing list
>> > Care2002-developers@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/care2002-developers
>>
>>
>>
>> --
>> Course View Towers,
>> Plot 21 Yusuf Lule Road,
>> Kampala
>> T   +256 (0) 312 314 418
>> M +256 (0) 752 963 325
>> www.weberpafrica.com
>> Twitter: @TimSchofield2
>> Blog: http://weberpafrica.blogspot.co.uk/
>>
>>
>> --
>> Site24x7 APM Insight: Get Deep Visibility into Application Performance
>> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
>> Monitor end-to-end web transactions and take corrective actions now
>> Troubleshoot faster and improve end-user experience. Signup Now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
>> 

Re: [Care2002-developers] Support around page building for care2x

2016-03-04 Thread Tim Schofield
Hi Robert, I have been running PHP7 on my development machines for a
while now and I can confirm that none of the available branches work
"out of the box". The most obvious issues are that the mysql (as
opposed to mysqli) extension has now been dropped entirely, and that
constructors must now be named __construct() and objects cannot
contain a function named the same as itself. There are other things
that have been dropped too but I can't remember them off hand.

Thanks
Tim

On 4 March 2016 at 07:14, Robert Meggle  wrote:
> Hello Hildebrand,
>
>
>> https://github.com/patmark/care2x-tz
>
> This one I do not know or follow. Maybe "patmark" can give here an
> answer?
>
>> https://github.com/care2x/HLH and
>
> This is a version I got some time ago from Israel Pascal what is been
> used as latest version. But as I said, its a bit far away and I am not
> sure if it is still the latest release. It was a try to bring all a bit
> together. Gjergj and me chooses here github instead of souceforge
> because it has a much better git support.
>
>> https://github.com/israelpascal/care2x-tz
>
> This seems to be the working release of Israel Pascal. He is reading
> this list and maybe he will give here some answer. In your case I would
> contact him direct.
>
> As Tim said, there is a bit pending work to be done that it will work
> stable. Several functions are outdated / depreciated and might could
> bring some issues on PHP 7. At least... it will bring some issues when I
> read the changelog of PHP.
>
> All in all: The east african branch is an early branch of care2x but is
> real used in clinics.
>
> Robert
>
> Am Donnerstag, den 03.03.2016, 23:11 +0300 schrieb Sovello Hildebrand
> Mgani:
>> Yes Robert,
>> I think that's the "East African branch."
>> I got a bit confused because there were about three repos
>> https://github.com/patmark/care2x-tz
>>
>> https://github.com/care2x/HLH and
>> https://github.com/israelpascal/care2x-tz
>>
>>
>>
>> Each one appears to be related to the other, so I decided to take the
>> one that had the most recent commits.
>>
>>
>> Which one would you advice I take to try out? I want to showcase to
>> some stakeholders, if they would be interested with the functionality,
>> then when the overhaul is ready, the system can be implemented right
>> aways, because the preparations are already under way.
>>
>>
>> Cheers
>>
>> 2016-03-03 16:49 GMT+03:00 Robert Meggle :
>> Hello,
>>
>> seems to be a repro we do not know :) Maybe one of our users
>> or any
>> developer.
>>
>> Are you looking for the official branch of care2x or the
>> tanzanian
>> branch (also called "east african branch")?
>>
>> Robert
>>
>> Sovello Hildebrand Mgani:
>> > Hi all,
>> >
>> >
>> > I have cloned the repo https://github.com/patmark/care2x-tz
>> and was
>> > wondering how are pages being built. Take a case where I
>> want to add a
>> > new module which will entail adding a new menu item, and its
>> > associated pages.
>> > Any pointers around this will be much appreciated
>> >
>> >
>> > Cheers
>> >
>> >
>> > --
>> > :: Sovello Hildebrand Mgani ::
>> >
>> >
>> >
>> > --If you teach man to fish, you'll feed him a lifetime--
>> >
>>
>> >
>> 
>> --
>> > Site24x7 APM Insight: Get Deep Visibility into Application
>> Performance
>> > APM + Mobile APM + RUM: Monitor 3 App instances at just
>> $35/Month
>> > Monitor end-to-end web transactions and take corrective
>> actions now
>> > Troubleshoot faster and improve end-user experience. Signup
>> Now!
>> >
>> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
>> > ___
>> > 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
>>
>> UstNr.: DE232073735
>> Tel: +49(0)8342 - 8956729
>> Fax: +49(0)8342 - 8956730
>> mailto:meg...@merotech.de
>>
>>
>>
>>
>> 
>> --
>> Site24x7 APM Insight: Get Deep Visibility into Application
>> Performance
>> APM + Mobile APM + RUM: Monitor 3 App instances at just
>> $35/Month
>> Monitor end-to-end web transactions and take corrective
>> 

Re: [Care2002-developers] Support around page building for care2x

2016-03-03 Thread Robert Meggle
Hello Hildebrand,


> https://github.com/patmark/care2x-tz

This one I do not know or follow. Maybe "patmark" can give here an
answer?

> https://github.com/care2x/HLH and

This is a version I got some time ago from Israel Pascal what is been
used as latest version. But as I said, its a bit far away and I am not
sure if it is still the latest release. It was a try to bring all a bit
together. Gjergj and me chooses here github instead of souceforge
because it has a much better git support.

> https://github.com/israelpascal/care2x-tz

This seems to be the working release of Israel Pascal. He is reading
this list and maybe he will give here some answer. In your case I would
contact him direct. 

As Tim said, there is a bit pending work to be done that it will work
stable. Several functions are outdated / depreciated and might could
bring some issues on PHP 7. At least... it will bring some issues when I
read the changelog of PHP. 

All in all: The east african branch is an early branch of care2x but is
real used in clinics. 

Robert 

Am Donnerstag, den 03.03.2016, 23:11 +0300 schrieb Sovello Hildebrand
Mgani:
> Yes Robert,
> I think that's the "East African branch."
> I got a bit confused because there were about three repos 
> https://github.com/patmark/care2x-tz
> 
> https://github.com/care2x/HLH and
> https://github.com/israelpascal/care2x-tz
> 
> 
> 
> Each one appears to be related to the other, so I decided to take the
> one that had the most recent commits.
> 
> 
> Which one would you advice I take to try out? I want to showcase to
> some stakeholders, if they would be interested with the functionality,
> then when the overhaul is ready, the system can be implemented right
> aways, because the preparations are already under way.
> 
> 
> Cheers
> 
> 2016-03-03 16:49 GMT+03:00 Robert Meggle :
> Hello,
> 
> seems to be a repro we do not know :) Maybe one of our users
> or any
> developer.
> 
> Are you looking for the official branch of care2x or the
> tanzanian
> branch (also called "east african branch")?
> 
> Robert
> 
> Sovello Hildebrand Mgani:
> > Hi all,
> >
> >
> > I have cloned the repo https://github.com/patmark/care2x-tz
> and was
> > wondering how are pages being built. Take a case where I
> want to add a
> > new module which will entail adding a new menu item, and its
> > associated pages.
> > Any pointers around this will be much appreciated
> >
> >
> > Cheers
> >
> >
> > --
> > :: Sovello Hildebrand Mgani ::
> >
> >
> >
> > --If you teach man to fish, you'll feed him a lifetime--
> >
> 
> >
> 
> --
> > Site24x7 APM Insight: Get Deep Visibility into Application
> Performance
> > APM + Mobile APM + RUM: Monitor 3 App instances at just
> $35/Month
> > Monitor end-to-end web transactions and take corrective
> actions now
> > Troubleshoot faster and improve end-user experience. Signup
> Now!
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> > ___
> > 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
> 
> UstNr.: DE232073735
> Tel: +49(0)8342 - 8956729
> Fax: +49(0)8342 - 8956730
> mailto:meg...@merotech.de
> 
> 
> 
> 
> 
> --
> Site24x7 APM Insight: Get Deep Visibility into Application
> Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just
> $35/Month
> Monitor end-to-end web transactions and take corrective
> actions now
> Troubleshoot faster and improve end-user experience. Signup
> Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> 
> 
> 
> 
> -- 
> :: Sovello Hildebrand Mgani ::
> 
> 
> 
> --If you teach man to fish, you'll feed him a lifetime--
> 
> 

Re: [Care2002-developers] Support around page building for care2x

2016-03-03 Thread Sovello Hildebrand Mgani
Yes Robert,
I think that's the "East African branch."
I got a bit confused because there were about three repos
https://github.com/patmark/care2x-tz
https://github.com/care2x/HLH and
https://github.com/israelpascal/care2x-tz

Each one appears to be related to the other, so I decided to take the one
that had the most recent commits.

Which one would you advice I take to try out? I want to showcase to some
stakeholders, if they would be interested with the functionality, then when
the overhaul is ready, the system can be implemented right aways, because
the preparations are already under way.

Cheers

2016-03-03 16:49 GMT+03:00 Robert Meggle :

> Hello,
>
> seems to be a repro we do not know :) Maybe one of our users or any
> developer.
>
> Are you looking for the official branch of care2x or the tanzanian
> branch (also called "east african branch")?
>
> Robert
>
> Sovello Hildebrand Mgani:
> > Hi all,
> >
> >
> > I have cloned the repo https://github.com/patmark/care2x-tz and was
> > wondering how are pages being built. Take a case where I want to add a
> > new module which will entail adding a new menu item, and its
> > associated pages.
> > Any pointers around this will be much appreciated
> >
> >
> > Cheers
> >
> >
> > --
> > :: Sovello Hildebrand Mgani ::
> >
> >
> >
> > --If you teach man to fish, you'll feed him a lifetime--
> >
> >
> --
> > Site24x7 APM Insight: Get Deep Visibility into Application Performance
> > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> > Monitor end-to-end web transactions and take corrective actions now
> > Troubleshoot faster and improve end-user experience. Signup Now!
> > http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> > ___
> > 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
>
> UstNr.: DE232073735
> Tel: +49(0)8342 - 8956729
> Fax: +49(0)8342 - 8956730
> mailto:meg...@merotech.de
>
>
>
>
>
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>



-- 
:: Sovello Hildebrand Mgani ::



--If you teach man to fish, you'll feed him a lifetime--
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers


Re: [Care2002-developers] Support around page building for care2x

2016-03-03 Thread Sovello Hildebrand Mgani
Thanks for your responses.

Yes Tim, I concur, error_reporting has been so suppressed, which renders
the apache error_log almost useless.

I agree with the idea of an overhaul, am interested to know who is
coordinating this? Is the team open or closed? How would one join the team
for the overhaul?
How soon is overhaul going to happen?

Again, thanks a lot for the pointers.

Cheers

2016-03-03 19:57 GMT+03:00 Tim Schofield :

> Hi Robert,
>
> I believe this is that EA version but with no history on it. Israel's
> name is heavily mentioned there and I am pretty sure he follows this
> list and could probably give us more info.
>
> To (badly) answer the original question from Hildebrand regarding
> adding additional features I would say don't at this moment. This
> version in particular but care2x in general really needs an overhaul
> as there is a huge amount of code that uses deprecated functionality
> that has been removed altogether in PHP7 (it doesn't run at all in
> PHP7).
>
> IMHO what needs doing if care2x is to survive is to start setting
> error_reporting to a much less forgiving setting in the individual
> scripts and then sorting out the error messages you get. I would
> recommend this over adding a new feature to something that will soon
> become obsolete.
>
> Just my thoughts
> Tim
>
> On 3 March 2016 at 13:49, Robert Meggle  wrote:
> > Hello,
> >
> > seems to be a repro we do not know :) Maybe one of our users or any
> > developer.
> >
> > Are you looking for the official branch of care2x or the tanzanian
> > branch (also called "east african branch")?
> >
> > Robert
> >
> > Sovello Hildebrand Mgani:
> >> Hi all,
> >>
> >>
> >> I have cloned the repo https://github.com/patmark/care2x-tz and was
> >> wondering how are pages being built. Take a case where I want to add a
> >> new module which will entail adding a new menu item, and its
> >> associated pages.
> >> Any pointers around this will be much appreciated
> >>
> >>
> >> Cheers
> >>
> >>
> >> --
> >> :: Sovello Hildebrand Mgani ::
> >>
> >>
> >>
> >> --If you teach man to fish, you'll feed him a lifetime--
> >>
> >>
> --
> >> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> >> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> >> Monitor end-to-end web transactions and take corrective actions now
> >> Troubleshoot faster and improve end-user experience. Signup Now!
> >> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> >> ___
> >> 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
> >
> > UstNr.: DE232073735
> > Tel: +49(0)8342 - 8956729
> > Fax: +49(0)8342 - 8956730
> > mailto:meg...@merotech.de
> >
> >
> >
> >
> >
> --
> > Site24x7 APM Insight: Get Deep Visibility into Application Performance
> > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> > Monitor end-to-end web transactions and take corrective actions now
> > Troubleshoot faster and improve end-user experience. Signup Now!
> > http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> > ___
> > Care2002-developers mailing list
> > Care2002-developers@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/care2002-developers
>
>
>
> --
> Course View Towers,
> Plot 21 Yusuf Lule Road,
> Kampala
> T   +256 (0) 312 314 418
> M +256 (0) 752 963 325
> www.weberpafrica.com
> Twitter: @TimSchofield2
> Blog: http://weberpafrica.blogspot.co.uk/
>
>
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> ___
> Care2002-developers mailing list
> Care2002-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
>



-- 
:: Sovello Hildebrand Mgani ::



--If you teach man to fish, you'll feed him a lifetime--
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot 

Re: [Care2002-developers] Support around page building for care2x

2016-03-03 Thread Robert Meggle
Hello, 

seems to be a repro we do not know :) Maybe one of our users or any
developer. 

Are you looking for the official branch of care2x or the tanzanian
branch (also called "east african branch")?

Robert 

Sovello Hildebrand Mgani:
> Hi all,
> 
> 
> I have cloned the repo https://github.com/patmark/care2x-tz and was
> wondering how are pages being built. Take a case where I want to add a
> new module which will entail adding a new menu item, and its
> associated pages.
> Any pointers around this will be much appreciated
> 
> 
> Cheers
> 
> 
> -- 
> :: Sovello Hildebrand Mgani ::
> 
> 
> 
> --If you teach man to fish, you'll feed him a lifetime--
> 
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> ___
> 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

UstNr.: DE232073735
Tel: +49(0)8342 - 8956729
Fax: +49(0)8342 - 8956730
mailto:meg...@merotech.de 




--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers