[Eisfair_dev] owncloud v1.3.0 stable, auf mysql umstellen

Alex Busam sambu at gmx.de
Di Jan 26 15:49:06 CET 2016


Hallo,

inzwischen hab ich eine leere owncloud wieder am Laufen. Nun würde ich 
gerne wieder auf mariabd umstellen. Dazu habe ich DB_TYPE auf mysql, 
sowie einen User samt Kennwort definiert. Dann erhalte ich allerdings 
folgende Meldung. Die gleiche Meldung erhalte ich nach manuellem Anlegen 
einer DB namens owncloud ( auf die der User auch entsprechende Rechte hat)
Muss ich die Tabellen mittels SQL-Skript anlegen oder andere händische 
Vorbereitungen durchführen?

Viele Grüße
Alex



Checking configuration file ...

Configuration file was saved as owncloud.2016-01-26-15-29-15 in 
/etc/backup.d.

Activate configuration now (y/n) [yes]?
version: v1.3.0
Apache2 SSL has been enabled ...
Apache2 STS has been enabled ...
db type: mysql
MySQL php support has been enabled ...
MySQL php socket has correctly been set ...
MySQL support has been enabled ...
APC php cache has been enabled ...
mail has been enabled ...
creating ownCloud configuration ...
creating logrotate configuration ...
creating cron script ...
running ownCloud upgrade routine ...

Welcome to eisfair!
base     : 2.6.7
eiskernel: 2.16.0 (3.2.71-eisfair-1-VIRT)

An unhandled exception has been thrown:
exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or 
view not found: 1146 Table 'owncloud.oc_appconfig' doesn't exist' in 
/var/www/dfc1/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104
Stack trace:
#0 
/var/www/dfc1/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php(104): 
PDO->query('SELECT * FROM `...')
#1 
/var/www/dfc1/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(833): 
Doctrine\DBAL\Driver\PDOConnection->query('SELECT * FROM `...')
#2 /var/www/dfc1/owncloud/lib/private/db/connection.php(182): 
Doctrine\DBAL\Connection->executeQuery('SELECT * FROM `...', Array, 
Array, NULL)
#3 
/var/www/dfc1/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php(206): 
OC\DB\Connection->executeQuery('SELECT * FROM `...', Array, Array)
#4 
/var/www/dfc1/owncloud/lib/private/db/querybuilder/querybuilder.php(121): Doctrine\DBAL\Query\QueryBuilder->execute()
#5 /var/www/dfc1/owncloud/lib/private/appconfig.php(276): 
OC\DB\QueryBuilder\QueryBuilder->execute()
#6 /var/www/dfc1/owncloud/lib/private/appconfig.php(78): 
OC\AppConfig->loadConfigValues()
#7 /var/www/dfc1/owncloud/lib/private/appconfig.php(255): 
OC\AppConfig->getApps()
#8 /var/www/dfc1/owncloud/lib/private/app/appmanager.php(80): 
OC\AppConfig->getValues(false, 'enabled')
#9 /var/www/dfc1/owncloud/lib/private/app/appmanager.php(95): 
OC\App\AppManager->getInstalledAppsValues()
#10 /var/www/dfc1/owncloud/lib/private/app.php(267): 
OC\App\AppManager->getInstalledApps()
#11 /var/www/dfc1/owncloud/lib/private/app.php(104): 
OC_App::getEnabledApps()
#12 /var/www/dfc1/owncloud/lib/base.php(566): OC_App::loadApps(Array)
#13 /var/www/dfc1/owncloud/lib/base.php(1081): OC::init()
#14 /var/www/dfc1/owncloud/console.php(42): 
require_once('/var/www/dfc1/o...')
#15 /var/www/dfc1/owncloud/occ(11): require_once('/var/www/dfc1/o...')
#16 {main}

