PHP Classes

Showing fatal Error with class

Recommend this page to a friend!

      SimpleXLSX  >  All threads  >  Showing fatal Error with class  >  (Un) Subscribe thread alerts  
Subject:Showing fatal Error with class
Summary:Having a Fatal Error
Messages:6
Author:Sanju
Date:2011-10-13 13:58:35
Update:2013-01-23 03:28:05
 

  1. Showing fatal Error with class   Reply   Report abuse  
Picture of Sanju Sanju - 2011-10-13 13:58:35
In the local server the class is working fine but when i upload it to my server a fatal error shows . why is it so?

Fatal error: Uncaught exception 'Exception' with message 'Worksheet 1 not found.' in /home/vibgyord/public_html/newsletter/simplexlsx.class.php:53 Stack trace: #0 /home/vibgyord/public_html/newsletter/simplexlsx.class.php(56): SimpleXLSX->worksheet(1) #1 /home/vibgyord/public_html/newsletter/subscribers.php(54): SimpleXLSX->dimension() #2 {main} thrown in /home/vibgyord/public_html/newsletter/simplexlsx.class.php on line 53

  2. Re: Showing fatal Error with class   Reply   Report abuse  
Picture of Sergey Shuchkin Sergey Shuchkin - 2011-10-14 02:01:53 - In reply to message 1 from Sanju
check php version
check your.xlsx file exists on server before parse

  3. Re: Showing fatal Error with class   Reply   Report abuse  
Picture of hrvoje89 hrvoje89 - 2011-12-07 11:28:43 - In reply to message 2 from Sergey Shuchkin
Has user fixed this error? Or it is class error?

I am using 5.2PHP and file is on server.. can't read it :( same error...

  4. Re: Showing fatal Error with class   Reply   Report abuse  
Picture of Sergey Shuchkin Sergey Shuchkin - 2011-12-08 03:27:03 - In reply to message 3 from hrvoje89
It's uploading error, not class.

  5. Re: Showing fatal Error with class   Reply   Report abuse  
Picture of Shahob Shahob - 2012-06-26 14:18:27 - In reply to message 1 from Sanju
You must to change your php.ini

comment this

mbstring.func_overload = 2
mbstring.internal_encoding = UTF-8

but if it possible =)

  6. Re: the use codeigniter with codeigniter   Reply   Report abuse  
Picture of hatta hatta - 2013-01-23 03:28:05 - In reply to message 2 from Sergey Shuchkin
hallo master how to use simplexlsx in codeigniter