Upgraded from Drupal 4.6.5 to 4.7.6 including all related modules and ran update.php at each stage as recommended
Upgrade has been working fine and went smoothly with exception/problem as follows. After searching I can't find a logical fix but it has to be something simple
Problem 1:
I have a variety of legacy content for *.mov files that are not displaying correctly. *.Mov files were linked as relative URLS (e.g. "files/moviename.mov") and played correctly when clicked. Now they produce a server side error:
"Internal Server Error:The server encountered an internal error or misconfiguration and was unable to complete your request."
The server is itself is configured to play the movies correctly as confirmed by moving the content outside the Drupal Files directory. The content plays correctly, same as before the upgrade to 4.7.6
Problem 2:
I have a variety of legacy content for *.jpg files that are not displaying correctly related to Inline.Module.
After confirming the inline.module settings are set large (900,900) enough to ensure display on screen for testing purposes and set to "Print img tag and the link to the image". The [inline] page content does not display as a full graphic, but rather as a linked file. The graphics in question are considerably smaller than the 900x900 limit
Attempted Solutions: