On 10/09/2016 04:36 PM, Josh Berkus wrote:
> I'll confirm here that the Web version doesn't work either from the
> Fedora packages. In the case of the web version, this appears to be
> because of confusion between Python2 and Python3 dependencies.
Leaving out the SQLite bug (see other thread), he
On 10/09/2016 05:04 PM, Josh Berkus wrote:
> sqlite> select * from ConfigDB;
> Error: no such table: ConfigDB
More relevantly:
sqlite> select * from version;
Error: no such table: version
--
--
Josh Berkus
Red Hat OSAS
(any opinions are my own)
--
Sent via pgadmin-support mailing list (pgadm
Attempting to access pgAdmin4 from HTTP I get a "500 server error".
Consulting the logs, I see:
[Sun Oct 09 23:48:16.337065 2016] [wsgi:error] [pid 4689] [remote
98.246.109.153:200] sqlalchemy.exc.OperationalError:
(sqlite3.OperationalError) no such table: version [SQL: 'SELECT
version.name AS ver
If I wanted to install the web version from the source code download, what
would the steps to get it working on RHEL 7 systems? Do I just copy the
files to the webserver and add the configuration to Apache? I was looking
at these instructions for references but didn't know there there more steps
th
I'll confirm here that the Web version doesn't work either from the
Fedora packages. In the case of the web version, this appears to be
because of confusion between Python2 and Python3 dependencies.
CC'ing Devrim.
On 10/03/2016 09:35 AM, Peter Juhasz wrote:
> Dear PgAdmin4 maintainers,
>
> I w