Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/07/2009, 04:48
Ferdinandum
 
Fecha de Ingreso: noviembre-2008
Mensajes: 62
Antigüedad: 15 años, 5 meses
Puntos: 1
Respuesta: Open Flash Chart

Este es el fallo que dice:
Código:
Warning: include_once(ofc-library/open_flash_chart_object.php) [function.include-once]: failed to open stream: No such file or directory in D:\wamp\www\Graficos\chart.php on line 7

Warning: include_once() [function.include]: Failed opening 'ofc-library/open_flash_chart_object.php' for inclusion (include_path='.;C:\php5\pear') in D:\wamp\www\Graficos\chart.php on line 7

Fatal error: Call to undefined function open_flash_chart_object() in D:\wamp\www\Graficos\chart.php on line 8

Elliotmoso tenias razon. SOLUCION

Código:
 include_once 'ofc-library/open-flash-chart-object.php';

Última edición por Ferdinandum; 02/07/2009 a las 06:35