You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
The drupal target requires pdo and pdo_mysql extensions, when you compile PHP with shared libraries they must be included in php.ini, so maybe conf/php.ini should contain:
;extension=pdo.so
;extension=pdo_mysql.so
I haven't checked other targets, but there seem to be other failures as well, only Wordpress worked for me out of the box. If you add error_log=syslog log_errors=on you can see the failures in syslog, but maybe it would be nice to show fatal errors or keep a log file automatically and point to the failure directly in perf.php
The text was updated successfully, but these errors were encountered:
The drupal target requires pdo and pdo_mysql extensions, when you compile PHP with shared libraries they must be included in php.ini, so maybe
conf/php.ini
should contain:I haven't checked other targets, but there seem to be other failures as well, only Wordpress worked for me out of the box. If you add
error_log=syslog log_errors=on
you can see the failures in syslog, but maybe it would be nice to show fatal errors or keep a log file automatically and point to the failure directly in perf.phpThe text was updated successfully, but these errors were encountered: