You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 19, 2024. It is now read-only.
I'm using symfony3 and trying to install/use TwigExcelBundle on my ubuntu16 server. I can install it by when I try to use I get the following error :
Attempted to load class "ZipArchive" from the global namespace. Did you forget a "use" statement for "PHPExcel_Shared_ZipArchive"?" at /home/web/dgb/vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007.php line 227
I tried to manually install the php7.0-zip extension but it failed
php -v
PHP 7.0.18-1~dotdeb+8.1 (cli) ( NTS )
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using symfony3 and trying to install/use TwigExcelBundle on my ubuntu16 server. I can install it by when I try to use I get the following error :
I tried to manually install the php7.0-zip extension but it failed
php -v
PHP 7.0.18-1~dotdeb+8.1 (cli) ( NTS )
The text was updated successfully, but these errors were encountered: