usercp_viewprofile.php error help

Mod that adds a extra field to the users profile, the gender is displayed beside the posts

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

usercp_viewprofile.php error help

Postby misakichii on Wed 11. Aug, 2004 17:51

I got this error message right after I finished copying all the changed files over.

Fatal error: Call to undefined function: display_upload_attach_box_limits() in /homepages/38/d88207946/htdocs/forum/includes/usercp_viewprofile.php on line 183

Can someone help me please?

#-----[ OPEN ]------------------------------------------------
#
includes/usercp_viewprofile.php

#
#-----[ FIND ]------------------------------------------------
#
//
// Generate page

#
#-----[ BEFORE, ADD ]-----------------------------------------
#

// Start add - Gender MOD
if ( !empty($profiledata['user_gender']))
{
switch ($profiledata['user_gender'])
{
case 1: $gender=$lang['Male'];break;
case 2: $gender=$lang['Female'];break;
default:$gender=$lang['No_gender_specify'];
}
} else $gender=$lang['No_gender_specify'];
// End add - Gender MOD

#




This is what it my file looks like for usercp_viewprofile.php

// Start add - Gender MOD
if ( !empty($profiledata['user_gender']))
{
switch ($profiledata['user_gender'])
{
case 1: $gender=$lang['Male'];break;
case 2: $gender=$lang['Female'];break;
default:$gender=$lang['No_gender_specify'];
}
} else $gender=$lang['No_gender_specify'];
// End add - Gender MOD

//
// Generate page
//
$page_title = $lang['Viewing_profile'];
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
display_upload_attach_box_limits($profiledata['user_id']);
misakichii
Poster
Poster
 
Posts: 2
Joined: Wed 11. Aug, 2004 05:52

Postby kooky on Wed 11. Aug, 2004 19:55

Do you use Attachment Mod ?

Because this error
display_upload_attach_box_limits($profiledata['user_id']);

said this function is not defined in any of your files

There is no error with gender, if you don't use Attach Mod remove the line above :wink:
kooky
brilliant supporter
 
Posts: 1329
Joined: Tue 31. Dec, 2002 17:52
Location: Au pays des rêves


Return to Gender [2.0.10/EM]

Who is online

Users browsing this forum: No registered users and 3 guests

cron