Fresh install not creating database tables (v9.1.3)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • j33716
    Junior Member
    • Aug 2019
    • 4

    #1

    Fresh install not creating database tables (v9.1.3)

    Going through the standard install, the tests all show good/green. Connection to DB server and DB show good.
    At the next step, it shows trouble with the API but I found the database tables were not created.
    Not sure why? Connection shows good.
  • yuri
    Member
    • Mar 2014
    • 8977

    #2
    Maybe the database user has no access to create table?
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8977

      #3
      What exactly is shown?
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • j33716
        Junior Member
        • Aug 2019
        • 4

        #4
        I would assume the connection is good since the test connection works and the next screen shows green at the DB connection.

        The error is a red screen saying it doesn't have access to the API. Instructions are about the htaccess. The error log shows it fails reading the database.

        I copied a blank DB from a different install and it worked.

        However, this does not solve a possible issue in the new install.

        Comment

        • j33716
          Junior Member
          • Aug 2019
          • 4

          #5
          New issue. As the admin, I cannot change the user interface. Any time I try to save it gives 'Access Denied" in red as a red drop down

          Comment

          • yuri
            Member
            • Mar 2014
            • 8977

            #6
            Check the server logs. Then, Espo logs in data/logs.

            It could be that your webserver does not allow PUT requests. Is it on Windows?
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            Working...