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