sseeley Posted May 29, 2010 Share Posted May 29, 2010 I am getting this error when trying to create a spreadsheet, could anyone help me? Fatal error: Class 'PHPExcel_Shared_ZipStreamWrapper' not found in /home/mypcguy2/public_html/accountstest/PHPExcel/IOFactory.php on line 37 Many thanks Link to comment https://forums.phpfreaks.com/topic/203278-php-excel/ Share on other sites More sharing options...
sseeley Posted May 29, 2010 Author Share Posted May 29, 2010 THis is the code at line 37... if (!defined('PHPEXCEL_ROOT')) { /** * @ignore */ define('PHPEXCEL_ROOT', dirname(__FILE__) . '/../'); require(PHPEXCEL_ROOT . 'PHPExcel/Autoloader.php'); PHPExcel_Autoloader::Register(); PHPExcel_Shared_ZipStreamWrapper::register(); // check mbstring.func_overload if (ini_get('mbstring.func_overload') & 2) { throw new Exception('Multibyte function overloading in PHP must be disabled for string functions (2).'); } } Link to comment https://forums.phpfreaks.com/topic/203278-php-excel/#findComment-1065028 Share on other sites More sharing options...
kenrbnsn Posted May 29, 2010 Share Posted May 29, 2010 Sounds like you don't have all the components of the class on your machine. Ken Link to comment https://forums.phpfreaks.com/topic/203278-php-excel/#findComment-1065029 Share on other sites More sharing options...
sseeley Posted May 29, 2010 Author Share Posted May 29, 2010 Could anyone give me any ideas on how I can check this? Link to comment https://forums.phpfreaks.com/topic/203278-php-excel/#findComment-1065178 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.