Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

phpPgAdmin error when creating database: column spclocation does not exist

$
0
0

I am using the latest BitNami WAPP Stack. When trying to create a new database I get the following error:

SQL error:

ERROR: column "spclocation" does not exist LINE 1: ...pg_catalog.pg_get_userbyid(spcowner) AS spcowner, spclocatio... ^

In statement:

SELECT spcname, pg_catalog.pg_get_userbyid(spcowner) AS spcowner, spclocation, (SELECT description FROM pg_catalog.pg_shdescription pd WHERE pg_tablespace.oid=pd.objoid) AS spccomment FROM pg_catalog.pg_tablespace WHERE spcname NOT LIKE $$pg\_%$$ ORDER BY spcname

After researching this error it appears to be a problem with the latest phpPgAdmin. The suggested solution is to upgrade the version of phpPgAdmin to the latest development release, but how do I do that within the BitNami framework? It would be nice if BitNami released a new version with the updated phpPgAdmin version that doesn't have this issue.

Thanks.


Viewing all articles
Browse latest Browse all 2052

Trending Articles