Re: Pg Admin 4 will not load for me

2024-11-25 Thread Sandeep Thakkar
Hi, This error was reported for macOS version 15.1. The PostgreSQL 15.10 installer includes a fix for this. If you haven't upgraded, I suggest you do. On Sat, Nov 23, 2024 at 7:34 PM Daniel Thomas wrote: > Here’s the error message I get when attempting to open PG Admin from my > PostgreSQL15 f

Re: Pg Admin 4 will not load for me

2024-11-24 Thread Yogesh Mahajan
Hi, Can you please download the latest pgadmin version 8.13 from here and try? Thanks, Yogesh Mahajan EnterpriseDB On Sat, Nov 23, 2024 at 7:34 PM Daniel Thomas wrote: > Here’s the error message I get when attempting to open PG Admin from m

Re: Pg Admin 4

2023-12-17 Thread Aditya Toshniwal
Hi Marissa, Can you confirm if PostgreSQL is up and running? You can try using psql command in CLI. On Sun, Dec 17, 2023 at 4:56 PM marissa c wrote: > Hi, > > I cannot use pgAdmin 4 due to a password error. I've attached > a screenshot. I have tried deleting the app off my computer and > re-ins

Re: Pg admin 4 on BigSur

2021-03-14 Thread Aditya Toshniwal
Hi Destiny, Which version of pgAdmin are you trying to open ? Can you share screenshots of any error ? With pgAdmin4 v5.0, QT dependency is removed. On Sun, Mar 14, 2021 at 3:17 AM Destiny Setzer wrote: > Hi! I’m new to PostgreSQL and when trying to open pgadmin 4 for the first > time on my Mac

Re: pg Admin 4 v4.28 Errors on launch

2020-12-29 Thread Akshay Joshi
Hi Esra We have fixed the issue in v4.29, so no need to change the registry. Please verify it on the v4.29. On Tue, Dec 29, 2020 at 2:41 PM esra wrote: > hello everyone i tried to fix it same problem but not working pgadmin4 > also i > change the registry but it is not working please help me!!!

Re: pg Admin 4 v4.28 Errors on launch

2020-12-29 Thread esra
hello everyone i tried to fix it same problem but not working pgadmin4 also i change the registry but it is not working please help me -- Sent from: https://www.postgresql-archive.org/PostgreSQL-pgadmin-support-f2191615.html

Re: pg Admin 4 v4.28 Errors on launch

2020-12-01 Thread richard coleman
tito, This is a known issue with the latest version under windows. The solution is documented here: https://www.pgadmin.org/faq/#12 TLDR; To resolve the issue, use the Registry Editor and reset the value of HKEY_CLASSES_ROOT\.js\Content Type to: text/javascript Good luck, rik. On Thu, Nov

Re: PG Admin 4 Does not open with new version Mac OS 11

2020-11-23 Thread Dave Page
On Sat, Nov 21, 2020 at 7:31 PM Darren Duncan wrote: > What happens when you try to open PgAdmin? > > What kind of error messages do you get? > Both important questions. > > Is the program running an OS version check and saying the OS is too old > because > it assumed the second version part w

Re: PG Admin 4 Does not open with new version Mac OS 11

2020-11-21 Thread Darren Duncan
What happens when you try to open PgAdmin? What kind of error messages do you get? Is the program running an OS version check and saying the OS is too old because it assumed the second version part would always increase like some other programs and tools do/did? -- Darren Duncan On 2020-11-

Re: pg Admin 4 v4.28 Errors on launch

2020-11-13 Thread Tito Calleros
Thanks for your help. For work reasons, at the moment I have version 4.26 installed, as soon as I can I will try your fix. . El vie., 13 de nov. de 2020 a la(s) 01:45, Murtuza Zabuawala ( murtuza.zabuaw...@enterprisedb.com) escribió: > ++ Attaching the fix > > Save the given attachment on your d

Re: pg Admin 4 v4.28 Errors on launch

2020-11-13 Thread Sasha
Hello! Fix actually worked! Pgadmin4 v4.28 started up normally. Maybe some software changed the default values of this registry key. It would be great if it was set automatically during installation. Thanks! -- Sent from: https://www.postgresql-archive.org/PostgreSQL-pgadmin-support-f21916

Re: pg Admin 4 v4.28 Errors on launch

2020-11-12 Thread Akshay Joshi
Hi All We were not able to reproduce this issue on any of our machines during pre-release testing for v4.28. Then after some R&D, we are able to reproduce this issue. *Cause of the problem*: if value of "*HKEY_CLASSES_ROOT\.js\Content Type*" is set to "text/plain" then issue is reproducible. In a

Re: pg Admin 4 v4.28 Errors on launch

2020-11-12 Thread Akshay Joshi
Hi All We are working on the fix and will try to fix it asap. Once we fix the issue will release the pgAdmin 4. Sorry for the inconvenience. On Fri, Nov 13, 2020 at 12:05 AM tito.calleros wrote: > I have the same problem, I just upgrade from v4.27 to v4.28. > > Refused to execute script from >

Re: pg Admin 4 v4.28 Errors on launch

2020-11-12 Thread tito.calleros
I have the same problem, I just upgrade from v4.27 to v4.28. Refused to execute script from 'http://127.0.0.1:57313/static/vendor/require/require.min.js?ver=42800' because its MIME type ('text/plain') is not executable, and strict MIME type checking is enabled. (index):39 Uncaught ReferenceError

Re: PG Admin 4 Connection to Python Anywhere

2018-02-07 Thread Murtuza Zabuawala
Steps I use to connect over ssh, 1) Open ssh client (you can use PuTTY or any other ssh client) 2) I create a SSH tunnel to remote host(192.168.34.150) using below command. murtuza@debian:~/projects/pgadmin4$ ssh -L :192.168.34.150:5432 murtuza@192.168.34.150 *murtuza@192.168.34.150 's passwo