PHP Classes

Fatal error

Recommend this page to a friend!

      Excel XML Parser  >  All threads  >  Fatal error  >  (Un) Subscribe thread alerts  
Subject:Fatal error
Summary:Error file sample.php
Messages:2
Author:David Guerra
Date:2007-04-10 14:54:24
Update:2013-05-31 12:40:51
 

  1. Fatal error   Reply   Report abuse  
Picture of David Guerra David Guerra - 2007-04-10 14:54:24
Hi Andrew:

I proved your class and it has this error:

Fatal error: Call to undefined method ExcelXMLCell::getNextCell() in D:\Apache2\htdocs\Descargas\excelxmlparser-2006-08-28\sample.php on line 52

and the line 52 of the file sample.php content:

$Cell =& $Row->getNextCell();

I check the all classes and it's every thing ok.

can you help me?

Congratulations for tihs excelent class

Best regards

David Guerra D.

  2. Re: Fatal error   Reply   Report abuse  
Picture of Andrea Andrea - 2013-05-31 12:40:51 - In reply to message 1 from David Guerra
Hi Andrew,

I'm trying of using your class, but I have a problem:

when I execute the file sample.php, firefox give me a message:

Fatal error: Call-time pass-by-reference has been removed in C:\xampp\htdocs\andreas04\excelxmlparser\ExcelXMLParser.php on line 457

The line the message is referred to is:

$this->Workbook = new ExcelXMLWorkbook(&$this->data,&$this->Encoding);

I don't understand the error.

Can you please help me?

thank you in advance

Best regards

Andrea