5
« en: 02 de Marzo del 2016, 12:01:44 pm »
El problemilla que tengo es que no paso de aqui.
--------------------------------------------------------------------------------------------
( ! ) SCREAM: Error suppression ignored for
( ! ) Notice: Undefined offset: 2 in C:\wamp\www\template\install\Cumulus.php on line 43
Call Stack
# Time Memory Function Location
1 0.0008 312448 {main}( ) ..\Cumulus.php:0
( ! ) SCREAM: Error suppression ignored for
( ! ) Notice: Undefined offset: 1 in C:\wamp\www\template\install\Cumulus.php on line 44
Call Stack
# Time Memory Function Location
1 0.0008 312448 {main}( ) ..\Cumulus.php:0
Importing 2015-10-01...
CUMULUS IMPORT
SUCCESSFULLY UPLOADED RECORDS!
----------------------------------------------------------------------------------------------
Y no importa ningun registro. Un ejemplo de registro de Cumulus que intento importar es este:
01/10/15;00:00;25,2;54;15,2;0,0;0,0;135;0,0;0,0;1008,30;58,2;25,7;48;0,0;25,2;26,1;0;0;0,00;0,00;26,9;0;0,0;135;0,0;0,0
Decir que la base de datos ok, la importacion del realtime.txt ok
-el trozo de codigo del archivo cumulus.php donde dice que falla el codigo.
$log = fopen($path, "r") or die("Unable to open specified file!");
while(!feof($log)) {
$data = fgets($log);
$row = explode(';', $data);
$currentDate = explode("-",$row[0]);
linea 43 $year = $currentDate[2]+2000;
linea 44 $month = $currentDate[1];
$month = ltrim($month, '0');
$day = $currentDate[0];
Y hasta aqui mi infortunio. Porfa un alma caritativa que me oriente.
Salud.