Coder Social home page Coder Social logo

Comments (3)

GMKostov avatar GMKostov commented on May 29, 2024

Now it gives me this error:

An error occurred on installation:
In ExceptionConverter.php line 117:
                                                              
  An exception occurred in the driver: could not find driver  
                                                              
In Exception.php line 28:
                         
  could not find driver  
                         
In Driver.php line 33:
                         
  could not find driver                         

migrations:migrate [--write-sql [WRITE-SQL]] [--dry-run] [--query-time] [--allow-no-migration] [--all-or-nothing [ALL-OR-NOTHING]] [--configuration CONFIGURATION] [--em EM] [--conn CONN] [--] [<version>]

This is the content of .env file:

APP_PROJECT_KEY="e25b3c7af2fed2847e41267b4b3e0345"
APP_URL="https://10.10.1.60/public"
APP_APPS_URL="https://10.10.1.60/public/apps"
APP_ENV="dev"
APP_DEBUG="true"
APP_CONNECTION="pdo-mysql://<user>:<password>@10.10.1.60/fusio"
APP_MAILER="native://default"
APP_MESSENGER="doctrine://default"
APP_MAIL_SENDER=""
APP_PHP_SANDBOX="off"
APP_MARKETPLACE="off"
SDKGEN_CLIENT_ID=""
SDKGEN_CLIENT_SECRET=""

from fusio.

chriskapp avatar chriskapp commented on May 29, 2024

Hi, it looks the database driver is not correctly configured at your PHP setup, if you use IIS and Windows you probably want to connect to an MSSQL database or do you use a MYSQL instance?

from fusio.

GMKostov avatar GMKostov commented on May 29, 2024

You are right. I'm trying to use PDO_MySQL but I didn't installed it. Sorry for wasting your time.

from fusio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.