Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/09/2009, 10:56
soldierjesus
 
Fecha de Ingreso: agosto-2008
Ubicación: Cali . Colombia
Mensajes: 459
Antigüedad: 15 años, 9 meses
Puntos: 1
Respuesta: Fatal error: Unsupported operand types in C:\xampp\htdocs\mpn\sites\all\mo

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 original
  1. function content_profile_menu_alter(&$items) {
  2.   foreach (content_profile_get_types('names', 'edit_tab', 'sub') as $type => $type_name) {
  3.     $item = &$items['user/%user_category/edit/'. $type];
  4.     $item = array(
  5.       'page callback' => 'content_profile_page_edit',
  6.       'page arguments' => array($type, 1),
  7.       'access callback' => 'content_profile_page_access',
  8.       'access arguments' => array($type, 1),
  9.       'file' => 'node.pages.inc',
  10.       'file path' => drupal_get_path('module', 'node'),
  11.     ) + $item;
  12.   }
__________________
Jaime P. Bravo
Programador Web
MCP (Microsoft Certified Professional)

Última edición por AlvaroG; 15/09/2009 a las 11:53