more setup woes

Trouble during PacsOne Server installations
Post Reply
mschein
more setup woes

Post by mschein » Wed Oct 29, 2003 2:34 am

I have attempted to set up Pacsone, but have been unsuccessful. When trying to login from the apache server for administration, I get:


Notice: Undefined variable: connection in C:\Program Files\PacsOne\php\database.php on line 19

Notice: A session had already been started - ignoring session_start() in C:\Program Files\PacsOne\php\security.php on line 9

Notice: Undefined variable: REQUEST_URI in C:\Program Files\PacsOne\php\security.php on line 15

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\PacsOne\php\database.php:19) in C:\Program Files\PacsOne\php\security.php on line 18

Any help would be appreciated.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Re: more setup woes

Post by pacsone » Wed Oct 29, 2003 4:48 am

You're the 3rd user who has reported such problem, the issue is with your PHP.INI file. Make sure it's saved in Windows format, not UNIX format. (If you open the file with NotePad and all text seem to appear in a single line, then the file is saved in UNIX format).

Please refer to the following FAQ for details:

http://www.pacsone.net/faq.htm?#C4
mschein wrote:I have attempted to set up Pacsone, but have been unsuccessful. When trying to login from the apache server for administration, I get:


Notice: Undefined variable: connection in C:\Program Files\PacsOne\php\database.php on line 19

Notice: A session had already been started - ignoring session_start() in C:\Program Files\PacsOne\php\security.php on line 9

Notice: Undefined variable: REQUEST_URI in C:\Program Files\PacsOne\php\security.php on line 15

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\PacsOne\php\database.php:19) in C:\Program Files\PacsOne\php\security.php on line 18

Any help would be appreciated.

Guest

Post by Guest » Wed Oct 29, 2003 6:24 pm

Thank you. That indeed did the trick.

I have two other issues:

1: The server is able to recieve images from eFilm without difficulty. However, eFilm cannot pull images from the PacsOne database. An error is generated (Unable to write DICOM object. Study Root Retrieve.)

2. When viewing the database from apache, no images can be seen. They are not listed on the image page.

mschein

Post by mschein » Wed Oct 29, 2003 6:44 pm

After checking the php.ini file, there was an error in the extension (there was a - instead of a =). However, now when trying to view images, apache crashes

On WinXP Pro, apache 2.0.4.7, latest Pacsone, latest php extensions.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Wed Oct 29, 2003 6:51 pm

Which version of PacsOne are you running?

For #1, you can also check the PacsOne server log under the 'log' sub-dir of your PacsOne installation path to see if PacsOne got any errors when eFilm failed to retrieve the image. You can send the log file to:

mailto:bug.report@pacsone.net

and I'll take a look at it.

For #2, did you mean the images were not displayed or they're not listed when you opened the Series page, e.g., "There're 0 images in this series"?
Anonymous wrote:Thank you. That indeed did the trick.

I have two other issues:

1: The server is able to recieve images from eFilm without difficulty. However, eFilm cannot pull images from the PacsOne database. An error is generated (Unable to write DICOM object. Study Root Retrieve.)

2. When viewing the database from apache, no images can be seen. They are not listed on the image page.

mschein

Post by mschein » Wed Oct 29, 2003 7:40 pm

1. I will send the error log in a minute.

2. The images are there. as per the other thread, I have check the images with eZDicom and they are viewable. I get a crash on the apache server when I click on a series. That crash is:

szAppName : Apache.exe szAppVer : 2.0.47.0
szModName : IM_MOD_RL_DCM_.dll szModVer : 0.0.0.0 offset : 000019de

mschein

Post by mschein » Wed Oct 29, 2003 7:41 pm

I'm running 1.0.0.8

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Wed Oct 29, 2003 7:53 pm

Another user reported same Apache crash with the same module, and it's also on the Windows XP Professional platform.

I need the following information to investigate this further:

1. The file size and date of the crashing module 'IM_MOD_RL_dcm_.dll' which is under the 'ImageMagick' sub-dir of your PacsOne installation path.

2. The file size and date of 'MSVCRT.DLL' under your %SystemRoot%\System32\ directory. If possible, can you also zip it up and send to mailto:bug.report@pacsone.net ?

3. Did you have XP Service Pack 1 patched on your XP Pro?

PacsOne has been tested on Windows XP Home Edition with Service Pack 1. It'll be interesting to find out the differences between XP Home Edition and XP Pro.

Thanks very much for making PacsOne a better user experience.

mschein wrote:1. I will send the error log in a minute.

2. The images are there. as per the other thread, I have check the images with eZDicom and they are viewable. I get a crash on the apache server when I click on a series. That crash is:

szAppName : Apache.exe szAppVer : 2.0.47.0
szModName : IM_MOD_RL_DCM_.dll szModVer : 0.0.0.0 offset : 000019de

mschein

Post by mschein » Wed Oct 29, 2003 8:14 pm

I have sent the files in an email as per your request. Hope this helps. I would love to get this up and running for testing.

Thanks

Post Reply