I implemented the crontab for the php file scanner on 4 joomla websites, but randomly, it seems that it produces some errors.
here are the logs from web which did not work :
PHP Fatal error: Uncaught exception 'JDatabaseException' with message 'Unknown column 'sourcePath' in 'field list' SQL=INSERT INTO `ad1z8_admintools_filescache` (`path`,`filedate`,`filesize`,`data`,`checksum`,`sourcePath`) VALUES ('plugins/installer/admintools/admintools.php','1410652105','1888','','68b98f6eb526a763e4b76f8d1a34c0d3','mypath/plugins/installer/admintools/admintools.php')' in mypath/libraries/joomla/database/database/mysqli.php:403
Stack trace:
#0 mypath/libraries/joomla/database/database.php(867): JDatabaseMySQLi->execute()
#1 mypath/administrator/components/com_admintools/akeeba/platform/jfscan/engines/archiver/jfscan.php(172): JDatabase->insertObject('#__admintools_f...', Object(stdClass))
#2 mypath/administrator/components/com_admintools/akeeba/abstract/archiver.php(230): AEArchiverJfscan->_addFile(false, '/var/www/vhosts...', 'plugins/install...')
#3 /var in mypath/libraries/joomla/database/database/mysqli.php on line 403
I cleared the cache before starting the file scanner. It worked on 3/4 joomla websites. but it changes, it is not always on same web... :/
I noticed scan result is shown on admin backend even if it has not been sent. And it show 13822 files. it is impossible. Checking on server with same extention, I have 4257.
do you have any idea about this issue ?
thx !