ijoenk19 / php-excel-reader

Automatically exported from code.google.com/p/php-excel-reader
0 stars 0 forks source link

Require_once error #156

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Every time i use 
require_once . '/assets/excel/excel_reader.php';

I get the following error:
No data received
Unable to load the webpage because the server sent no data.
Here are some suggestions:
Reload this webpage later.
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without 
sending any data.

There is no problem with the path. When i require any other file in the same 
directory, it works.

I'm using excel_reader Version 2.21.
With the codeigniter framework.

Original issue reported on code.google.com by roman.el...@gmail.com on 14 Sep 2012 at 1:16