NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kingja

Pages: 1 [2] 3 4 ... 18
16
Web Server - Ask For Help / Re: Problem with Nettalk Central?
« on: June 28, 2015, 07:35:06 AM »
Terry,

Yes, that is the post.  If I log in, I can't see it, just get a blank page.  If I try to log out I get a session destroy error message.  Hopefully Bruce will see it here.

Thanks,

Jeff

17
Web Server - Ask For Help / Problem with Nettalk Central?
« on: June 27, 2015, 08:16:58 PM »
I can't view my last post, to the problem I have with regards to Apache web server and NetTalk.  It comes up blank.  Can anyone else see it?

Thanks,

Jeff King

18
Web Server - Ask For Help / Re: Apache web server and Host.exe
« on: June 27, 2015, 05:58:49 PM »
Bruce,

     I looked in netweb.clw and found code that sets the Server_Name variable, however, it is commented out.  Similarly, there is other code dealing with redirect that is commented out.  See attached image.
     I commented out this code and recompiled.  This did not seem to help.  Perhaps I should use php.exe or php-win.exe instead of php-cgi?  Any other thoughts?

Thanks,

Jeff

[attachment deleted by admin]

19
Web Server - Ask For Help / Re: Apache web server and Host.exe
« on: June 26, 2015, 06:44:27 AM »
Bruce,

     I have made a bit of progress but keep getting the following error message:

Status: 302 Moved Temporarily X-Powered-By: PHP/5.5.12 Set-Cookie: PHPSESSID=obbsu55gc1cg95ikvv513bf471; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Location: login.php?message=Welcome+to+PacsOne+Server Content-type: text/html

 A Google search indicates this is a redirection issue. I believe I have redirection turned off with the following code in php.ini:

cgi.force_redirect = 0

The PacsOne vendor replied:

"This is a standard PHP redirect as the Home page requires user authentication thus the redirect to the Login.php page, but your web server does not appear to be following the redirect to the Login page properly, so you should check the technical support for your custom-built web server, and make sure it can follow the HTTP redirect properly."

Is there anything I should check in NetTalk with regards to redirect?

Thanks,

Jeff

20
Web Server - Ask For Help / Re: Apache web server and Host.exe
« on: June 25, 2015, 06:21:14 AM »
Bruce,

     I forgot to ask, I have attached an image showing how I set my "web directory".  Is this the correct way to do this?

Thanks,

Jeff

[attachment deleted by admin]

21
Web Server - Ask For Help / Re: Apache web server and Host.exe
« on: June 25, 2015, 06:04:01 AM »
Bruce,

     Thanks, that is what I was looking for.  I believe I am running the later version of the php-cgi.exe since it is also using the php.ini from this other location.  However, I still have an issue.  When I try to load the home.php script I get the following error message:

Status: 302 Moved Temporarily X-Powered-By: PHP/5.5.12 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Location: login.php?message=Welcome+to+PacsOne+Server Content-type: text/html

     This message indicates I'm using PHP vs 5.5.12, whereas the original PHP(58) uses 5.2.x I believe.  This seems to validate that newer php-cgi.exe is being used now. 
     There is a hello.php script that works and it shows the detailed configuration of the php set up, so I'm getting somewhere.  I know you are not a PHP expert so I'll post this on the NG's to see if anyone has any ideas on the Status 302 Moved Temporarily message.

Thanks,

Jeff

22
Web Server - Ask For Help / Re: Apache web server and Host.exe
« on: June 24, 2015, 07:53:47 PM »
Bruce,

     Is there a way to cause the NT PHP example app to use a different PHP-CGI.exe?  I have a later one installed with the PacsOne server and want to try it.

Thanks,

Jeff

23
Web Server - Ask For Help / Re: Apache web server and Host.exe
« on: June 24, 2015, 03:30:45 AM »
Bruce,

The vendor of PacsOne suggested leaving the PacsOne folder where it was originally installed:

Here are his comments:
 
1. Can you trying logging into MySQL using the very same "root" username/password from a local command shell? e.g.,
 
C:\mysql\bin>mysql.exe -u root -p BreastPACS
 
2. You need to create the "pacsone" website alias which is linked to the "php/" sub-folder where PacsOne Server is installed, instead of just copying all the PHP scripts into the HTDOCS folder of your web server.


