PDA

View Full Version : album error and sendmessage error


Mike21
06-15-2009, 03:49 PM
I get this error for the album.php file:

Fatal error: Call to undefined function can_view_profile_section() in /home/dgprogam/public_html/forums/album.php on line 211

Heres the code on that line and the line below:

{
if ($albuminfo['state'] == 'private' AND !can_view_private_albums($userinfo['userid']))
{
Those are lines 219-221

I also get this error when i tried to IM someone:

Fatal error: Call to undefined function can_view_profile_section() in /home/dgprogam/public_html/forums/sendmessage.php on line 89

Here is the lines on the sendmessage.php file:

require_once(DIR . '/includes/functions_user.php');
if (!can_view_profile_section($userinfo['userid'], 'contactinfo'))
{

Lines 88-90

Can anyone help me with this, i reinstalled the files and same problem.