As I'm digging further into this: with Error reporting set to maximum, when I click on a menu link I get the following:
Warning: Use of undefined constant DS - assumed 'DS' (this will throw an Error in a future version of PHP) in /home/cakeman2/public_html/Silberfine/plugins/content/s5_disqus_comments/s5_disqus_comments.php on line 142
Warning: Use of undefined constant DS - assumed 'DS' (this will throw an Error in a future version of PHP) in /plugins/content/s5_disqus_comments/s5_disqus_comments.php on line 142
Warning: Use of undefined constant DS - assumed 'DS' (this will throw an Error in a future version of PHP) in /plugins/content/s5_disqus_comments/s5_disqus_comments.php on line 142
Warning: require_once(/plugins/content/s5_disqus_commentsDSs5_disqus_commentsDSincludesDShelper.php): failed to open stream: No such file or directory in /home/cakeman2/public_html/Silberfine/plugins/content/s5_disqus_comments/s5_disqus_comments.php on line 142
Fatal error: require_once(): Failed opening required '/plugins/content/s5_disqus_commentsDSs5_disqus_commentsDSincludesDShelper.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/cakeman2/public_html/Silberfine/plugins/content/s5_disqus_comments/s5_disqus_comments.php on line 142
Line 142 of that file reads:
require_once (dirname(FILE).DS.$this->plg_name.DS.'includes'.DS.'helper.php');