ipath-developers Mailing List for iPath Telemedicine Platform
Brought to you by:
brauchlik
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(12) |
Oct
(10) |
Nov
(2) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(4) |
Nov
|
Dec
|
| 2010 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2013 |
Jan
(17) |
Feb
(1) |
Mar
(7) |
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
|
From: Kurt B. <kur...@gm...> - 2013-12-03 10:26:54
|
Unable to load driver '' means that you did not configure any database connection for your system. did you create a configuration file? > sites/default.inc.php if yes, did you configure it to connect to your database (mysql?) > $ipath->conf['dsn'] = "mysql://ipath@localhost/ipath"; and did you grant the selected user access to the database? did you install on Xampp on Windows with the xampp.bat script? Did you get any error messages? regards Kurt Am 03.12.2013 11:17, schrieb harry right: > Hello Dear > I have installed the ipath server as per the giving instructons here > https://sourceforge.net/apps/trac/ipath/wiki/UserManual/Installation, > but i dont know whats the problem its not working. > when i open localhost/ipath following error shows > > *Strict Standards*: Creating default object from empty value in > *C:\xampp\htdocs\ipath\index.php* on line *42* > ADONewConnection: Unable to load database driver '' > ERROR: cannot connect to database - please onctact site administrator > > So please help me regarding this issue. > Thanks > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk > > > _______________________________________________ > iPath-developers mailing list > iPa...@li... > https://lists.sourceforge.net/lists/listinfo/ipath-developers |
|
From: harry r. <mrh...@ya...> - 2013-12-03 10:17:43
|
Hello Dear I have installed the ipath server as per the giving instructons here https://sourceforge.net/apps/trac/ipath/wiki/UserManual/Installation, but i dont know whats the problem its not working. when i open localhost/ipath following error shows Strict Standards: Creating default object from empty value in C:\xampp\htdocs\ipath\index.php on line 42 ADONewConnection: Unable to load database driver ''ERROR: cannot connect to database - please onctact site administrator So please help me regarding this issue. Thanks |
|
From: Kurt B. <kur...@gm...> - 2013-06-27 07:25:41
|
Hello There could be several reasons why you have an empty page. It could be possible that you are using a very new version of php with an old version of iPath. I presume that the release version of iPath are not any more compatible with the latest version of php. as a first step enable full error reporting in php. you can for example uncomment a line in ipath/inludes/init.in.php => error_reporting(E_ALL) and see if there are any errors. additionally you might have to configure your php (php.ini) so that errors are displayed. if you get errors there, please try to use the latest version of iPath from the subversion repositorty (trunk). At the moment the development of iPath is taking part only in the source code and there are no "release version" of iPath packaged at present. Kind regards Kurt On 27.06.2013 06:48, ?? wrote: > Hi: > I installed the iPath according to the guide: > http://sourceforge.net/apps/trac/ipath/wiki/UserManual/Installation > > My XAMPP version is 3.1.0 Beta4. I got no errors during the steps, but > finally I got an empty page in the http://localhost/ipath. There is no > errors at all. > > Any suggestions? Is that I use the wrong version of the XAMPP ? > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > > > _______________________________________________ > iPath-developers mailing list > iPa...@li... > https://lists.sourceforge.net/lists/listinfo/ipath-developers |
|
From: Kurt B. <kur...@gm...> - 2013-06-27 07:25:18
|
Hello you can certainly install iPath on a hosted webserver. However, since there are so many different variants there is no general description on how to do so. But I have seen successfull installations on a number of web hosting service. Basically you can follow the instructions provided for Debian, but you will have to adapt all paths and you might have to use the tools provided by your web hoster instead of the command line. Kind regards Kurt On 26.06.2013 20:57, Mitchman wrote: > Hello > > My apologies if this has been answered, but can iPath TeleMedicine - > anyone get this installed on a 3rd party web hoster...? such as > GoDaddy or similar..? > > I've seen the instructions for XAMP and Linux Debian install, but I'd > like to try this on a hosting provider. > > Any feedback would be great - thank you. > > -- Michael > _________________________________________________ > <http://www.mitchman.com> www.mitchman.com <http://www.mitchman.com> > > <http://www.facebook.com/mitchman><https://plus.google.com/u/0/105068220197891496241/posts> > <http://www.twitter.com/the_mitchman> > <http://www.linkedin.com/in/mitchman> > <http://www.youtube.com/mitchman333> > <mailto:mit...@mi...><http://pinterest.com/mitchman333/> > ________________________________________________ > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > > > _______________________________________________ > iPath-developers mailing list > iPa...@li... > https://lists.sourceforge.net/lists/listinfo/ipath-developers |
|
From: 朱欢 <hot...@gm...> - 2013-06-27 04:55:32
|
Hi: I installed the iPath according to the guide: http://sourceforge.net/apps/trac/ipath/wiki/UserManual/Installation My XAMPP version is 3.1.0 Beta4. I got no errors during the steps, but finally I got an empty page in the http://localhost/ipath. There is no errors at all. Any suggestions? Is that I use the wrong version of the XAMPP ? |
|
From: Mitchman <mit...@gm...> - 2013-06-26 18:57:10
|
Hello My apologies if this has been answered, but can iPath TeleMedicine - anyone get this installed on a 3rd party web hoster...? such as GoDaddy or similar..? I've seen the instructions for XAMP and Linux Debian install, but I'd like to try this on a hosting provider. Any feedback would be great - thank you. -- Michael _________________________________________________ <http://www.mitchman.com> www.mitchman.com <http://www.facebook.com/mitchman> <https://plus.google.com/u/0/105068220197891496241/posts> <http://www.twitter.com/the_mitchman> <http://www.linkedin.com/in/mitchman> <http://www.youtube.com/mitchman333> <mit...@mi...> <http://pinterest.com/mitchman333/> ________________________________________________ |
|
From: Elie G. <g2...@gm...> - 2013-03-13 08:09:05
|
Hi Kurt, Thank you for your prompt response. It sounds good your plan of redesigning ipath database structure. Cordova(Phonegap) and jquery would perfectly suit our need of a mobile version. As we discussed yesterday my plan is to have a first prototype of ipath mobile version with only two features: 1.case-provider mode: to prepare cases offline,The user can then put together data for the case offline (text, images, maybe audio, maybe some basic forms). This data can then be uploaded at a convenient time. These cases should all be stored in a local database, so that the user can quickly review his own cases also offline 2.case-reviewer mode: In this mode the app will download essential data about new cases to review. This would be a way to keep the "experts" informed in an easy way. With time we will add additional features like live discussions, and so on. I can't say that i have experience with ipath, however i understand its mission and how basically it works. The time frame will be shared to your personal email after discussing with my supervisors. regards, On Wed, Mar 13, 2013 at 9:49 AM, < ipa...@li...> wrote: > Send iPath-developers mailing list submissions to > ipa...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/ipath-developers > or, via email, send a message with subject or body 'help' to > ipa...@li... > > You can reach the person managing the list at > ipa...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of iPath-developers digest..." > > > Today's Topics: > > 1. Re: I am interested in ipath mobile (Kurt Brauchli) > 2. Select in case (Pablo Fonseca) > 3. Re: Select in case (Kurt Brauchli) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 11 Mar 2013 10:14:27 +0100 > From: Kurt Brauchli <kur...@gm...> > Subject: Re: [iPath-developers] I am interested in ipath mobile > To: iPath developers mailing list > <ipa...@li...> > Message-ID: <513...@gm...> > Content-Type: text/plain; charset="iso-8859-1" > > Hello > > That sounds great! I do not have much experience developing native Apps > on Mobiles, but it is something I am just getting started with. However, > my background is mainly .net development (Windows Applications) and HTML > ... so my plan was to get an HTML5 Version of iPath, using JQuery and > PhoneGap to get it working as App on mobile phones. > > The database of iPath is quite "antiqiue". I had developed this project > before I really understood proper database design. I am also planning a > redesign of the iPath database, however, I cannot yet say when will be a > good time to change over to the new version. > > However, for interaction with a mobile App I would rather see some sort > of web-service on the server - be it XML (xmlrpc) or JSON so that the > design of the Mobile App will be independent from the database on the > server. > > We already have made wuch websrvices and since I will be working on a > new version of iPath I could easily provide that part. > > Do you already have some experince with iPath? Do you have some plan > what kind of data you want to store and generate in your mobile app? > Would be good if we can share a plan of the data that should be > excnahged between server and App. > > what is your timeframe for your development? > > > Kind regards > Kurt > > > > > > On 10.03.2013 19:19, Elie Gakuba wrote: > > Dear Kurt, > > Yes i have experience with development of mobile application. i have > > developed moblie applications for different kind of institutions > > including banks, magazine and social security companies. > > My idea of having a version of ipath for mobile has nothing to do with > > the website. the only thing that interests me is the back end database. > > I will need to understand the structure of Ipath database (ERD > > included). As a first prototype i will develop an android version > > which will run on a (256.6 x 175.3 x 9.7 Dimension) device with 3G > > network option enabled. > > It will be possible to download on the device what others have > > uploaded through the ipath web platform and hence make your > > contribution by commenting on a subject either > > by uploading text,audio,small video, images,etc... > > TheUI graphics to be used will be android widgets. > > If this first prototype is successful, the application will be extend > > to iphone, windows phone, etc... > > Regards, > > > > On Sat, Mar 2, 2013 at 1:19 PM, Elie Gakuba <g2...@gm... > > <mailto:g2...@gm...>> wrote: > > > > Dear Ipath developers, > > My name is Elie GAKUBA, I am currently working on my final > > project of Masters of medical sciences in medical informatics. am > > based in sydney and my project is about ipath mobile. i intend to > > develop a version of ipath that will run on iphones, android and > > windows phone using cordova. > > if anyone is working on the project, kindly let us share our > > ideas. i would like to participate actively in the ipath project. > > regards, > > -- > > Elie GAKUBA > > RESEARCHER AT THE UNIVERSITY OF WESTERN SYDNEY > > > > > > > > > > > > > > > > -- > > Elie GAKUBA > > DIRECTOR OF IT > > RSSB (RWANDA SOCIAL SECURITY BOARD) > > TEL: (+250)-788309819 > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester > > Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the > > endpoint security space. For insight on selecting the right partner to > > tackle endpoint security challenges, access the full report. > > http://p.sf.net/sfu/symantec-dev2dev > > > > > > _______________________________________________ > > iPath-developers mailing list > > iPa...@li... > > https://lists.sourceforge.net/lists/listinfo/ipath-developers > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Tue, 12 Mar 2013 20:38:39 -0300 > From: Pablo Fonseca <pa...@gm...> > Subject: [iPath-developers] Select in case > To: iPath developers mailing list > <ipa...@li...> > Message-ID: > <CAP-YOSQ8R=GE_kB5y9QvV=qURP5cf0p9= > L8T...@ma...> > Content-Type: text/plain; charset="iso-8859-1" > > Hello Everyone, > > I've been using iPath for some weeks by now. I'd like to know if there is > an standard way to add an html select to the new case form. > > > Thanks in advance, > > > Pablo Fonseca > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 3 > Date: Wed, 13 Mar 2013 08:48:50 +0100 > From: Kurt Brauchli <kur...@gm...> > Subject: Re: [iPath-developers] Select in case > To: iPath developers mailing list > <ipa...@li...> > Message-ID: <514...@gm...> > Content-Type: text/plain; charset="iso-8859-1" > > Hello Pablo > > Basically there are two options. > > 1) themes xsl stylesheet > If you want to sply add one or two additional fields and if they should > be basically available for everyone on your server then you can use a > "themed" xsl stylesheet. look into the "themes/mobile/xsl" folder ... > the structure inside is the same as the root structure, so the > stylesheets for a case are under modules/case/xsl > > in this case the data is normally strored in the xml field (data) of the > objects table. > > the <input> on edit.xsl should look something like this > > <input name="data[myfield]" size="36"> > <xsl:attribute name="value"> > <xsl:value-of select="data/myfield"/> > </xsl:attribute> > </input> > > for displaying the value on the view you can add something like this to > view.xsl > > <xsl:value-of select="data/myfield"/> > > => > > http://sourceforge.net/apps/trac/ipath/wiki/UserManual/Administration/CustomThemedXSL > > > > 2) using custom forms. iPath also offers a form mofule where you can > basically upload a complete html form and then allow the users to attach > this form to a new case. You can also use forms as default attachment to > any new case. It is a little bit less intuituve for the users to start > since they must first create the case, save it, and then fill in the form > > The adantage is that you can make mayn forms, there is an export > function for exporting data from forms to excel and you can easily have > many different forms and define for every group which forms are > available and which are default. you can even make forms that should be > used when writing a comment on a case. > > unfortunaltey the manual on forms is no longer online ... > > > Kind regards > Kurt > > > > > On 13.03.2013 00:38, Pablo Fonseca wrote: > > Hello Everyone, > > > > I've been using iPath for some weeks by now. I'd like to know if there > > is an standard way to add an html select to the new case form. > > > > > > Thanks in advance, > > > > > > Pablo Fonseca > > > > > > > > > ------------------------------------------------------------------------------ > > Everyone hates slow websites. So do we. > > Make your web apps faster with AppDynamics > > Download AppDynamics Lite for free today: > > http://p.sf.net/sfu/appdyn_d2d_mar > > > > > > _______________________________________________ > > iPath-developers mailing list > > iPa...@li... > > https://lists.sourceforge.net/lists/listinfo/ipath-developers > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > > ------------------------------ > > _______________________________________________ > iPath-developers mailing list > iPa...@li... > https://lists.sourceforge.net/lists/listinfo/ipath-developers > > > End of iPath-developers Digest, Vol 8, Issue 2 > ********************************************** > -- Elie GAKUBA DIRECTOR OF IT RSSB (RWANDA SOCIAL SECURITY BOARD) TEL: (+250)-788309819 |
|
From: Kurt B. <kur...@gm...> - 2013-03-13 07:49:03
|
Hello Pablo
Basically there are two options.
1) themes xsl stylesheet
If you want to sply add one or two additional fields and if they should
be basically available for everyone on your server then you can use a
"themed" xsl stylesheet. look into the "themes/mobile/xsl" folder ...
the structure inside is the same as the root structure, so the
stylesheets for a case are under modules/case/xsl
in this case the data is normally strored in the xml field (data) of the
objects table.
the <input> on edit.xsl should look something like this
<input name="data[myfield]" size="36">
<xsl:attribute name="value">
<xsl:value-of select="data/myfield"/>
</xsl:attribute>
</input>
for displaying the value on the view you can add something like this to
view.xsl
<xsl:value-of select="data/myfield"/>
=>
http://sourceforge.net/apps/trac/ipath/wiki/UserManual/Administration/CustomThemedXSL
2) using custom forms. iPath also offers a form mofule where you can
basically upload a complete html form and then allow the users to attach
this form to a new case. You can also use forms as default attachment to
any new case. It is a little bit less intuituve for the users to start
since they must first create the case, save it, and then fill in the form
The adantage is that you can make mayn forms, there is an export
function for exporting data from forms to excel and you can easily have
many different forms and define for every group which forms are
available and which are default. you can even make forms that should be
used when writing a comment on a case.
unfortunaltey the manual on forms is no longer online ...
Kind regards
Kurt
On 13.03.2013 00:38, Pablo Fonseca wrote:
> Hello Everyone,
>
> I've been using iPath for some weeks by now. I'd like to know if there
> is an standard way to add an html select to the new case form.
>
>
> Thanks in advance,
>
>
> Pablo Fonseca
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
>
>
> _______________________________________________
> iPath-developers mailing list
> iPa...@li...
> https://lists.sourceforge.net/lists/listinfo/ipath-developers
|
|
From: Pablo F. <pa...@gm...> - 2013-03-12 23:38:47
|
Hello Everyone, I've been using iPath for some weeks by now. I'd like to know if there is an standard way to add an html select to the new case form. Thanks in advance, Pablo Fonseca |
|
From: Kurt B. <kur...@gm...> - 2013-03-11 09:14:39
|
Hello That sounds great! I do not have much experience developing native Apps on Mobiles, but it is something I am just getting started with. However, my background is mainly .net development (Windows Applications) and HTML ... so my plan was to get an HTML5 Version of iPath, using JQuery and PhoneGap to get it working as App on mobile phones. The database of iPath is quite "antiqiue". I had developed this project before I really understood proper database design. I am also planning a redesign of the iPath database, however, I cannot yet say when will be a good time to change over to the new version. However, for interaction with a mobile App I would rather see some sort of web-service on the server - be it XML (xmlrpc) or JSON so that the design of the Mobile App will be independent from the database on the server. We already have made wuch websrvices and since I will be working on a new version of iPath I could easily provide that part. Do you already have some experince with iPath? Do you have some plan what kind of data you want to store and generate in your mobile app? Would be good if we can share a plan of the data that should be excnahged between server and App. what is your timeframe for your development? Kind regards Kurt On 10.03.2013 19:19, Elie Gakuba wrote: > Dear Kurt, > Yes i have experience with development of mobile application. i have > developed moblie applications for different kind of institutions > including banks, magazine and social security companies. > My idea of having a version of ipath for mobile has nothing to do with > the website. the only thing that interests me is the back end database. > I will need to understand the structure of Ipath database (ERD > included). As a first prototype i will develop an android version > which will run on a (256.6 x 175.3 x 9.7 Dimension) device with 3G > network option enabled. > It will be possible to download on the device what others have > uploaded through the ipath web platform and hence make your > contribution by commenting on a subject either > by uploading text,audio,small video, images,etc... > TheUI graphics to be used will be android widgets. > If this first prototype is successful, the application will be extend > to iphone, windows phone, etc... > Regards, > > On Sat, Mar 2, 2013 at 1:19 PM, Elie Gakuba <g2...@gm... > <mailto:g2...@gm...>> wrote: > > Dear Ipath developers, > My name is Elie GAKUBA, I am currently working on my final > project of Masters of medical sciences in medical informatics. am > based in sydney and my project is about ipath mobile. i intend to > develop a version of ipath that will run on iphones, android and > windows phone using cordova. > if anyone is working on the project, kindly let us share our > ideas. i would like to participate actively in the ipath project. > regards, > -- > Elie GAKUBA > RESEARCHER AT THE UNIVERSITY OF WESTERN SYDNEY > > > > > > > > -- > Elie GAKUBA > DIRECTOR OF IT > RSSB (RWANDA SOCIAL SECURITY BOARD) > TEL: (+250)-788309819 > > > > > > > ------------------------------------------------------------------------------ > Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester > Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the > endpoint security space. For insight on selecting the right partner to > tackle endpoint security challenges, access the full report. > http://p.sf.net/sfu/symantec-dev2dev > > > _______________________________________________ > iPath-developers mailing list > iPa...@li... > https://lists.sourceforge.net/lists/listinfo/ipath-developers |
|
From: Elie G. <g2...@gm...> - 2013-03-10 18:19:45
|
Dear Kurt, Yes i have experience with development of mobile application. i have developed moblie applications for different kind of institutions including banks, magazine and social security companies. My idea of having a version of ipath for mobile has nothing to do with the website. the only thing that interests me is the back end database. I will need to understand the structure of Ipath database (ERD included). As a first prototype i will develop an android version which will run on a (256.6 x 175.3 x 9.7 Dimension) device with 3G network option enabled. It will be possible to download on the device what others have uploaded through the ipath web platform and hence make your contribution by commenting on a subject either by uploading text,audio,small video, images,etc... TheUI graphics to be used will be android widgets. If this first prototype is successful, the application will be extend to iphone, windows phone, etc... Regards, On Sat, Mar 2, 2013 at 1:19 PM, Elie Gakuba <g2...@gm...> wrote: > Dear Ipath developers, > > My name is Elie GAKUBA, I am currently working on my final project of > Masters of medical sciences in medical informatics. am based in sydney > and my project is about ipath mobile. i intend to develop a version of > ipath that will run on iphones, android and windows phone using cordova. > if anyone is working on the project, kindly let us share our ideas. i > would like to participate actively in the ipath project. > > regards, > -- > Elie GAKUBA > RESEARCHER AT THE UNIVERSITY OF WESTERN SYDNEY > > > > > -- Elie GAKUBA DIRECTOR OF IT RSSB (RWANDA SOCIAL SECURITY BOARD) TEL: (+250)-788309819 |
|
From: Kurt B. <kur...@gm...> - 2013-03-02 14:39:16
|
Hello This is a very interesting news, to hear about someone who is inerested on taking on the development of iPath for mobile phones. So far there is only a little prototype that consists of a theme adapted to mobile phones. However, the company that I am now working for has a small project to develop a version of iPath for mobile phones. So there could be grounds for a fruitfull collaboration. In my opinion there are a couple of steps into the direction of a mobile version of iPath. - redisgned the website so that it is usable on small screens of phones - develop an "iPath App" which is capable of - running off line on the phone and thus reduce the amount of data to be transmitted - make use of camera and microphone to record images, video and sound do you have any experience with development of applications for mobile phone? kind regards Kurt Brauchli Am 02.03.2013 12:19, schrieb Elie Gakuba: > Dear Ipath developers, > > My name is Elie GAKUBA, I am currently working on my final project of > Masters of medical sciences in medical informatics. am based in sydney > and my project is about ipath mobile. i intend to develop a version of > ipath that will run on iphones, android and windows phone using cordova. > if anyone is working on the project, kindly let us share our ideas. i > would like to participate actively in the ipath project. > > regards, > -- > Elie GAKUBA > RESEARCHER AT THE UNIVERSITY OF WESTERN SYDNEY > > > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > > > _______________________________________________ > iPath-developers mailing list > iPa...@li... > https://lists.sourceforge.net/lists/listinfo/ipath-developers |
|
From: Elie G. <g2...@gm...> - 2013-03-02 11:20:00
|
Dear Ipath developers, My name is Elie GAKUBA, I am currently working on my final project of Masters of medical sciences in medical informatics. am based in sydney and my project is about ipath mobile. i intend to develop a version of ipath that will run on iphones, android and windows phone using cordova. if anyone is working on the project, kindly let us share our ideas. i would like to participate actively in the ipath project. regards, -- Elie GAKUBA RESEARCHER AT THE UNIVERSITY OF WESTERN SYDNEY |
|
From: Pablo F. <pa...@gm...> - 2013-01-31 06:35:33
|
Hello everyone, I'm new to iPath. I already installed it and tested it a bit. I'd be very glad if someone can help with the next questions: *Is there some documentation for the user/admin level? *We need to create cases attached to a patient id, so we will need a new field for the case. How this could be best achived: modifying the case module, or by creating a custom form? (I'm not exactly sure what custom forms are exactly for). *Can the "search object" feature can look inside objects? (for instance: this new patient id field). Thanks in advance! -- Pablo Fonseca Pontificia Universidad Católica del Perú http://metis.pucp.edu.pe/~pfonseca/ |
|
From: Pablo F. <pa...@gm...> - 2013-01-31 06:30:03
|
Hello everyone, I'm new to iPath. I already installed it and tested it a bit. I'd be very glad if someone can help with the next questions: *Is there some documentation for the user/admin level? *We need to create cases attached to a patient id, so we will need a new field for the case. How this could be best achived: modifying the case module, or by creating a custom form? (I'm not exactly sure what custom forms are exactly for). *Can the "search object" feature can look inside objects? (for instance: this new patient id field). Thanks in advance! -- Pablo Fonseca Pontificia Universidad Católica del Perú http://metis.pucp.edu.pe/~pfonseca/ |
|
From: Kurt B. <kur...@gm...> - 2013-01-27 14:49:15
|
Hello Am 27.01.2013 08:40, schrieb Mozhgan Sha'bani: > Hello > > sorry i have a problem with installing ipath on my ununtu... > > i create an empty database with name "ipath". then i load the tables, > > my useraccount's name is: "mozhgan". > > then i configure the sites/default.inc.php by this way: > > $ipath->conf['dsn'] = "mysql://ipath@localhost/ipath"; here you have to 1) replace the username and maybe password in the dsn. or 2) you have to grant the user ipath full access to the ipath database. 1) mysql://[username]:[password]@[dbserver]/[dbname] 2) grant all on ipath.* to ipath@localhost; > > $ipath->conf['base_url'] = "http://[yourserver]/ipath"; here you have to replace the [yourserver] with the name of your server (or ip address, or localhost) regards Kurt > > but when i go to http://localhost/ipath , i get the following error: > > ERROR: cannot connect to database - please onctact site administrator > > what is my mistake?! > > thanks for your attention. > > > > On Sat, Jan 26, 2013 at 5:36 PM, Kurt Brauchli > <kur...@gm... <mailto:kur...@gm...>> wrote: > > yes, there should be an sql script for creating an empty database. > look inside the folder install, there is ipath_db.sql .. .you can > use that to genearte an empty database > > regards > Kurt > > > Am 26.01.2013 13:14, schrieb Mozhgan Sha'bani: >> Hello >> thanks for your answers. >> sorry, is there any script for creat whole database for ipath?! >> for example, create data base, tables, ... >> >> regards >> >> >> >> On Fri, Jan 25, 2013 at 6:42 PM, Kurt Brauchli >> <kur...@gm... <mailto:kur...@gm...>> wrote: >> >> did you create the database for iPath? >> >> you have to create the database manually, either using the >> command line or for exmaple phpmysqladmin. Please consult the >> mysql manual for details. >> >> regards >> Kurt >> >> >> Am 25.01.2013 13:55, schrieb Mozhgan Sha'bani: >>> Hello >>> >>> I installed mysql support for php... >>> but when i go to localhost/ipath i get the following error: >>> >>> ERROR: cannot connect to database - please onctact site >>> administrator >>> >>> Is this error relevant to these 4 things? >>> database host; the name of the server, usually it's 'localhost') >>> database user; the name of the user on the database host >>> database password; the password for that user >>> database name; the name of the database to use >>> >>> what should i do? >>> >>> thanks alot. >>> >>> >>> ------------------------------------------------------------------------------ >>> Master Visual Studio, SharePoint, SQL, ASP.NET <http://ASP.NET>, C# 2012, HTML5, CSS, >>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >>> MVPs and experts. ON SALE this month only -- learn more at: >>> http://p.sf.net/sfu/learnnow-d2d >>> >>> >>> _______________________________________________ >>> iPath-developers mailing list >>> iPa...@li... <mailto:iPa...@li...> >>> https://lists.sourceforge.net/lists/listinfo/ipath-developers >> >> >> ------------------------------------------------------------------------------ >> Master Visual Studio, SharePoint, SQL, ASP.NET >> <http://ASP.NET>, C# 2012, HTML5, CSS, >> MVC, Windows 8 Apps, JavaScript and much more. Keep your >> skills current >> with LearnDevNow - 3,200 step-by-step video tutorials by >> Microsoft >> MVPs and experts. ON SALE this month only -- learn more at: >> http://p.sf.net/sfu/learnnow-d2d >> _______________________________________________ >> iPath-developers mailing list >> iPa...@li... >> <mailto:iPa...@li...> >> https://lists.sourceforge.net/lists/listinfo/ipath-developers >> >> >> >> >> ------------------------------------------------------------------------------ >> Master Visual Studio, SharePoint, SQL, ASP.NET <http://ASP.NET>, C# 2012, HTML5, CSS, >> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >> MVPs and experts. ON SALE this month only -- learn more at: >> http://p.sf.net/sfu/learnnow-d2d >> >> >> _______________________________________________ >> iPath-developers mailing list >> iPa...@li... <mailto:iPa...@li...> >> https://lists.sourceforge.net/lists/listinfo/ipath-developers > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET <http://ASP.NET>, > C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills > current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > iPath-developers mailing list > iPa...@li... > <mailto:iPa...@li...> > https://lists.sourceforge.net/lists/listinfo/ipath-developers > > > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > > > _______________________________________________ > iPath-developers mailing list > iPa...@li... > https://lists.sourceforge.net/lists/listinfo/ipath-developers |
|
From: Mozhgan Sha'b. <moz...@gm...> - 2013-01-27 07:41:00
|
Hello sorry i have a problem with installing ipath on my ununtu... i create an empty database with name "ipath". then i load the tables, my useraccount's name is: "mozhgan". then i configure the sites/default.inc.php by this way: $ipath->conf['dsn'] = "mysql://ipath@localhost/ipath"; $ipath->conf['base_url'] = "http://[yourserver]/ipath"; but when i go to http://localhost/ipath , i get the following error: ERROR: cannot connect to database - please onctact site administrator what is my mistake?! thanks for your attention. On Sat, Jan 26, 2013 at 5:36 PM, Kurt Brauchli <kur...@gm...>wrote: > yes, there should be an sql script for creating an empty database. look > inside the folder install, there is ipath_db.sql .. .you can use that to > genearte an empty database > > regards > Kurt > > > Am 26.01.2013 13:14, schrieb Mozhgan Sha'bani: > > Hello > thanks for your answers. > sorry, is there any script for creat whole database for ipath?! for > example, create data base, tables, ... > > regards > > > > On Fri, Jan 25, 2013 at 6:42 PM, Kurt Brauchli <kur...@gm...>wrote: > >> did you create the database for iPath? >> >> you have to create the database manually, either using the command line >> or for exmaple phpmysqladmin. Please consult the mysql manual for details. >> >> regards >> Kurt >> >> >> Am 25.01.2013 13:55, schrieb Mozhgan Sha'bani: >> >> Hello >> >> I installed mysql support for php... >> but when i go to localhost/ipath i get the following error: >> >> ERROR: cannot connect to database - please onctact site administrator >> >> Is this error relevant to these 4 things? >> database host; the name of the server, usually it's 'localhost') >> database user; the name of the user on the database host >> database password; the password for that user >> database name; the name of the database to use >> >> what should i do? >> >> thanks alot. >> >> >> ------------------------------------------------------------------------------ >> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, >> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >> MVPs and experts. ON SALE this month only -- learn more at:http://p.sf.net/sfu/learnnow-d2d >> >> >> >> _______________________________________________ >> iPath-developers mailing lis...@li...://lists.sourceforge.net/lists/listinfo/ipath-developers >> >> >> >> >> ------------------------------------------------------------------------------ >> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, >> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >> MVPs and experts. ON SALE this month only -- learn more at: >> http://p.sf.net/sfu/learnnow-d2d >> _______________________________________________ >> iPath-developers mailing list >> iPa...@li... >> https://lists.sourceforge.net/lists/listinfo/ipath-developers >> >> > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at:http://p.sf.net/sfu/learnnow-d2d > > > > _______________________________________________ > iPath-developers mailing lis...@li...://lists.sourceforge.net/lists/listinfo/ipath-developers > > > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > iPath-developers mailing list > iPa...@li... > https://lists.sourceforge.net/lists/listinfo/ipath-developers > > |
|
From: Kurt B. <kur...@gm...> - 2013-01-26 14:07:03
|
yes, there should be an sql script for creating an empty database. look inside the folder install, there is ipath_db.sql .. .you can use that to genearte an empty database regards Kurt Am 26.01.2013 13:14, schrieb Mozhgan Sha'bani: > Hello > thanks for your answers. > sorry, is there any script for creat whole database for ipath?! for > example, create data base, tables, ... > > regards > > > > On Fri, Jan 25, 2013 at 6:42 PM, Kurt Brauchli > <kur...@gm... <mailto:kur...@gm...>> wrote: > > did you create the database for iPath? > > you have to create the database manually, either using the command > line or for exmaple phpmysqladmin. Please consult the mysql manual > for details. > > regards > Kurt > > > Am 25.01.2013 13:55, schrieb Mozhgan Sha'bani: >> Hello >> >> I installed mysql support for php... >> but when i go to localhost/ipath i get the following error: >> >> ERROR: cannot connect to database - please onctact site administrator >> >> Is this error relevant to these 4 things? >> database host; the name of the server, usually it's 'localhost') >> database user; the name of the user on the database host >> database password; the password for that user >> database name; the name of the database to use >> >> what should i do? >> >> thanks alot. >> >> >> ------------------------------------------------------------------------------ >> Master Visual Studio, SharePoint, SQL, ASP.NET <http://ASP.NET>, C# 2012, HTML5, CSS, >> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >> MVPs and experts. ON SALE this month only -- learn more at: >> http://p.sf.net/sfu/learnnow-d2d >> >> >> _______________________________________________ >> iPath-developers mailing list >> iPa...@li... <mailto:iPa...@li...> >> https://lists.sourceforge.net/lists/listinfo/ipath-developers > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET <http://ASP.NET>, > C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills > current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > iPath-developers mailing list > iPa...@li... > <mailto:iPa...@li...> > https://lists.sourceforge.net/lists/listinfo/ipath-developers > > > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > > > _______________________________________________ > iPath-developers mailing list > iPa...@li... > https://lists.sourceforge.net/lists/listinfo/ipath-developers |
|
From: Mozhgan Sha'b. <moz...@gm...> - 2013-01-26 12:14:21
|
Hello thanks for your answers. sorry, is there any script for creat whole database for ipath?! for example, create data base, tables, ... regards On Fri, Jan 25, 2013 at 6:42 PM, Kurt Brauchli <kur...@gm...>wrote: > did you create the database for iPath? > > you have to create the database manually, either using the command line or > for exmaple phpmysqladmin. Please consult the mysql manual for details. > > regards > Kurt > > > Am 25.01.2013 13:55, schrieb Mozhgan Sha'bani: > > Hello > > I installed mysql support for php... > but when i go to localhost/ipath i get the following error: > > ERROR: cannot connect to database - please onctact site administrator > > Is this error relevant to these 4 things? > database host; the name of the server, usually it's 'localhost') > database user; the name of the user on the database host > database password; the password for that user > database name; the name of the database to use > > what should i do? > > thanks alot. > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at:http://p.sf.net/sfu/learnnow-d2d > > > > _______________________________________________ > iPath-developers mailing lis...@li...://lists.sourceforge.net/lists/listinfo/ipath-developers > > > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > iPath-developers mailing list > iPa...@li... > https://lists.sourceforge.net/lists/listinfo/ipath-developers > > |
|
From: Kurt B. <kur...@gm...> - 2013-01-25 15:13:05
|
did you create the database for iPath? you have to create the database manually, either using the command line or for exmaple phpmysqladmin. Please consult the mysql manual for details. regards Kurt Am 25.01.2013 13:55, schrieb Mozhgan Sha'bani: > Hello > > I installed mysql support for php... > but when i go to localhost/ipath i get the following error: > > ERROR: cannot connect to database - please onctact site administrator > > Is this error relevant to these 4 things? > database host; the name of the server, usually it's 'localhost') > database user; the name of the user on the database host > database password; the password for that user > database name; the name of the database to use > > what should i do? > > thanks alot. > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > > > _______________________________________________ > iPath-developers mailing list > iPa...@li... > https://lists.sourceforge.net/lists/listinfo/ipath-developers |
|
From: Mozhgan Sha'b. <moz...@gm...> - 2013-01-25 12:55:25
|
Hello I installed mysql support for php... but when i go to localhost/ipath i get the following error: ERROR: cannot connect to database - please onctact site administrator Is this error relevant to these 4 things? database host; the name of the server, usually it's 'localhost') database user; the name of the user on the database host database password; the password for that user database name; the name of the database to use what should i do? thanks alot. |
|
From: Kurt B. <kur...@gm...> - 2013-01-25 08:27:30
|
Hello in thatr case you have not installed mysql support for php. try something like this apt-get install php-mysql regards kurt Am 25.01.2013 07:07, schrieb Mozhgan Sha'bani: > Dear guys, > I have installed IPath on my ububtu but when i go to localhost/ipath > i get the following error: > > Fatal error: Call to undefined function mysql_connect() in > /var/www/ipath/lib/adodb/drivers/adodb-mysql.inc.php on line 353 > > regards > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > > > _______________________________________________ > iPath-developers mailing list > iPa...@li... > https://lists.sourceforge.net/lists/listinfo/ipath-developers |
|
From: Mozhgan Sha'b. <moz...@gm...> - 2013-01-25 06:07:30
|
Dear guys, I have installed IPath on my ububtu but when i go to localhost/ipath i get the following error: Fatal error: Call to undefined function mysql_connect() in /var/www/ipath/lib/adodb/drivers/adodb-mysql.inc.php on line 353 regards |
|
From: Mozhgan Sha'b. <moz...@gm...> - 2013-01-24 23:53:47
|
Dear guys, I have installed IPath on my ububtu but when i go to localhost/ipath i get the following error: Fatal error: Call to undefined function mysql_connect() in /var/www/ipath/lib/adodb/drivers/adodb-mysql.inc.php on line 353 regards, |
|
From: Mozhgan Sha'b. <moz...@gm...> - 2013-01-24 23:41:54
|
Dear guys, I have installed IPath on my ububtu but when i go to localhost/ipath i get the following error: Fatal error: Call to undefined function mysql_connect() in /var/www/ipath/lib/adodb/drivers/adodb-mysql.inc.php on line 353 regards, |