Enabling MySQL 4-byte support problems under debian 9

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version ( 17.0.1):
Operating system and version (Debian 9):
Apache or nginx version (Apache/2.4.25 (Debian)):
PHP version ( 7.3.12-1):

The issue you are facing: I tried to enable MySQL 4-byte suppot, but when I enter sudo -u www-data php occ maintenance:repair I get this error: https://hastebin.com/huhocosima

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. Follow this instruction: https://docs.nextcloud.com/server/17/admin_manual/configuration_database/mysql_4byte_support.html

The output of your Nextcloud log in Admin > Logging:

[no app in context] Error: Doctrine\DBAL\Exception\DriverException: An exception occurred while executing 'ALTER TABLE `oc_addressbooks` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;':

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes at <<closure>>

 0. /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 169
    Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException("An exception oc ... s", Doctrine\DBAL\Dr ... ]})
 1. /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 145
    Doctrine\DBAL\DBALException::wrapException(Doctrine\DBAL\Driver\PDOMySql\Driver {}, Doctrine\DBAL\Dr ... ]}, "An exception oc ... s")
 2. /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Statement.php line 162
    Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Doctrine\DBAL\Driver\PDOMySql\Driver {}, Doctrine\DBAL\Dr ... ]}, "ALTER TABLE `oc ... ;", [])
 3. /var/www/html/cloud/lib/private/Repair/Collation.php line 100
    Doctrine\DBAL\Statement->execute()
 4. /var/www/html/cloud/lib/private/Repair.php line 101
    OC\Repair\Collation->run(OC\Repair {})
 5. /var/www/html/cloud/core/Command/Maintenance/Repair.php line 123
    OC\Repair->run()
 6. /var/www/html/cloud/3rdparty/symfony/console/Command/Command.php line 255
    OC\Core\Command\Maintenance\Repair->execute(Symfony\Componen ... {}, Symfony\Componen ... {})
 7. /var/www/html/cloud/3rdparty/symfony/console/Application.php line 908
    Symfony\Component\Console\Command\Command->run(Symfony\Componen ... {}, Symfony\Componen ... {})
 8. /var/www/html/cloud/3rdparty/symfony/console/Application.php line 269
    Symfony\Component\Console\Application->doRunCommand(OC\Core\Command\Maintenance\Repair {}, Symfony\Componen ... {}, Symfony\Componen ... {})
 9. /var/www/html/cloud/3rdparty/symfony/console/Application.php line 145
    Symfony\Component\Console\Application->doRun(Symfony\Componen ... {}, Symfony\Componen ... {})
10. /var/www/html/cloud/lib/private/Console/Application.php line 213
    Symfony\Component\Console\Application->run(Symfony\Componen ... {}, Symfony\Componen ... {})
11. /var/www/html/cloud/console.php line 97
    OC\Console\Application->run()
12. /var/www/html/cloud/occ line 11
    undefinedundefinedrequire_once("/var/www/html/cloud/console.php")

at 2019-12-10T15:01:02+00:00

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

?php
$CONFIG = array (
  'instanceid' => '',
  'passwordsalt' => '',
  'secret' => '',
  'trusted_domains' =>
  array (
    0 => 'badespeak.de',
    1 => 'cloud.badespeak.de',
  ),
  'datadirectory' => '/var/www/html/cloud/data',
  'dbtype' => 'mysql',
  'version' => '17.0.1.1',
  'overwrite.cli.url' => 'http://badespeak.de/cloud',
  'dbname' => 'cloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => '',
  'dbpassword' => '',
  'installed' => true,
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
  'updater.secret' => '',
  'mysql.utf8mb4' => true,
);

The output of your Apache/nginx/system log in /var/log/____:

