Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
i figured it out! which surprises me to say the least but ive been trying for 3 days straight.
i added the following to the bottom of the users index.php for phocadownload in C:\inetpub\wwwroot\components\com_phocadownload\views\user\tmpl\default_files.php
i added it at line 311
<?php
mysql_select_db("brickfire", $con);
mysql_query("UPDATE brickf_phocadownload SET filename_preview = filename");