Activity for phpPgAdmin

  • loca loca created ticket #475

    Probleme connexion base postgrsql de free.fr

  • Sankrit Infotech Sankrit Infotech created ticket #474

    Error in phpPgAdmin when trying to edit or delete a row.

  • Robert Treat Robert Treat created a blog post

    Project Moved To Github

  • Robert Treat Robert Treat modified a wiki page

    Home

  • Konrad Höffner Konrad Höffner created ticket #473

    Leading slash in form path breaks when deployed in subfolder

  • Rifaul Rifaul posted a comment on ticket #423

    Look at this great solution https://www.developpez.net/forums/d1304918/bases-donnees/postgresql/installation/probleme-apres-installation-postgresql-9-2-2-a/ File : Postgres.php (you can find this file by command find, generally it exists in : /usr/share/phpPgAdmin/classes/database) in line : 6983 you edit the classe by this code : SELECT spcname, pg_catalog.pg_get_userbyid(spcowner) AS spcowner, pg_tablespace_location(oid) AS spclocation, (SELECT description FROM pg_catalog.pg_shdescription pd WHERE...

  • Benny Pedersen Benny Pedersen posted a comment on ticket #430

    phpPgAdmin 7.12.1 (PHP 7.4.4) still here

  • Mark A. Stevens Mark A. Stevens posted a comment on ticket #464

    I was unable to find a version at the above repository.

  • arturo arturo posted a comment on discussion Help

    Good afternoon, Is possible to connect phpPhAdmin to a google database? I'm trying to configure config.inc.php file with ssl certificates but i cannot login. phpPgAdmin version 5.6 PHP version 7.3.15 Thank you in advance.

  • Hanno Böck Hanno Böck created ticket #472

    Cross Site Scripting vulnerability

  • Mark Lane Mark Lane posted a comment on ticket #471

    Thanks for the information. Using an older version 5.1 of phppgadmin works. Hopefully there will be an applied patch for newer versions.

  • Robert B Curtis Robert B Curtis posted a comment on ticket #471

    I have not fully tested it, but I appear to have been able to fix my local copy by modifying the following file: /usr/local/cpanel/base/3rdparty/phpPgAdmin/classes/database/Postgres.php In the getSequence() function I modified this $sql variable: $sql = " SELECT c.relname AS seqname, s.*, m.seqstart AS start_value, m.seqincrement AS increment_by, m.seqmax AS max_value, m.seqmin AS min_value, m.seqcache AS cache_value, m.seqcycle AS is_cycled, pg_catalog.obj_description(m.seqrelid, 'pg_class') AS...

  • Robert B Curtis Robert B Curtis posted a comment on ticket #471

    I'm having the same issue. PostgreSQL 8.4.20 phpPgAdmin 5.6 (PHP 7.3.6) Works fine in phpPgAdmin 5.1 (PHP 7.2.7)

  • Timmy Timmy posted a comment on ticket #464

    It has been corrected by the PostgreSQL Team in their own repository. Please visit there and install their repository. https://www.postgresql.org/download/

  • Robert Treat Robert Treat modified ticket #422

    Some text badly truncated or not shown at all

  • Robert Treat Robert Treat posted a comment on ticket #422

    This is fixed in git master and will be released soon. Thanks so much for the repeatable test case!

  • Mark Lane Mark Lane posted a comment on ticket #471

    We also insteadll version 5.6 as we were using a 7.x-dev version http://phppgadmin.sourceforge.net/doku.php?id=download However we get the same error. Anyone have any similar experiences?

  • Mark Lane Mark Lane posted a comment on ticket #471

    I should note we can still view them via command line. It's within phppgadmin that we aren't able to see the sequences anymore.

  • Mark Lane Mark Lane created ticket #471

    Issue with viewing Sequences

  • Robert Treat Robert Treat modified ticket #470

    Can't list/see/edit sequences owned by group

  • Robert Treat Robert Treat posted a comment on ticket #470

    THis issue should be fixed in git master, and will be made available in the next release. For access to the patch, check out https://github.com/phppgadmin/phppgadmin/commit/fd9c78875b2683dea27989943345f91ce2f31450.

  • uk_martin uk_martin posted a comment on discussion phppgadmin-users

    Hello and HELP please. I'm stuck and in need of some idiot-proof assistance. Yesterday, after a while of not using it, I tried to access phpPGAdmin, only to find that I had a "page not found" error. That I cured by following the steps in this video https://www.youtube.com/watch?v=2z8lSlh3xBw Sadly though, what hasn't yet been sorted out is my ability to log in to the default database that's on the server. My setup: There is a Postgres database on my Synology 415+ NAS unit (localhost) I access the...

  • Robert Treat Robert Treat modified ticket #469

    column p.proisagg does not exist

  • Robert Treat Robert Treat posted a comment on ticket #469

    I believe this is fixed in git and as such will be part of the next release. If you want to see the patch, check out: https://github.com/phppgadmin/phppgadmin/commit/e3e8087bfd8f1fb93564b7a691f8ac9ed7c63a02

  • Jobe Jobe modified a comment on ticket #469

    The result of that change breaks support for older versions of PostgreSQL including but not limited to 9.3. Therefore the change needs to take PostgreSQL versions into account to use the correct form.

  • Jobe Jobe posted a comment on ticket #469

    The result of that change breaks support for older versions of PostgreSQL including but not limited to 9.3.

  • John Andrea John Andrea posted a comment on ticket #182

    I modified my own server like this: Add to config.inc.php: $conf['allowed login'] = array('datauser'); Add to classes/Misc.php within the block for extra_login_security: if (isset($conf['allowed login'])) { if (! in_array($username, $conf['allowed login'])) { unset($_SESSION['webdbLogin'][$_REQUEST['server']]); $msg = $lang['strlogindisallowed']; include('./login.php'); exit; } }

  • John Andrea John Andrea created ticket #182

    request for allowed user list

  • Carlos Martinez Carlos Martinez created ticket #470

    Can't list/see/edit sequences owned by group

  • Sébastien Clément Sébastien Clément modified a comment on ticket #469

    Update: The definition of the query to access the list of functions should be modified in phpPgAdmin to replace pg_proc.proisagg with pg_proc.prokind. See: https://dba.stackexchange.com/questions/238903/postgresql-11-error-column-p-proisagg-does-not-exist#238906

  • Sébastien Clément Sébastien Clément modified a comment on ticket #469

    Update: Seems that this is a PostgreSQL problem, rather than a phpPgAdmin one. I get the same error using psql. The current ticket could now be closed.

  • Sébastien Clément Sébastien Clément posted a comment on ticket #469

    Update: Seems that this is a PostgreSQL problem, rather than a phpPgAdmin one. I get the same error using psql.

  • Sébastien Clément Sébastien Clément created ticket #469

    column p.proisagg does not exist

  • Brian Kueck Brian Kueck created ticket #468

    The each() function is deprecated in PHP 7.2+

  • Brian Kueck Brian Kueck created ticket #467

    phpPgAdmin doesn't work with PHP 7.x

  • Brian Kueck Brian Kueck posted a comment on ticket #463

    I found out how to fix this error. See my post on Stack Overflow. Simply edit any of the files above using the solution, which I described here: https://stackoverflow.com/questions/52537682/phppgadmin-no-objects-found/54510195#54510195

  • Brian Kueck Brian Kueck posted a comment on ticket #462

    I found out how to fix this error. See my post on Stack Overflow. Simply edit any of the files above using the solution, which I described here: https://stackoverflow.com/questions/52537682/phppgadmin-no-objects-found/54510195#54510195

  • Brian Kueck Brian Kueck posted a comment on ticket #458

    I found out how to fix this error. See my post on Stack Overflow: https://stackoverflow.com/questions/52537682/phppgadmin-no-objects-found/54510195#54510195

  • obiserver obiserver created ticket #466

    column proisagg removed from pg_catalog.pg_proc in postgresql 11

  • Rob McKenzie Rob McKenzie posted a comment on discussion Help

    Greetings, I am working with phpPgAdmin deployed into Pivotal Cloud Foundry so that I can manage my various pg db's, but recently needed to troubleshoot a function. During this time, I discovered that the output for "RAISE NOTICE" is not being displayed. Is there a way that I can enable the display of "RAISE NOTICE" in phpPgAdmin or an alternative?

  • Timmy Timmy posted a comment on ticket #464

    Alex, yes. It works on pgsql 10.4. Thanks for your great work!

  • Alex Ingram Alex Ingram posted a comment on ticket #464

    This project seems to be abandoned by the original developers. I updated phpPgAdmin to work with newer PostgreSQL/PHP versions here: https://github.com/ReimuHakurei/phppgadmin

  • Martin Martin created ticket #464

    PostgreSQL 10.3 not supported by phpPgAdmin 5.1

  • T Terui T Terui modified a comment on discussion Open Discussion

    looks like a bug. the instruction of ... Click (server-name) > (database-name) > Schemas > public > Tables > (table-name) on left-pane. Shows table columns on right-pane. -- (a) Click Select on the bottom of right-pane. Click "Select all fields" and fill a value for something of column, then Click "Select" button. Example: column id, operator "=", value 1. Shows filtered records. -- (b) When click something column-name, back to table columns (a) status. ^- link url on column-name contains ".../phpPgAdmin/tables.php?server=..."...

  • T Terui T Terui modified a comment on discussion Open Discussion

    looks like a bug. the instruction of ... Click (server-name) > (database-name) > Schemas > public > Tables > (table-name) on left-pane. Shows table columns on right-pane. -- (a) Click Select on the bottom of right-pane. Click "Select all fields" and fill a value for something of column, then Click "Select" button. Example: column id, operator "=", value 1. Shows filtered records. -- (b) When click something column-name, back to table columns (a) status. ^- link url on column-name contains ".../phpPgAdmin/tables.php?server=..."...

  • T Terui T Terui modified a comment on discussion Open Discussion

    looks like a bug. the instruction of ... Click (server-name) > (database-name) > Schemas > public > Tables > (table-name) on left-pane. Shows table columns on right-pane. -- (a) Click Select on the bottom of right-pane. Click "Select all fields" and fill a value for something of column, then Click "Select" button. Shows filtered records. -- (b) When click something column-name, back to table columns (a) status. ^- link url on column-name contains ".../phpPgAdmin/tables.php?server=..." collect url...

  • T Terui T Terui posted a comment on discussion Open Discussion

    looks like a bug. the instruction of ... Click (server-name) > (database-name) > Schemas > public > Tables > (table-name) on left-pane. Shows table columns on right-pane. -- (a) Click Select on the bottom of right-pane. Click "Select all fields" and fill a value for something of column, then Click "Select" button. Shows filtered records. -- (b) When click something column-name, back to table columns (a) status. ^- link url on column-name contains ".../phpPgAdmin/tables.php?server=..." collect url...

  • Henri VAN DEN BOOGAERDE Henri VAN DEN BOOGAERDE posted a comment on discussion Help

    Hi. Thanks for this. I have however an error in all_db.php, which in line 19 references $misc If I change it by $__construct the error persists. I'm not at all developper, so any assitance would be much appreciated.

  • madhulika gurav madhulika gurav created ticket #463

    Deprecated error

  • madhulika gurav madhulika gurav created ticket #462

    Deprecated error

  • Timothy Clarke Timothy Clarke created ticket #461

    BUG: Bad auth in for a single DB clears session credentials

  • uk_martin uk_martin posted a comment on discussion Help

    Hi I've installed the phpPgAdmin package, but whenever I try to access the Admin page (http://IP-Address/phpPgAdmin/) all I get is redirected back to the Synology main control panel page (http://IP-Address:5000/) What else needs doing to access the phpPgAdmin facility please? Thanks in advance. Martin

  • Marina St Marina St posted a comment on discussion Help

    Hello, I run a software company in healthcare. We are currently migrating to HIPAA compliant hosting environement and I want to install phpPgAdmin to access my PostgreSQL database. The hosting provider is wondering if installing phpPgAdmin will compromise hosting security. Any thouhgts? Are there encryption available to use phpPgAdmin? Thank you

  • Christian Wolpert Christian Wolpert created ticket #460

    Error left Website Panel

  • Viorel Tabara Viorel Tabara created ticket #459

    configs under /usr/share/phpPgAdmin/conf must be symlinks to /etc/phpPgAdmin

  • Muhammad Hafid Muhammad Hafid posted a comment on ticket #446

    Thanks for fix and share information about phpPgadmin. My PhpPgadmin on ubuntu solve.

  • Anonymous modified a comment on ticket #172

    DIFF of changes from git

  • Anonymous modified a comment on ticket #172

    DIFF of changes from git

  • Cyril Chaboisseau Cyril Chaboisseau modified a comment on ticket #422

    I had the same problem, and I can give you some a way reproduce this bug: create a table with 2 columns (but 1 would suffice): id | integer | non NULL Par défaut, nextval('oea.test_id_seq'::regclass) label | character varying(256) | (the label column can be "text" as well) and then, insert a line with the following text: "AA: Abcdefghijlmnop Abcdefghijklmnop xüx das abücdef" (without the quotes) the text will not show on a normal table browsing, but it will if you show the full value of the text...

  • Cyril C Cyril C posted a comment on ticket #422

    I had the same problem, and I can give you some a way reproduce this bug: create a table with 2 columns (but 1 would suffice): id | integer | non NULL Par défaut, nextval('oea.test_id_seq'::regclass) label | character varying(256) | (the label column can be "text" as well) and then, insert a line with the following text: "AA: Abcdefghijlmnop Abcdefghijklmnop xüx das abücdef" the text will not show on a normal browse of data, but it will if you show the full value of the text field (with the "Expand"...

  • Kakhaber Kashmadze Kakhaber Kashmadze posted a comment on discussion Help

    Hi All! I was changed phppgadmin 5.1 to be compatible with php 7 version so link...

  • Matteo Brandi Matteo Brandi created ticket #458

    Misc has a deprecated constructor

  • Prometheus418 Prometheus418 posted a comment on discussion Help

    Hello all, My database dropped a column somehow when I was out of the office for...

  • Ari Jolma Ari Jolma created ticket #457

    Autocomplete does not work on 5.1/9.5.4 combination

  • Reinhard Hameeteman Reinhard Hameeteman posted a comment on discussion Help

    I have a problem accessing two servers on the same host using different port numbers....

  • Francisco A C Lima Francisco A C Lima created ticket #456

    Error Export Data

  • Stefan Falk Stefan Falk posted a comment on ticket #455

    As a side note: This seems to appear for composite primary keys.

  • Stefan Falk Stefan Falk created ticket #455

    Getting "Notice: Undefined Index" messages in result rows

  • Asaf Asaf posted a comment on ticket #165

    nice to have? it is a must have!

  • jody jody modified a comment on discussion Help

    Hi I installed PostgreSQL 9.2.14 and phpPgAdmin 5.1 (more or less out of the box)...

  • jody jody posted a comment on discussion Help

    Hi I installed PostgreSQL 9.2.14 and phpPgAdmin 5.1 (more or less out of the box)...

  • J.Guillaume (ioguix) de Rorthais J.Guillaume (ioguix) de Rorthais posted a comment on ticket #454

    I am using Iceweasel 38.1

  • Makatok Makatok posted a comment on ticket #454

    Hi! Hehe I'm pretty sure that I'm human :) You are actually right, it works in IE...

  • J.Guillaume (ioguix) de Rorthais J.Guillaume (ioguix) de Rorthais posted a comment on ticket #454

    Hi, I just gave it a try and it worked as expected. Are you sure you are a human...

  • Makatok Makatok created ticket #454

    CAPTCHA is not working on Getting Help

  • Emrah Emrah modified a comment on discussion Help

    Hi there. First, I am in a rush so I couldn't find the right sub-forum, so I am sorry...

  • Emrah Emrah posted a comment on discussion Help

    Hi there. First, I am in a rush so I couldn't find the right sub-forum, so I am sory...

  • Le Goff Le Goff created ticket #453

    Redirect on table's view when we group data in select's view

  • Sven Sven posted a comment on discussion Help

    Hi@all, I install phppgadmin on my debian8/64bit os an it works out of the box on...

  • a sadri a sadri posted a comment on discussion Open Discussion

    In order to elaborate more, consider that I want to create a plugin that adds an...

  • Diego Fernando Diego Fernando created ticket #452

    Fail the authentification

  • Aneta Rosłan Aneta Rosłan posted a comment on ticket #449

    similar to #436

  • Aneta Rosłan Aneta Rosłan modified a comment on ticket #436

    I have similar problem with pagination. == Scenario 1. == 1. Doing - "Paginate result"...

  • Aneta Rosłan Aneta Rosłan posted a comment on ticket #436

    I have similar problem with pagination. == Scenario 1. == 1. Doing - "Paginate result"...

  • Mark Mark created ticket #181

    Add ability to select multiple tables to export

  • Mark Mark created ticket #451

    Export is adding duplicate carriage return and new line characters into TEXT field

  • Brian Walker Brian Walker posted a comment on discussion Help

    When I connect to a remote server I immediately get the following error: SQL error:...

  • arekm arekm created ticket #180

    support for shared database hosting with limited permissions

  • fnkr fnkr posted a comment on discussion Help

    Here is a gist of that code: https://gist.github.com/fnkr/51f0a92b9f0c658287ec I...

  • Steve Piercy Steve Piercy created ticket #450

    Demo admin login fails

  • Nirgal Vourgère Nirgal Vourgère posted a comment on ticket #448

    A fix is available at https://github.com/phppgadmin/phppgadmin/pull/27/

  • Robert Treat Robert Treat modified ticket #432

    PhpPgAdmin - Problema Criando Nova Tabela

  • Robert Treat Robert Treat modified ticket #437

    Cancel/Kill Action use procpid 0 (undefined)

  • Robert Treat Robert Treat posted a comment on ticket #446

    This is fixed in the 5.1 branch and in git master, and will be included in the next...

  • Robert Treat Robert Treat modified ticket #446

    pagination not changing page (through select)

  • donSchoe donSchoe created ticket #449

    Creating functoins via SQL fails if paginate checkbox is selected.

  • Nirgal Vourgère Nirgal Vourgère posted a comment on ticket #434

    I believe this is a duplicate of issue 422.

  • Nirgal Vourgère Nirgal Vourgère created ticket #448

    executeScript ignore querries when ; is on a single line

  • Chuck Boecking Chuck Boecking posted a comment on discussion Help

    How do you export a function? I know how to export a view; however, I cannot find...

1 >