The plugin that is getting errors is WP Download Manager
Error:
Strict Standards: Only variables should be passed by reference in /home/otbm/public_html/wp-content/plugins/download-manager/functions.php on line 1879
Line 1879:
if(count($vars['files'])==1) $vars['file_ext'] = end($tmpdata = explode(".", $vars['files'][0]));
also getting this error in admin:
Strict Standards: Only variables should be passed by reference in /home/otbm/public_html/wp-content/plugins/download-manager/wpdm.php(1) : eval()'d code on line 1034
I can't find that line as it is all one single line of code.
Any help would be appreciated.