RE: Unable to access phppgadmin from localhost

From: <dave(at)davebolt(dot)co(dot)uk>
To: "'SAJESH PC'" <pc(dot)sajesh800(at)gmail(dot)com>, <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: RE: Unable to access phppgadmin from localhost
Date: 2022-04-30 13:48:51
Message-ID: 01fe01d85c99$0693a280$13bae780$@co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Is PHP running on your server?

I assume you put http://127.0.0.1/phppgadmin into the address bar of a browser on the server to get this result.

Regards

Dave Bolt

From: SAJESH PC [mailto:pc(dot)sajesh800(at)gmail(dot)com]
Sent: 30 April 2022 12:58
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Unable to access phppgadmin from localhost

Hi,

When We try to access phppgadmin from localhost the following php code is displayed. What may be the reason for this? Kindly clarify.

http://127.0.0.1/phppgadmin/

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

regards,

P C SAJESH

PGT COMPUTER SCIENCE

KV MALAPPURAM

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Mladen Gogala 2022-05-01 16:08:16 Re: Unable to access phppgadmin from localhost
Previous Message SAJESH PC 2022-04-30 11:58:21 Unable to access phppgadmin from localhost