Re: Unable to access phppgadmin from localhost

Поиск
Список
Период
Сортировка
От Mladen Gogala
Тема Re: Unable to access phppgadmin from localhost
Дата
Msg-id 0d90315e-c0e4-e1f5-e871-fdd4e5b6b9fe@gmail.com
обсуждение исходный текст
Ответ на Unable to access phppgadmin from localhost  (SAJESH PC <pc.sajesh800@gmail.com>)
Список pgsql-admin
On 4/30/22 07:58, SAJESH PC wrote:
Hi,
When We try to access phppgadmin from localhost the following php code is displayed. What may be the reason for this? Kindly clarify.


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

This looks like the http server not being configured to run PHP. That is what happens when httpd doesn't know what to do with  "<?php" tag. Have you attempted to execute  something like this:

<?php
phpinfo();
?>

What do you get if you try something like that?

-- 
Mladen Gogala
Database Consultant
Tel: (347) 321-1217
https://dbwhisperer.wordpress.com

В списке pgsql-admin по дате отправления:

Предыдущее
От:
Дата:
Сообщение: RE: Unable to access phppgadmin from localhost
Следующее
От: A G
Дата:
Сообщение: Losing records in PostgreSQL 9.6