Next exception 'Doctrine\DBAL\Driver\PDOException' with message 
'SQLSTATE[42S02]: Base table or view not found: 1146 Table 
'owncloud.oc_appconfig' doesn't exist' in 
/var/www/dfc1/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106
Stack trace:
#0 
/var/www/dfc1/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(833): 
Doctrine\DBAL\Driver\PDOConnection->query('SELECT * FROM `...')
#1 /var/www/dfc1/owncloud/lib/private/db/connection.php(182): 
Doctrine\DBAL\Connection->executeQuery('SELECT * FROM `...', Array, 
Array, NULL)
#2 
/var/www/dfc1/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php(206): 
OC\DB\Connection->executeQuery('SELECT * FROM `...', Array, Array)
#3 
/var/www/dfc1/owncloud/lib/private/db/querybuilder/querybuilder.php(121): Doctrine\DBAL\Query\QueryBuilder->execute()
#4 /var/www/dfc1/owncloud/lib/private/appconfig.php(276): 
OC\DB\QueryBuilder\QueryBuilder->execute()
#5 /var/www/dfc1/owncloud/lib/private/appconfig.php(78): 
OC\AppConfig->loadConfigValues()
#6 /var/www/dfc1/owncloud/lib/private/appconfig.php(255): 
OC\AppConfig->getApps()
#7 /var/www/dfc1/owncloud/lib/private/app/appmanager.php(80): 
OC\AppConfig->getValues(false, 'enabled')
#8 /var/www/dfc1/owncloud/lib/private/app/appmanager.php(95): 
OC\App\AppManager->getInstalledAppsValues()
#9 /var/www/dfc1/owncloud/lib/private/app.php(267): 
OC\App\AppManager->getInstalledApps()
#10 /var/www/dfc1/owncloud/lib/private/app.php(104): 
OC_App::getEnabledApps()
#11 /var/www/dfc1/owncloud/lib/base.php(566): OC_App::loadApps(Array)
#12 /var/www/dfc1/owncloud/lib/base.php(1081): OC::init()
#13 /var/www/dfc1/owncloud/console.php(42): 
require_once('/var/www/dfc1/o...')
#14 /var/www/dfc1/owncloud/occ(11): require_once('/var/www/dfc1/o...')
#15 {main}

Next exception 'Doctrine\DBAL\Exception\TableNotFoundException' with 
message 'An exception occurred while executing 'SELECT * FROM 
`oc_appconfig`':

SQLSTATE[42S02]: Base table or view not found: 1146 Table 
'owncloud.oc_appconfig' doesn't exist' in 
/var/www/dfc1/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53
Stack trace:
#0 
/var/www/dfc1/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php(116): 
Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException('An exception 
oc...', Object(Doctrine\DBAL\Driver\PDOException))
#1 
/var/www/dfc1/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Connection.php(836): 
Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(Doctrine\DBAL\Driver\PDOMySql\Driver), 
Object(Doctrine\DBAL\Driver\PDOException), 'SELECT * FROM `...', Array)
#2 /var/www/dfc1/owncloud/lib/private/db/connection.php(182): 
Doctrine\DBAL\Connection->executeQuery('SELECT * FROM `...', Array, 
Array, NULL)
#3 
/var/www/dfc1/owncloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php(206): 
OC\DB\Connection->executeQuery('SELECT * FROM `...', Array, Array)
#4 
/var/www/dfc1/owncloud/lib/private/db/querybuilder/querybuilder.php(121): Doctrine\DBAL\Query\QueryBuilder->execute()
#5 /var/www/dfc1/owncloud/lib/private/appconfig.php(276): 
OC\DB\QueryBuilder\QueryBuilder->execute()
#6 /var/www/dfc1/owncloud/lib/private/appconfig.php(78): 
OC\AppConfig->loadConfigValues()
#7 /var/www/dfc1/owncloud/lib/private/appconfig.php(255): 
OC\AppConfig->getApps()
#8 /var/www/dfc1/owncloud/lib/private/app/appmanager.php(80): 
OC\AppConfig->getValues(false, 'enabled')
#9 /var/www/dfc1/owncloud/lib/private/app/appmanager.php(95): 
OC\App\AppManager->getInstalledAppsValues()
#10 /var/www/dfc1/owncloud/lib/private/app.php(267): 
OC\App\AppManager->getInstalledApps()
#11 /var/www/dfc1/owncloud/lib/private/app.php(104): 
OC_App::getEnabledApps()
#12 /var/www/dfc1/owncloud/lib/base.php(566): OC_App::loadApps(Array)
#13 /var/www/dfc1/owncloud/lib/base.php(1081): OC::init()
#14 /var/www/dfc1/owncloud/console.php(42): 
require_once('/var/www/dfc1/o...')
#15 /var/www/dfc1/owncloud/occ(11): require_once('/var/www/dfc1/o...')
#16 {main}creating cron job ...
finished.
Do you want to restart the webserver now (recommended) (y/n) [yes]?
  * Restarting Apache ... 
                                                     [  OK  ]
Press ENTER to continue

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus



Mehr Informationen über die Mailingliste Eisfair_dev