Jump to content
Froxlor Forum

mike87

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by mike87

  1. vor 5 Stunden schrieb d00p:

    But it needs to work for froxlor. In order to manage mysql databases and users we need a privileged user.

    I know. I just wanted you to know about this problem. Debian 10/MariaDB 10.3 uses unix_socket as plugin for the root user. So this isn't working anymore and you have to create another root-like user.

    That's why I use froxlor_root with full global rights, identified by password from 127.0.0.1/localhost/server-ip.

    Connecting via shell is working: mysql -u froxlor_root -p

    May you know the SQL-statement so I could test it via shell?

  2. I enabled mod_php, looked into it ten times and still missed that it was disabled again...

    Thx a lot.

     

    Another strange thing I found is that I disabled a customer and tried to reenable it. Ending here:

    A database error occurred
    SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'froxlor_root'@'127.0.0.1' to database 'web8sql1'
    Dear froxlor-team,
    
    the following error has been reported by a user:
    
    -------------------------------------------------------------
    42000 SQLSTATE[42000]: Syntax error or access violation: 1044 Access denied for user 'froxlor_root'@'127.0.0.1' to database 'web8sql1'
    
    File: lib/Froxlor/Database/Database.php:203
    
    Trace:
    #0 [internal function]: PDO->query('GRANT ALL PRIVI...')
    #1 lib/Froxlor/Database/Database.php(203): call_user_func_array(Array, Array)
    #2 lib/Froxlor/Database/Manager/DbManagerMySQL.php(203): Froxlor\Database\Database::__callStatic('query', Array)
    #3 lib/Froxlor/Api/Commands/Customers.php(1081): Froxlor\Database\Manager\DbManagerMySQL->enableUser('web8sql1', '127.0.0.1')
    #4 admin_customers.php(376): Froxlor\Api\Commands\Customers->update()
    #5 {main}
    
    -------------------------------------------------------------
    
    Froxlor-version: 0.10.0-rc2
    DB-version: 201904250
    
    End of report

    User froxlor_root got full global rights. So this shouldn't be a problem. Any guesses?

  3. As recommended I copied my database to a fresh Debian 10 and started the internal update. Changed the IP and got stuck. Apache doesn't start due:

    AH00526: Syntax error on line 11 of /etc/apache2/sites-enabled/28_froxlor_normal_vhost_web1.s01.XXXX.info.conf:
    Invalid command 'php_admin_value', perhaps misspelled or defined by a module not included in the server configuration

    These are the lines for open basedir and email. Any recommendations how to fix this?

    If I remove all php_admin_value Entries from all fines it is running fine.

×
×
  • Create New...