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
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
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
The text was updated successfully, but these errors were encountered:
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.
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
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
The text was updated successfully, but these errors were encountered: