 
			
				07/04/2009, 16:37
			
			
			     |  
        |     |    |    Fecha de Ingreso: febrero-2007  Ubicación: La Paz, Bolivia  
						Mensajes: 100
					  Antigüedad: 18 años, 8 meses Puntos: 0     |        |  
  |      Problema con componente orgonogram (organigramas)        Hola amigos ojala puedan ayudarme en esto:   
Tengo un problema con un componente que hace organigramas, he subido el sitio joomla1.0.15 spanish premium y no existen diferencias entre codigo php entre el localhost y el sitio (excepto el configuration.php por supuesto). Además, como prueba, volvi a desinstalar e instalar el componente en el sitio. el link del sitio de descarga asi que lo subi aqui DOP Organization Chart Generator Component & Mambot   
La base de datos MySQL es identica   
en localhost me funcinona asi:        
y en el sitio me funciona asi:    Organigrama de la JCI   
He comparado los dos htmls generados por el sitio localhost y el sitio en linea y el código resultante que omite el sitio es el siguiente:     Cita:  				<img src="http://localhost/jci/index2.php?option=com_organogram&no_html=1&  ;picture=1&id=1" type="image/png" usemap="#organogram1" border=0 /> 
     <MAP name="organogram1"><AREA href='http://localhost/jci/index.php?option=com_contact&task=view&con  tact_id=1&Itemid=3' shape='rect' coords='267.5,5,424.5,47' alt='Luis Fernández Ramos'> 
<AREA href='http://localhost/jci/' shape='rect' coords='199,57,341,98' alt='Asesor Presidencial'> 
<AREA href='http://localhost/jci/index.php?option=com_contact&task=view&con  tact_id=3&Itemid=3' shape='rect' coords='10,108,141,154' alt='Rodrigo Guachalla'> 
<AREA href='http://localhost/jci/' shape='rect' coords='151,108,285,151' alt='Presidente Anterior'> 
<AREA href='http://localhost/jci/index.php?option=com_contact&task=view&con  tact_id=2&Itemid=3' shape='rect' coords='295,108,434,153' alt='Marco González'> 
<AREA href='http://localhost/jci/index.php?option=com_contact&task=view&con  tact_id=4&Itemid=3' shape='rect' coords='444,108,564,156' alt='Manuel Vasquez'> 
<AREA href='http://localhost/jci/index.php?option=com_contact&task=view&con  tact_id=5&Itemid=3' shape='rect' coords='574,108,682,149' alt='David Valdivia'>        
¿Que puedo hacer?              |