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
your config.inc.php template is out of date with the lastet phppgadmin version.
Notice: Undefined index: plugins in /var/www/html/phppgadmin/classes/PluginManager.php on line 34 Warning: Invalid argument supplied for foreach() in /var/www/html/phppgadmin/classes/PluginManager.php on line 36
I guess this one is missing
$conf['plugins'] = array();
The text was updated successfully, but these errors were encountered:
Hi there,
your config.inc.php template is out of date with the lastet phppgadmin version.
Notice: Undefined index: plugins in /var/www/html/phppgadmin/classes/PluginManager.php on line 34 Warning: Invalid argument supplied for foreach() in /var/www/html/phppgadmin/classes/PluginManager.php on line 36
I guess this one is missing
$conf['plugins'] = array();
The text was updated successfully, but these errors were encountered: