Hi,
I have upgraded our Advanced Revo install from version 2.2.4 to version 2.2.5. There were no errors displayed during the upgrade process however the error log is now filling up with the follow error:
[2012-10-10 12:55:09] (ERROR @ /index.php) Could not get table name for class: modFileMediaSource
and this one:
[2012-10-10 12:51:37] (ERROR @ /index.php) Could not get table name for class: modFileMediaSource
[2012-10-10 12:51:37] (ERROR @ /index.php) sources.modMediaSource::getSelectColumns() is not a valid static method.
[2012-10-10 12:51:37] (ERROR @ /index.php) Error 42S22 executing query: SELECT `modChunk`.`id` AS `modChunk_id`, `modChunk`.`source` AS `modChunk_source`, `modChunk`.`property_preprocess` AS `modChunk_property_preprocess`, `modChunk`.`name` AS `modChunk_name`, `modChunk`.`description` AS `modChunk_description`, `modChunk`.`editor_type` AS `modChunk_editor_type`, `modChunk`.`category` AS `modChunk_category`, `modChunk`.`cache_type` AS `modChunk_cache_type`, `modChunk`.`snippet` AS `modChunk_snippet`, `modChunk`.`locked` AS `modChunk_locked`, `modChunk`.`properties` AS `modChunk_properties`, `modChunk`.`static` AS `modChunk_static`, `modChunk`.`static_file` AS `modChunk_static_file`, `` FROM `modx_site_htmlsnippets` AS `modChunk` LEFT JOIN `modx_media_sources` `Source` ON `modChunk`.`source` = `Source`.`id` WHERE `modChunk`.`name` = ? ORDER BY `modChunk`.`id` ASC - Array
(
[0] => 42S22
[1] => 1054
[2] => Unknown column '' in 'field list'
)
The errors are occurring approx every 10sec and the error log is growing by 5mb a day.
I have two media sources setup. The default filesystem and one other that limits certain users to a specific folder in the filesystem. The website, manager and both media sources appear to be operating correctly.
Could anyone advise what is wrong or what could be causing the error?
Many Thanks