Hi,
I have a PHP application built wit codeigniter. One of my module uses PHPExcel library, which reads the excel row by row searches the id if it already exists in the database. Sets few flags and then moves further. Now i am getting an error 500 while parsing the file.
Block removing the code shows the problem is while it queries the database (runs the select query).
Any help is appreciated.
Thank you