install issues

Trouble during PacsOne Server installations
Post Reply
looker
Posts:1
Joined:Thu Feb 19, 2015 2:52 am
install issues

Post by looker » Thu Feb 19, 2015 3:00 am

I have the attached errors in the header

and in the field
Enter Path to PHP Runtime Executable (php.exe): the wrong path is entered
Attachments
Paccs1Error.jpg
Paccs1Error.jpg (37.72KiB)Viewed 5000 times

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

Re: install issues

Post by pacsone » Thu Feb 19, 2015 5:40 pm

You need to modify your PHP.INI configuration file to turn off the display of notices/warning messages as follows:

Code: Select all

error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
Restart Apache/IIS for the change to take effect. Then you can revisit the "Configurations" page and specify the correct path to the PHP run-time executable ("php.exe").

Post Reply