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.
error message when adding user
You can disable the displaying of PHP Warning messages by setting the following variable in your php.ini configuration file:
The above setting will make PHP display only Error messages, but not Warnings or Notices to the output.
Code: Select all
error_reporting = E_ERROR
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.