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
midgard.http is Off
midgard.engine is On
midgard.configuration_file is /tmp/midgard2
midgard_connection::get_instance()->is_connected() returns false after starting lighttpd.
Workaround:
if (!midgard_connection::get_instance()->is_opened()) {
$config = new midgard_config();
$config->read_file_at_path(ini_get('midgard.configuration_file'));
midgard_connection::get_instance()->open_config($config);
}
If midgard.http should be On, it should be documented in INSTALL file with lighttpd case.
The text was updated successfully, but these errors were encountered:
Lighttpd and cgi.
midgard2.ini :
midgard.http is Off
midgard.engine is On
midgard.configuration_file is /tmp/midgard2
midgard_connection::get_instance()->is_connected() returns false after starting lighttpd.
Workaround:
if (!midgard_connection::get_instance()->is_opened()) {
$config = new midgard_config();
$config->read_file_at_path(ini_get('midgard.configuration_file'));
midgard_connection::get_instance()->open_config($config);
}
If midgard.http should be On, it should be documented in INSTALL file with lighttpd case.
The text was updated successfully, but these errors were encountered: