Jump to content

donrammer

Members
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by donrammer

  1. [2021-01-15 13:58:04] dev.ERROR: Couldn't write env.php. (ErrorException: file_put_contents(/var/www/html/phpvms/env.php): failed to open stream: Permission 
    denied in /var/www/html/phpvms/vendor/nwidart/laravel-modules/src/Support/Stub.php:135

    This is what is produced when clicking the 'Configure Database' button within the laravel.log

     

  2. I had this exact problem myself this morning. It turns out I was missing a few PHP modules, and once installed it was fixed. I am running PHP 7.4, and installed the modules in CentOS by running:
     

    sudo yum install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysqlnd php-pdo php-pdo_mysql

     

    Hope this helps

     

    Thanks

     

    Rich

  3. Hi

    I am installing a new instance of phpVMS in the following configuration:

    Server1 = CentOS 7 w/ Apache & PHP 7.4 = PHPVMS Web Server
    Server2 = CentOS 7 w/ MariaDB = PHPVMS Database Server

    I connect to the website via a nginx reverse proxy and can access the site no problem to start the installation. I can see the pre-requisite page/module page and it shows everything green and ok. I then click to input the database configuration and when I test the db connectivity with the test button, it returns ok and connects. I then click the "Setup database" button, and the page that I am on simply refreshes and nothing happens. According to the documentation, it should start to configure the db and the tables, but it just refreshes and re-displays the input boxes for the db configuration. 

    Has anyone encountered this?

    Thanks

     

    Richard

×
×
  • Create New...