This topic is locked
[SOLVED]

 error with export list +(in remote server)

11/24/2011 7:58:34 AM
PHPRunner General questions
G
gbhmayer1 author

When I am working locally (localhost) my system does export the results (for Excel, Word, etc.) correctly. When I put the system on the server, when exporting the following error occurs:
stream_wrapper_unregister() [function.stream-wrapper-unregister]: Unable to unregister protocol zip://
more info:
File: line Function Arguments

0. plugins/PHPExcel/Shared/ZipStreamWrapper.php:69 runner_error_handler 1. 2;

  1. stream_wrapper_unregister() [function.stream-wrapper-unregister]: Unable to unregister protocol zip://;
  2. /home/www/cursosdf.com/adm_fortium/plugins/PHPExcel/Shared/ZipStreamWrapper.php;
  3. 69;
  4. Array ( ) ;

    1. (null):0 stream_wrapper_unregister 1. zip;

    2. plugins/PHPExcel/Shared/ZipStreamWrapper.php:69 PHPExcel_Shared_ZipStreamWrapper::register N/A

    3. plugins/PHPExcel/Autoloader.php:29 require 1. /home/www/cursosdf.com/adm_fortium/plugins/PHPExcel/Autoloader.php;

    4. plugins/PHPExcel/IOFactory.php:35 require_once 1. /home/www/cursosdf.com/adm_fortium/plugins/PHPExcel/IOFactory.php;

    5. include/export_functions.php:2 include 1. /home/www/cursosdf.com/adm_fortium/include/export_functions.php;

    6. tbl_inscritos_export.php:67 Global scope N/A


    complementing:
    My web service servers (http://newcp.100ws.com/) provides support for Gzip only.



Sergey Kornilov admin 11/28/2011

ZIP extension needs to be enabled in PHP settings in order to make export to Excel 2007 work.
Check this article (bullet #3) for more info:

http://xlinesoft.com/phprunner/docs/upgrade_notes.htm

N
notuo 11/30/2011



ZIP extension needs to be enabled in PHP settings in order to make export to Excel 2007 work.
Check this article (bullet #3) for more info:

http://xlinesoft.com/phprunner/docs/upgrade_notes.htm


Jumping here.
I have the same issue just now.
My phpinfo reads in the configure command:
'--enable-zip=shared'
I think this is what you meant in that article. If not, can you elaborate please Sergey?