Here is what I keep getting. The message is too long. Below is couple of lines.
Database error in
Query:
SELECT `bx_files_main`.`ID` as `id`, `bx_files_main`.`Title` as `title`, `bx_files_main`.`Uri` as `uri`, `bx_files_main`.`Desc` as `desc`, `bx_files_main`.`Date` as `date`, `bx_files_main`.`Size` as `size`, `bx_files_main`.`Ext`, `bx_files_main`.`Views` as `view`, `bx_files_main`.`Rate`, `bx_files_main`.`RateCount`, `bx_files_main`.`Type`, `bx_files_main`.`ID`, `sys_albums_objects`.`id_album`, `bx_files_main`.`Owner` as `ownerId`, `sys_albums`.`AllowAlbumView`, `Profiles`.`NickName` as `ownerName` FROM `bx_files_main` left JOIN `sys_albums_objects` ON `sys_albums_objects`.`id_object`=`bx_files_main`.`ID` left JOIN `sys_albums` ON `sys_albums`.`ID`=`sys_albums_objects`.`id_album` left JOIN `Profiles` ON `Profiles`.`ID`=`bx_files_main`.`Owner` WHERE 1 AND `bx_files_main`.`Status` ='approved' AND `sys_albums`.`AllowAlbumView` IN('3') AND `sys_albums`.`Status` ='active' AND `sys_albums`.`Type` ='bx_files' ORDER BY `date` DESC LIMIT 0, 2
Mysql error: Got error 28 from storage engine
Found error in the file '/home/madhvi/public_html/inc/classes/BxDolSearch.php' at line 455.
Called 'db_res_assoc_arr' function with erroneous argument #0.