ese es el mensaje de error completo
Fatal error: Unsupported operand types in C:\xampp\htdocs\intra\sites\all\modules\contrib\co ntent_profile\content_profile.module on line 80
la linea de codigo que me indica es esta:
Código php:
Ver originalfunction content_profile_menu_alter(&$items) {
foreach (content_profile_get_types('names', 'edit_tab', 'sub') as $type => $type_name) {
$item = &$items['user/%user_category/edit/'. $type];
'page callback' => 'content_profile_page_edit',
'page arguments' => array($type, 1), 'access callback' => 'content_profile_page_access',
'access arguments' => array($type, 1), 'file' => 'node.pages.inc',
'file path' => drupal_get_path('module', 'node'),
) + $item;
}