Thanks for the quick reply.
I have the latest version of the component but I didn't have the latest version of the module.
Downloading the latest module fixed the problem with avr but created a new problem.
I started getting the following error:
Notice: Object of class stdClass could not be converted to int in D:\www\PGBC-Joomla\modules\mod_biblestudy\tmpl\_study.php on line 789
After some research and comparing the module with the component I made the following code change:
Inserted the following code at line 714
That solved the error but the file size would not show up. More research led to the following changes:
Changed line 64 to
$show_filesizem = $params->get('show_filesizem');
Changed line 822 to
<?php if ($show_filesizem > 0)
Now everything works fine. Thanks for your help and I hope this reply helps others.
FORUMS FEATURE REQUEST: Could you please increase the session timeout on your forums. I had to type this message in twice because I was automatically logged out while typing it so when I posted it I was told I needed to login.