[Tue Dec 10 06:25:04.605035 2019] [mpm_prefork:notice] [pid 128325] AH00163: Apache/2.4.25 (Debian) configured -- resuming normal operations
[Tue Dec 10 06:25:04.605090 2019] [core:notice] [pid 128325] AH00094: Command line: '/usr/sbin/apache2'
[Tue Dec 10 13:28:00.726330 2019] [mpm_prefork:notice] [pid 861] AH00163: Apache/2.4.25 (Debian) configured -- resuming normal operations
[Tue Dec 10 13:28:00.731652 2019] [core:notice] [pid 861] AH00094: Command line: '/usr/sbin/apache2'
[Tue Dec 10 13:41:52.250138 2019] [authz_core:error] [pid 1601] [client 162.158.94.50:47176] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 13:42:18.057460 2019] [authz_core:error] [pid 1935] [client 162.158.91.77:43062] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 13:42:34.029955 2019] [authz_core:error] [pid 2027] [client 162.158.91.77:60196] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 13:47:32.382799 2019] [authz_core:error] [pid 2027] [client 162.158.93.231:61278] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 13:50:24.425820 2019] [mpm_prefork:notice] [pid 861] AH00169: caught SIGTERM, shutting down
[Tue Dec 10 13:50:24.565921 2019] [mpm_prefork:notice] [pid 4144] AH00163: Apache/2.4.25 (Debian) configured -- resuming normal operations
[Tue Dec 10 13:50:24.566008 2019] [core:notice] [pid 4144] AH00094: Command line: '/usr/sbin/apache2'
[Tue Dec 10 13:50:58.543785 2019] [authz_core:error] [pid 4150] [client 162.158.88.218:32768] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 13:57:34.948144 2019] [authz_core:error] [pid 4174] [client 162.158.88.98:30674] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 13:57:49.252783 2019] [mpm_prefork:notice] [pid 4144] AH00169: caught SIGTERM, shutting down
[Tue Dec 10 13:57:49.385380 2019] [mpm_prefork:notice] [pid 39053] AH00163: Apache/2.4.25 (Debian) configured -- resuming normal operations
[Tue Dec 10 13:57:49.385462 2019] [core:notice] [pid 39053] AH00094: Command line: '/usr/sbin/apache2'
[Tue Dec 10 13:57:50.914119 2019] [:error] [pid 39054] [client 162.158.91.77:46756] PHP Fatal error:  Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: could not find driver in /var/www/html/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /var/www/html/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Co in /var/www/html/cloud/lib/private/DB/Connection.php on line 64
[Tue Dec 10 13:57:50.914530 2019] [:error] [pid 39054] [client 162.158.91.77:46756] PHP Fatal error:  Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: could not find driver in /var/www/html/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /var/www/html/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Co in /var/www/html/cloud/lib/private/DB/Connection.php on line 64
[Tue Dec 10 13:57:53.231677 2019] [:error] [pid 39056] [client 162.158.91.77:47758] PHP Fatal error:  Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: could not find driver in /var/www/html/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /var/www/html/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Co in /var/www/html/cloud/lib/private/DB/Connection.php on line 64
[Tue Dec 10 13:57:53.232035 2019] [:error] [pid 39056] [client 162.158.91.77:47758] PHP Fatal error:  Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: could not find driver in /var/www/html/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /var/www/html/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Co in /var/www/html/cloud/lib/private/DB/Connection.php on line 64
[Tue Dec 10 13:57:54.347006 2019] [:error] [pid 39057] [client 162.158.91.77:50754] PHP Fatal error:  Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: could not find driver in /var/www/html/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /var/www/html/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Co in /var/www/html/cloud/lib/private/DB/Connection.php on line 64
[Tue Dec 10 13:57:54.347386 2019] [:error] [pid 39057] [client 162.158.91.77:50754] PHP Fatal error:  Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: could not find driver in /var/www/html/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /var/www/html/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Co in /var/www/html/cloud/lib/private/DB/Connection.php on line 64
[Tue Dec 10 13:58:02.675882 2019] [:error] [pid 39056] [client 162.158.91.77:58744] PHP Fatal error:  Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: could not find driver in /var/www/html/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /var/www/html/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Co in /var/www/html/cloud/lib/private/DB/Connection.php on line 64
[Tue Dec 10 13:58:02.676215 2019] [:error] [pid 39056] [client 162.158.91.77:58744] PHP Fatal error:  Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: could not find driver in /var/www/html/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /var/www/html/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Co in /var/www/html/cloud/lib/private/DB/Connection.php on line 64
[Tue Dec 10 13:58:08.937224 2019] [:error] [pid 39057] [client 162.158.91.77:9684] PHP Fatal error:  Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: could not find driver in /var/www/html/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /var/www/html/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Co in /var/www/html/cloud/lib/private/DB/Connection.php on line 64
[Tue Dec 10 13:58:08.937618 2019] [:error] [pid 39057] [client 162.158.91.77:9684] PHP Fatal error:  Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: could not find driver in /var/www/html/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /var/www/html/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Co in /var/www/html/cloud/lib/private/DB/Connection.php on line 64
[Tue Dec 10 13:58:39.014970 2019] [:error] [pid 39056] [client 162.158.91.77:42088] PHP Notice:  Undefined index: user in /var/www/html/wi/index.php on line 48
[Tue Dec 10 13:58:39.021121 2019] [:error] [pid 39056] [client 162.158.91.77:42088] PHP Fatal error:  Uncaught Error: Class 'SoapClient' not found in /var/www/html/wi/php/functions/functions.php:225\nStack trace:\n#0 /var/www/html/wi/index.php(232): checkNewVersion(false)\n#1 {main}\n  thrown in /var/www/html/wi/php/functions/functions.php on line 225
[Tue Dec 10 13:59:10.957387 2019] [:error] [pid 39117] [client 162.158.88.218:35310] PHP Notice:  Undefined index: user in /var/www/html/wi/index.php on line 48
[Tue Dec 10 13:59:10.959900 2019] [:error] [pid 39117] [client 162.158.88.218:35310] PHP Fatal error:  Uncaught Error: Class 'SoapClient' not found in /var/www/html/wi/php/functions/functions.php:225\nStack trace:\n#0 /var/www/html/wi/index.php(232): checkNewVersion(false)\n#1 {main}\n  thrown in /var/www/html/wi/php/functions/functions.php on line 225
[Tue Dec 10 13:59:17.373330 2019] [:error] [pid 39119] [client 162.158.88.218:41918] PHP Notice:  Undefined index: user in /var/www/html/wi/index.php on line 48
[Tue Dec 10 13:59:17.376046 2019] [:error] [pid 39119] [client 162.158.88.218:41918] PHP Fatal error:  Uncaught Error: Class 'SoapClient' not found in /var/www/html/wi/php/functions/functions.php:225\nStack trace:\n#0 /var/www/html/wi/index.php(232): checkNewVersion(false)\n#1 {main}\n  thrown in /var/www/html/wi/php/functions/functions.php on line 225
[Tue Dec 10 13:59:18.154991 2019] [:error] [pid 39119] [client 162.158.88.218:41918] PHP Notice:  Undefined index: user in /var/www/html/wi/index.php on line 48
[Tue Dec 10 13:59:18.157121 2019] [:error] [pid 39119] [client 162.158.88.218:41918] PHP Fatal error:  Uncaught Error: Class 'SoapClient' not found in /var/www/html/wi/php/functions/functions.php:225\nStack trace:\n#0 /var/www/html/wi/index.php(232): checkNewVersion(false)\n#1 {main}\n  thrown in /var/www/html/wi/php/functions/functions.php on line 225
[Tue Dec 10 13:59:18.864311 2019] [:error] [pid 39120] [client 162.158.88.218:43266] PHP Notice:  Undefined index: user in /var/www/html/wi/index.php on line 48
[Tue Dec 10 13:59:18.866522 2019] [:error] [pid 39120] [client 162.158.88.218:43266] PHP Fatal error:  Uncaught Error: Class 'SoapClient' not found in /var/www/html/wi/php/functions/functions.php:225\nStack trace:\n#0 /var/www/html/wi/index.php(232): checkNewVersion(false)\n#1 {main}\n  thrown in /var/www/html/wi/php/functions/functions.php on line 225
[Tue Dec 10 13:59:23.812594 2019] [:error] [pid 39121] [client 162.158.88.218:49218] PHP Fatal error:  Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: could not find driver in /var/www/html/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /var/www/html/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Co in /var/www/html/cloud/lib/private/DB/Connection.php on line 64
[Tue Dec 10 13:59:23.812928 2019] [:error] [pid 39121] [client 162.158.88.218:49218] PHP Fatal error:  Uncaught Doctrine\\DBAL\\DBALException: Failed to connect to the database: An exception occured in driver: could not find driver in /var/www/html/cloud/lib/private/DB/Connection.php:64\nStack trace:\n#0 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(429): OC\\DB\\Connection->connect()\n#1 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(389): Doctrine\\DBAL\\Connection->getDatabasePlatformVersion()\n#2 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(328): Doctrine\\DBAL\\Connection->detectDatabasePlatform()\n#3 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(623): Doctrine\\DBAL\\Connection->getDatabasePlatform()\n#4 /var/www/html/cloud/lib/private/DB/Connection.php(151): Doctrine\\DBAL\\Connection->setTransactionIsolation(2)\n#5 /var/www/html/cloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php(172): OC\\DB\\Connection->__construct(Array, Object(Doctrine\\DBAL\\Driver\\PDOMySql\\Driver), Object(Doctrine\\DBAL\\Co in /var/www/html/cloud/lib/private/DB/Connection.php on line 64
[Tue Dec 10 13:59:52.357311 2019] [mpm_prefork:notice] [pid 39053] AH00169: caught SIGTERM, shutting down
[Tue Dec 10 13:59:52.424542 2019] [mpm_prefork:notice] [pid 39200] AH00163: Apache/2.4.25 (Debian) configured -- resuming normal operations
[Tue Dec 10 13:59:52.424671 2019] [core:notice] [pid 39200] AH00094: Command line: '/usr/sbin/apache2'
[Tue Dec 10 14:00:04.849001 2019] [mpm_prefork:notice] [pid 39200] AH00169: caught SIGTERM, shutting down
[Tue Dec 10 14:00:04.961947 2019] [mpm_prefork:notice] [pid 39236] AH00163: Apache/2.4.25 (Debian) configured -- resuming normal operations
[Tue Dec 10 14:00:04.962030 2019] [core:notice] [pid 39236] AH00094: Command line: '/usr/sbin/apache2'
[Tue Dec 10 14:01:07.220528 2019] [authz_core:error] [pid 39295] [client 162.158.88.218:53782] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 14:01:08.907805 2019] [authz_core:error] [pid 39308] [client 162.158.92.74:22406] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 14:19:14.930490 2019] [php7:error] [pid 39301] [client 45.64.96.18:58056] script '/var/www/html/wp-login.php' not found or unable to stat
[Tue Dec 10 14:19:21.586058 2019] [mpm_prefork:notice] [pid 39236] AH00169: caught SIGTERM, shutting down
[Tue Dec 10 14:19:21.717975 2019] [mpm_prefork:notice] [pid 40134] AH00163: Apache/2.4.25 (Debian) configured -- resuming normal operations
[Tue Dec 10 14:19:21.718071 2019] [core:notice] [pid 40134] AH00094: Command line: '/usr/sbin/apache2'
[Tue Dec 10 14:19:28.114233 2019] [authz_core:error] [pid 40142] [client 162.158.88.146:56724] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 14:28:53.203255 2019] [authz_core:error] [pid 40510] [client 162.158.88.146:49322] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 14:29:24.246644 2019] [authz_core:error] [pid 40591] [client 162.158.88.218:59722] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 14:29:50.687945 2019] [authz_core:error] [pid 40599] [client 162.158.91.53:53258] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 14:33:41.569886 2019] [authz_core:error] [pid 40797] [client 162.158.91.77:37242] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 14:33:53.647133 2019] [authz_core:error] [pid 40797] [client 162.158.92.74:11508] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 14:45:51.234855 2019] [authz_core:error] [pid 40812] [client 162.158.92.74:61500] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata
[Tue Dec 10 14:58:36.246699 2019] [php7:error] [pid 40771] [client 79.137.41.208:59602] script '/var/www/html/wp-login.php' not found or unable to stat
[Tue Dec 10 15:03:20.474745 2019] [authz_core:error] [pid 48629] [client 162.158.88.98:42138] AH01630: client denied by server configuration: /var/www/html/cloud/data/.ocdata