Hi

I figured it out by the log file. In the file includes/extra_datafiles/slideshow.php I had to change this:
Code:
define('TABLE_SLIDESHOW', DB_PREFIX . 'Frontpage_slideshow');
to this:
Code:
define('TABLE_SLIDESHOW', DB_PREFIX . 'frontpage_slideshow');
Note: the 'f' in frontpage should be lower case not upper case

Thanks