Cybersecurity
DevOps Cloud
IT Operations Cloud
OpenText product name changes coming to the community soon! Learn more.
phpPgAdmin fails with "ERROR: column "relhasoids" does not exist" when you try to browse a table.
This is simple to solve.
Go to /opt/novell/srv/www/htdocs/phpPgAdmin/classes/database/ and edit Postgres.php.
Search for "hasObjectID".
Now comment the lines above.
Afterwards your phpPgAdmin should work again.
I assume that you can use this tip for other appliances too if this issue occurs.