I'm not sure what he means by alias.  I wonder, is it possible to have NT serve just the files in the original php folder without copying them to a folder under the web folder?

Thanks,

Jeff

24
Web Server - Ask For Help / Re: Apache web server and Host.exe
« on: June 23, 2015, 06:27:05 PM »
Bruce,

     I have run into a snag.  For the PHP based PACS app I'm testing, all the php script files are in a folder called "pascone\php".  Since all NT files are served from the web folder I placed the pacsone\php folder there.  See image WebPath.png.  I call the login php file as follows:  http://127.0.0.1:88/pacsone/php/login.php.  I get the login screen but it contains an error message, seen in red in the attached screen shot: new_login.png.  I don't know what to look for next.  Any advice?

By the way, the PacsOne server uses MySQL as a database and it's service is running.

Thanks,

Jeff

[attachment deleted by admin]

25
Web Server - Ask For Help / Re: Apache web server and Host.exe
« on: June 23, 2015, 10:27:43 AM »
Kevin and Bruce,

     Thanks for the input.  I'm running low on static IP's so another VM, etc. will be tough.  One thing I am trying is the NT PHP(58) example app.  The app I'm working with is called PacsOne.  This is an open source radiology imaging system (PACS) based on PHP, and currently I have running with Apache and MySQL (WAMP).  Getting this running in NT will eliminate Apache and allow me to compile a dll for use in the Host.exe application.  At least I think I might be able to do this.  I have actually made some progress and can get to the login screen of the PHP app.  I think I'm having an issue with the vendor's licensing file so I'm waiting to hear back.  I'll follow up later.

Jeff

26
Web Server - Ask For Help / Apache web server and Host.exe
« on: June 19, 2015, 06:44:38 AM »
     I'm seeking some advice.  I have numerous NT8 web apps running on host.exe on my physical server.  All run using a wildcard certificate, on port 443.  I have another non-clarion app that makes use of Apache and php that I want to run on the same physical server.  I want this app to also use the same wildcard certificate on port 443.
     As an example, I have 2 NT apps: " NT1.mydomain.org" and "NT2.mydomain.org".  I want to add to this  "appache1.mydomain.org".  This is my first experience with Apache/PHP and currently this app is on port 8010.  Can someone suggest how to make all these work together on port 443?

Thanks,

Jeff King

27
Web Server - Ask For Help / Multiple select in a drop list
« on: April 29, 2015, 04:37:56 PM »
Bruce,
 
     Multi-select in a drop list populates the field with  "  ;|;multiple;|;  ".  I also find the drop list is always open on the form.  I see from a search that this has been an issue in the past.  Is this a bug or expected behavior?  Am I required to manually handle the user selections?

Thanks,

Jeff

28
Web Server - Ask For Help / Re: CSS and DIV's
« on: April 29, 2015, 04:34:20 PM »
Bruce,

Thanks, but I think I found the issue.  I removed

.pathology {
 width: 50%;
}

from my CSS and it all works as expected now.

Jeff

29
Web Server - Ask For Help / CSS and DIV's
« on: April 27, 2015, 09:59:58 AM »
Bruce,

     I have a memory form on which I display various charts created with RGraph.  Each chart is created with HTML code added on the XHTML tab of the form.  I added DIV's around each and then created the following CSS:

 .patientstatus {
 width: 50%;
 float: left;
}

 .reexcision {
 width: 50%;
 float: left;
}

 .pathology {
 width: 50%;
}

.excisional {
 width: 60%;
 float: left;
}

.lumpectomy {
 width: 40%;
 float: left;
}

 .physsurvexc {
 width: 50%;
 float: left;
 clear: left;
}

 .physsurvlump {
 width: 50%;
 float: left;
}

     This gives me the effect I'm looking for, see the attached image.  However, the Close button is in the center, not at the bottom left where it should be.  Any thoughts?

Thanks,

Jeff

[attachment deleted by admin]

30
I was setting a variable on the data pad with an initial value.  I changed this to embed code at the top of the procedure:

p_web.SSV('ChartData', '[[100,5,3],[4,5,3],[4,5,3],[4,5,3],[4,5,3],[4,5,3],[4,5,3]],')

I then set the data: line with <!-- Net:s:ChartData -->

Works great!

Jeff

Pages: 1 [2] 3 4 ... 18