i want to read Excel-sheet.. for that i am using PHPExcelReader.. when i use it on localhost.. its work fine but on my linux server it throw this error

Fatal error: Class 'ZipArchive' not found

through google i came to know that i have to uncomment the zip.dll in PHP.ini and requires PHP 5.2 but i have 5.1 on server...

i cant update the version.. can anyone tell how to get rid of this error..

or any another method to read excelsheet which does nt require zip libraries..

Thanks.

Recommended Answers

All 3 Replies

Member Avatar for rajarajan2017

Try to Stop and restart the web server

http://www.x-pose.org/blog/104

Yeah thats true.. but that can be possible in case of PHP 5.2 version not in PHP5.1 because it does not have zip support.

Hi,
Just now i am facing the problem.On my understanding the followwing credentials needed on your server.
PHP Version : >5.2.0
Zip module:Enabled:
Zlib Module :Enabled

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.