Database error

Hey can anyone tell me what is going on with this? I just did the 7.1.1 upgrade and this was emailed to me a few seconds ago:

 

Database error in Body Art ~n~ Grafix

Query:

 
        SELECT  `sys_acl_levels_members`.IDLevel as ID,
                `sys_acl_levels`.Name as Name,
                UNIX_TIMESTAMP(`sys_acl_levels_members`.DateStarts) as DateStarts,
                UNIX_TIMESTAMP(`sys_acl_levels_members`.DateExpires) as DateExpires,
                `sys_acl_levels_members`.`TransactionID` AS `TransactionID`
        FROM    `sys_acl_levels_members`
                RIGHT JOIN Profiles
                ON `sys_acl_levels_members`.IDMember = Profiles.ID
                    AND (`sys_acl_levels_members`.DateStarts IS NULL
                        OR `sys_acl_levels_members`.DateStarts <= FROM_UNIXTIME(1363429862))
                    AND (`sys_acl_levels_members`.DateExpires IS NULL
                        OR `sys_acl_levels_members`.DateExpires > FROM_UNIXTIME(1363429862))
                LEFT JOIN `sys_acl_levels`
                ON `sys_acl_levels_members`.IDLevel = `sys_acl_levels`.ID
 
        WHERE   Profiles.ID = 0
 
        ORDER BY `sys_acl_levels_members`.DateStarts DESC
 
        LIMIT 0, 1

Mysql error: Out of resources when opening file './bodyartg_boonex/Profiles.MYD' (Errcode: 24)

Found error in the file '/home/bodyartg/public_html/inc/membership_levels.inc.php' at line 150.
Called 'getRow' function with erroneous argument #0.


Any help would be great.. Thanks all..

Quote · 16 Mar 2013

There is a limit your ubuntu server is putting on number of files any user can open. Is this a dedi or VPS?

so much to do....
Quote · 16 Mar 2013

On dedicated with Dream Host..

Quote · 16 Mar 2013

Give a try to this http://www.smilecouple.org/2011/03/01/fix-out-of-resource-problem-with-mysql

so much to do....
Quote · 16 Mar 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.