15 days later

I performed all the processes above, I'm still having problems installing the extension.
I performed the above procedures, even so the error persists,

    3 months later

    Hello aaPanel_Kern

    I am facing issue with pgsql driver, encountered error
    "message": "could not find driver (SQL: select count(*) as aggregate from \"users\" where \"email\" = user@gmail.com)",

    I have installed pgsql extensions from app store but still not able to get it working also tried with this sudo apt install php-pgsql
    still not working, My php version : 8.0


      Hello, it is recommended to check whether the relevant database exists using the command
      Log in:
      su - postgres

      enter the database
      psql

      Check out the database:
      \l

      View all database information
      SELECT * FROM pg_database ORDER BY datname;

      quit
      \q

      aaP_symentix_shubhamk

        aaP_symentix_shubhamk
        try
        Database name and user name cannot start with numbers and cannot have special symbols
        If the user name starts with a number, you will not be able to log in. \l View the Access privileges column without access rights.
        The beginning of the database name is a number. You can see that it has been established on the interface. In fact, \l it seems that there is no database.

        aaP_symentix_shubhamk
        Also i tried connecting with different DB outside the aapanel from aws rds still facing this issue.
        I have checked for pgsql or pdo-pgsql is installed or not please check in the below snap it is not installed and in the app store it is showing that these extension are installed.

          Yes i have connected with Mysql other than aapanel it is working. But when i connect with postgresql it is not connecting.
          encountering error "message": "could not find driver (SQL: select count(*) as aggregate from \"users\" where \"email\" = user@gmail.com)",
          issue with php-pgsql drivers

          aaPanel_Kern

          3 months later

          hi i try to install extension pdo_pgsql 8.1 but stuck on y/n in this stage, like this figure