Hi!
Very true, I am running PHP 5.5 and set error reporting to ON. I found a
lot of issues to fix (at least from the branch that I cloned).
And BTW, I got past the hitch I had come across earlier.
Thanks for your insights, and we can let this sleeping giant wake up.
Cheers
2016-03-06 18:43 GMT+03:00 Tim Schofield <tim.schofield1...@gmail.com>:
> Hi Israel, I think you will find it only *appears* to work in 5.6 as a
> lot of issues are being suppressed with the use of overly forgiving
> error_reporting() settings in individual scripts. PHP 7 won't work as
> a number of things deprecated in the 5 series have been removed
> entirely.
>
> Thanks
> Tim
>
> On 6 March 2016 at 14:52, Israel Pascal <israel.pasca...@gmail.com> wrote:
> > Hi Tim,
> >
> > Care2x has been cleaned up, it works with PHP 5.6. Not tested in PHP 7.
> >
> >
> >
> > Best,
> > Israel.
> >
> > On Thursday, March 3, 2016,
> > <care2002-developers-requ...@lists.sourceforge.net> wrote:
> >>
> >> Send Care2002-developers mailing list submissions to
> >> care2002-developers@lists.sourceforge.net
> >>
> >> To subscribe or unsubscribe via the World Wide Web, visit
> >>
> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> >> or, via email, send a message with subject or body 'help' to
> >> care2002-developers-requ...@lists.sourceforge.net
> >>
> >> You can reach the person managing the list at
> >> care2002-developers-ow...@lists.sourceforge.net
> >>
> >> When replying, please edit your Subject line so it is more specific
> >> than "Re: Contents of Care2002-developers digest..."
> >>
> >>
> >> Today's Topics:
> >>
> >> 1. Re: Support around page building for care2x (Robert Meggle)
> >> 2. Re: Support around page building for care2x (Tim Schofield)
> >> 3. Re: Support around page building for care2x
> >> (Sovello Hildebrand Mgani)
> >> 4. Re: Support around page building for care2x
> >> (Sovello Hildebrand Mgani)
> >>
> >>
> >> ----------------------------------------------------------------------
> >>
> >> Message: 1
> >> Date: Thu, 03 Mar 2016 14:49:53 +0100
> >> From: Robert Meggle <robert.meg...@care2x.org>
> >> Subject: Re: [Care2002-developers] Support around page building for
> >> care2x
> >> To: care2002-developers@lists.sourceforge.net
> >> Message-ID: <1457012993.4194.36.camel@mero>
> >> Content-Type: text/plain; charset="UTF-8"
> >>
> >> 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&iu=/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
> >>
> >>
> >>
> >>
> >>
> >>
> >> ------------------------------
> >>
> >> Message: 2
> >> Date: Thu, 3 Mar 2016 16:57:17 +0000
> >> From: Tim Schofield <tim.schofield1...@gmail.com>
> >> Subject: Re: [Care2002-developers] Support around page building for
> >> care2x
> >> To: Care2x Developers <care2002-developers@lists.sourceforge.net>
> >> Message-ID:
> >>
> >> <CABsfisiRuKNJxb69cFxi0XdK4kZf-sYez5GVnz=gpspxc+y...@mail.gmail.com>
> >> Content-Type: text/plain; charset=UTF-8
> >>
> >> 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 <robert.meg...@care2x.org>
> 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&iu=/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&iu=/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/
> >>
> >>
> >>
> >> ------------------------------
> >>
> >> Message: 3
> >> Date: Thu, 3 Mar 2016 23:07:01 +0300
> >> From: Sovello Hildebrand Mgani <sovellohpmg...@gmail.com>
> >> Subject: Re: [Care2002-developers] Support around page building for
> >> care2x
> >> To: care2002-developers@lists.sourceforge.net
> >> Message-ID:
> >>
> >> <CAPc02xsQ7GgGnqu3=0kaorbk91va84jowhxyesm3kyljkbf...@mail.gmail.com>
> >> Content-Type: text/plain; charset="utf-8"
> >>
> >> 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 <tim.schofield1...@gmail.com>:
> >>
> >> > 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 <robert.meg...@care2x.org>
> >> > 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&iu=/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&iu=/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&iu=/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--
> >> -------------- next part --------------
> >> An HTML attachment was scrubbed...
> >>
> >> ------------------------------
> >>
> >> Message: 4
> >> Date: Thu, 3 Mar 2016 23:11:30 +0300
> >> From: Sovello Hildebrand Mgani <sovellohpmg...@gmail.com>
> >> Subject: Re: [Care2002-developers] Support around page building for
> >> care2x
> >> To: care2002-developers@lists.sourceforge.net
> >> Message-ID:
> >>
> >> <CAPc02xu_8gc2BV6_FdnGFD8V2hR9w=hvtiz-wmjswo79sqz...@mail.gmail.com>
> >> Content-Type: text/plain; charset="utf-8"
> >>
> >> 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 <robert.meg...@care2x.org>:
> >>
> >> > 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&iu=/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&iu=/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--
> >> -------------- next part --------------
> >> An HTML attachment was scrubbed...
> >>
> >> ------------------------------
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> 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&iu=/4140
> >>
> >> ------------------------------
> >>
> >> _______________________________________________
> >> Care2002-developers mailing list
> >> Care2002-developers@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/care2002-developers
> >>
> >>
> >> End of Care2002-developers Digest, Vol 85, Issue 2
> >> **************************************************
> >
> >
> >
> > --
> > ISRAEL PASCAL
> >
> > CARE2X CONSULTANT
> > MICROSOFT CERTIFIED PROFESSIONAL MCP/DBA
> > SERENGETI ROAD OPPOSITE OUTPOST LODGE
> > Mob: +255767809660
> > +255719709660
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> >
> > _______________________________________________
> > 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/
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> 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--
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers