Bonjour,
Je me suis lancé dans l’upgrade de la 4.4.20 à la 4.5.2 et le processus est bloqué à 47%. Quand je vais voir le log j’ai :
>[START CONSISTENCY]
>[START CHECK AND FIX DB]
>
>Fix : ALTER TABLE `cache` ADD `timestamp` int(11) NULL
>Fix : ALTER TABLE `cache` DROP `datetime`
>Fix : CREATE TABLE IF NOT EXISTS `queue` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`queueId` varchar(255) NULL,
`class` varchar(255) NULL,
`function` varchar(255) NOT NULL,
`arguments` text NULL,
`createTime` datetime NOT NULL,
`options` text NULL,
`timeout` int(11) NULL,
primary key(`id`))
ENGINE InnoDB;
[END CHECK AND FIX DB]
Check jeedom package...PHP Fatal error: Uncaught Error: Class "Monolog\Formatter\LineFormatter" not found in /var/www/html/core/class/log.class.php:54
Stack trace:
#0 /var/www/html/core/class/log.class.php(110): log::getLogger()
#1 /var/www/html/core/class/cache.class.php(114): log::add()
#2 /var/www/html/core/class/jeedom.class.php(1812): cache::byKey()
#3 /var/www/html/core/class/system.class.php(90): jeedom::isCapable()
#4 /var/www/html/core/class/system.class.php(820): system::getCmdSudo()
#5 /var/www/html/core/class/system.class.php(579): system::installPackage()
#6 /var/www/html/install/consistency.php(48): system::checkAndInstall()
#7 /var/www/html/install/update.php(327): require_once('...')
#8 {main}
thrown in /var/www/html/core/class/log.class.php on line 54
Qu’est ce que je peux faire ?
Merci de votre aide.