error message when adding user

Trouble during PacsOne Server installations
Post Reply
swilling
Posts:3
Joined:Tue Mar 20, 2007 5:51 am
error message when adding user

Post by swilling » Thu Mar 29, 2007 12:29 pm

I have a pacsone premium running on trial license...in Kenya...everything working great...the radscaper viewer works extremely well.

One minor glitch: every time I add a user I get the following error message display:

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\PacsOne\php\checkUncheck.js:1) in C:\Program Files\PacsOne\php\modifyUser.php on line 85

When I go back to the user configuration, the user was successfully added. What does this message mean, is there something that needs to be fixed, and how can I stop it from appearing.

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

Post by pacsone » Thu Mar 29, 2007 1:06 pm

You can disable the displaying of PHP Warning messages by setting the following variable in your php.ini configuration file:

Code: Select all

error_reporting = E_ERROR
The above setting will make PHP display only Error messages, but not Warnings or Notices to the output.

swilling
Posts:3
Joined:Tue Mar 20, 2007 5:51 am

Post by swilling » Thu Mar 29, 2007 1:36 pm

Well, that eliminated the error messsage, but adding a user now results in a blank white page. It would be nice to receive a confirmation that the user has been added, and a the navigation tabs back at the top of the screen. This is not a complaint, just a "feature request."

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

Post by pacsone » Fri Mar 30, 2007 2:46 am

Ok, we'll fix this for the next release of PacsOne Server. Or if you need the fix sooner, simply send your current version of the php/modifyUser.php script to us at mailto:pacsone@pacsone.net.

Post Reply