PHP Classes

Not working when run on server

Recommend this page to a friend!

      SimpleXLSX  >  All threads  >  Not working when run on server  >  (Un) Subscribe thread alerts  
Subject:Not working when run on server
Summary:Simple XLSX not working on server
Messages:3
Author:Leeza NM
Date:2019-07-10 00:43:47
 

  1. Not working when run on server   Reply   Report abuse  
Picture of Leeza NM Leeza NM - 2019-07-10 00:43:47
i have use this and it's good on my local server...but when i run it on my centos server it's not working. I have check and it's problem at this line...

// Extracting the XMLs from the XLSX zip file
if ($Zip -> locateName('xl/sharedStrings.xml') !== false)

Did i should amend my php setting?

  2. Re: Not working when run on server   Reply   Report abuse  
Picture of Leeza NM Leeza NM - 2019-07-10 00:43:49
i have use this and it's good on my local server...but when i run it on my centos server it's not working. I have check and it's problem at this line...

// Extracting the XMLs from the XLSX zip file
if ($Zip -> locateName('xl/sharedStrings.xml') !== false)

Did i should amend my php setting?

  3. Re: Not working when run on server   Reply   Report abuse  
Picture of Sergey Shuchkin Sergey Shuchkin - 2019-07-10 03:28:25 - In reply to message 2 from Leeza NM
SimpleXLSX don't used Zip extension

github.com/shuchkin/simplexlsx/sear ...