Search found 1 match

by meow
Fri Feb 28, 2020 4:03 am
Forum: Help: Windows Specific
Topic: [SOLVED] PHP Modules missing
Replies: 6
Views: 30556

Re: [SOLVED] PHP Modules missing

I cannot find php_path_binary from settings table at this moment(pre-install check).
So I manually inserted it.
Must use forward slash, or installer cannot find php.exe

Code: Select all

INSERT INTO cacti.settings (name, value) VALUES('path_php_binary', 'c:/tools/php74/php.exe');