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
install issues
- Attachments
-
- Paccs1Error.jpg (37.72KiB)Viewed 5000 times
Re: install issues
You need to modify your PHP.INI configuration file to turn off the display of notices/warning messages as follows:
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").
Code: Select all
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT