 | 6.1.1 free was used for this. i had the same problem with adfree so i installed free and same problem. so i assume this is the same problem if u have adree and cant get the gallery pages to view or play without errors.
after a few days of trying to figure this one out i came accross something about the & character with different servers and tried it.
in the following lines of BxDolSharedMediaView (inc/classes/BxDolSharedMediaView) lines 26-30 i removed the & character just like below. i do not know if this is going to cause problems somewhere else but this is what i had to try to get the pages to load without errors. IT WORKS YAY :) sooo um ok now back to adfree cus i no likey ads unless they are mine ! muhwaha
lines 26-30
function BxDolSharedMediaView($iFile, $sMediaType, $aSite, $aDir, $aMember) { $this->iFile = (int)$iFile; $this->sType = process_db_input($sMediaType); $this->oShared = new BxDolSharedMedia($sMediaType, $aSite, $aDir, $aMember);
i cant find someone elses post about these errors so im making this here instead. |  |