I have had a problem with my rate.php giving an internal error after clicking a radio button. After going through this code, I found this error in the BxDolMediaQuery.php on line 14 ( located in \home\inc\classes\BxDolMediaQuery.php ) :
Code:
class BxDolMediaQuery extends BxDolDb
{
var $oDb;
function BxDolMedaiQuery()
{
parent::BxDolDb();
}
Media is spelled wrong. after I corrected the spelling, I no longer got an internal error after clicking a radio button. I am using dolphin 5.6.004 with the upgrade patch. (not sure what version it upgrades to). I also went to the b**nex site and I see that you can now download the 5.6.005 version.
I am downloading it now, to see if the eroor was fixed in the .005 version. I will post to let you know if my 'fix' is out of date already, LOL.
-------
adding to my post:
I downloadde3d the new version (5.6.005) and it still contains the error. So you will still need to change the spelling error above.
Bookmarks