Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Po Upgradu na PHP 8.1 hlásí chybu "ERR Nemohu stahnout soubor" #1

Closed
vencakratky opened this issue Oct 10, 2023 · 3 comments
Closed

Comments

@vencakratky
Copy link

Dobrý den, po updatu na PHP 8.1 v Almalinuxu (Apache 2.4.37)
mi začalo hlásit chybu "ERR Nemohu stahnout soubor"
V https.conf mám nastaveno
Include conf.modules.d/*.conf
LoadModule rewrite_module modules/mod_rewrite.so
<Directory "/var/www/html/ChmiWarnings/">
AllowOverride all
Order allow,deny
allow from all
Require all granted
</Directory>

Pro složku ChmiWarnings jsem nastavil
sudo chown apache:apache data log temp
sudo chmod u+rwx data log temp
Zkusil jsem nastavit i oprávnění 0777 pro data, log, temp, ale marně.
Zajímavé je, že se xml stáhne do složky data, ale už jakoby nepřejmenuje a dál se nezpracuje

apache
Zkusil jsem vymazat i složku temp/cache, nepomohlo
Log apps.txt:
23:23:35 -d- [9774] 4104.0.N 23:23:35 -d- [9774] stahuji 23:23:35 ERR [9774] Chyba stahovani: Exception: Nemohu stahnout soubor 23:23:35 ERR [9774] ERR: Exception: Nemohu stahnout soubor

error.log
[2023-10-10 23-23-33] PHP Deprecated: Return type of Nette\ComponentModel\RecursiveComponentIterator::getChildren(): RecursiveIterator should either be compatible with RecursiveArrayIterator::getChildren(): ?RecursiveArrayIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/ChmiWarnings/vendor/nette/component-model/src/ComponentModel/RecursiveComponentIterator.php:32 @ https://vakr.cloud/ChmiWarnings/chmi/vystrahy/4104 [2023-10-10 23-23-35] PHP Deprecated: Return type of Nette\Utils\DateTime::createFromFormat($format, $time, $timezone = null) should either be compatible with DateTime::createFromFormat(string $format, string $datetime, ?DateTimeZone $timezone = null): DateTime|false, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/ChmiWarnings/vendor/nette/utils/src/Utils/DateTime.php:100 @ https://vakr.cloud/ChmiWarnings/chmi/vystrahy/4104 [2023-10-10 23-23-35] PHP Deprecated: Return type of Nette\Application\Routers\RouteList::offsetGet($index) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/ChmiWarnings/vendor/nette/application/src/Application/Routers/RouteList.php:123 @ https://vakr.cloud/ChmiWarnings/chmi/vystrahy/4104 [2023-10-10 23-23-35] PHP Deprecated: Return type of Nette\ComponentModel\RecursiveComponentIterator::getChildren(): RecursiveIterator should either be compatible with RecursiveArrayIterator::getChildren(): ?RecursiveArrayIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/ChmiWarnings/vendor/nette/component-model/src/ComponentModel/RecursiveComponentIterator.php:32 @ https://vakr.cloud/ChmiWarnings/chmi/vystrahy/4104

Každopádně samozřejmě chyba je u mě, kdybych neprovedl update PHP na 8.1, tak to určitě poběží dál 👍
Jen pokud se tu najde lepší specialista, kdo by to rozchodil i na novějším PHP, bylo by to super. Jinak aplikace je naprosto luxusní.
Děkuji

@petrbrouzda
Copy link
Owner

Aplikace je napsána s použitím Nette 3.0.
PHP 8.1 podporuje až Nette 3.1.
Pokud budu mít večer chvíli času, zkusím aplikaci zvednout na Nette 3.1.

@petrbrouzda
Copy link
Owner

Zkus si stáhnout celou aktuální verzi.
Adresáře vendor/ musíš celý smazat a nahradit novým obsahem (část souborů byla odstraněna).
Netestoval jsem na PHP 8.2, neb teď nemám čas ho instalovat - ale je to přenesené na Nette 3.1, které by to mělo podporovat.

@vencakratky
Copy link
Author

Jsi BOREC! Děkuji moc, funguje to zase skvěle 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants