Nejste přihlášeni
Stránky 1
2013-07-08 23:02:29 - PHP Warning: realpath(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/home/users/hokejna/:/usr/share/pear/) in /home/users/hokejna/pneujigo.cz/sub/pokus/system/PHPExcel/Classes/PHPExcel/Shared/File.php on line 136
2013-07-08 23:02:29 - PHP Warning: tempnam(): open_basedir restriction in effect. File() is not within the allowed path(s): (/home/users/hokejna/:/usr/share/pear/) in /home/users/hokejna/pneujigo.cz/sub/pokus/system/PHPExcel/Classes/PHPExcel/Writer/Excel2007.php on line 205
2013-07-08 23:02:29 - PHP Exception: Could not close zip file php://output. in /home/users/hokejna/pneujigo.cz/sub/pokus/system/PHPExcel/Classes/PHPExcel/Writer/Excel2007.php on line 378
Offline
Zkuste se podívat sem http://forum.opencart.com/viewtopic.php?t=95818
Kontaktujte nás | FAQ
Email: fk@endora.cz
Offline
I don't think it will ever work with your webhost.
The PHP warnings can be overcome by using your upload_tmp_dir php setting in your 'admin/php.ini'. But the PHP Exception about not being able to close the zip file in the php://output stream is most likely because of an overly restrictive security setting, or because of a missing ZIP library for your PHP.
Nic víc jsem nenašel .. můžete to omrknout
Offline
Dobrý den,
nechci otravovat ale máte php knihovnu pro zip povolenu? Abych kdyžtak hledal dál co může být za problém?
Díky
Offline
ZIP tu máme. Stačí, když si vytvoříte soubor info.php a do něj si vložíte
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
. Tam si můžete zjistit, co vše je k dispozici.
Kontaktujte nás | FAQ
Email: fk@endora.cz
Offline
spuste si ve vašem adresáři příkaz phpinfo() a uvidíte, že je povolená
popř.
http://srv1.endora.cz/phpinfo.php
http://srv2.endora.cz/phpinfo.php
http://srv3.endora.cz/phpinfo.php
atd.
W3C validator | Performance tools | Stavové kódy HTTP | Fiddle | Codepen | Ideone | XAMPP
Offline
Stránky 1