Thank you for the quick response.
I've checked and there are no com_biblestudy folders in either admin/components or components folders.
I've tried to manually install this by copying admin/components/com_biblestudy and components/com_biblestudy to my installation on my hosting account and then importing the database via phpAdmin but I get the following during the import:
CREATE TABLE `jos_bsms_podcast` (
`id` int( 3 ) NOT NULL ,
`title` varchar( 100 ) default NULL ,
`website` varchar( 100 ) default NULL ,
`description` varchar( 500 ) default NULL ,
`image` varchar( 130 ) default NULL ,
`imageh` int( 3 ) default NULL ,
`imagew` int( 3 ) default NULL ,
`author` varchar( 100 ) default NULL ,
`podcastimage` varchar( 130 ) default NULL ,
`podcastsearch` varchar( 255 ) default NULL ,
`filename` varchar( 150 ) default NULL ,
`language` varchar( 10 ) default 'en-us',
`editor_name` varchar( 150 ) default NULL ,
`editor_email` varchar( 150 ) default NULL ,
`podcastlimit` int( 5 ) default NULL ,
`published` tinyint( 1 ) NOT NULL default '1',
PRIMARY KEY ( `id` )
) TYPE = MYISAM AUTO_INCREMENT =2
MySQL said: Documentation
#1074 - Too big column length for column 'description' (max = 255). Use BLOB instead
This makes me wonder if it is a problem with either the PHP version and/or the MySQL database version.
The server is running PHP 4.4.9 and I'm importing into a MySQL v4 database but I can change it to a version 5 if needed.