Error while connecting to my phppgadmin page

317 views Asked by At

Every time, I try to go to my localhost/phppgadmin page, I always get this message, (i'm using ubuntu 16.04):

printHeader('', null, true); 
$rtl = (strcasecmp($lang['applangdir'], 'rtl') == 0); 
$cols = $rtl ? '*,'.$conf['left_width'] : $conf['left_width'].',*'; $mainframe = '' ?> 
printFooter(false); ?> 

Please can someone help me?

0

There are 0 answers