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

Исключение failed to store cache при включённой опции AUTO_RELOAD #342

Open
scifinder opened this issue Oct 12, 2023 · 1 comment

Comments

@scifinder
Copy link

Здравствуйте.

Fenom 3.0.0
php 8.2

Обычный код из стартового примера. Включена опция AUTO_RELOAD:

require_once __DIR__ . '/vendor/autoload.php';
$fenom = Fenom::factory(__DIR__.'/templates', __DIR__.'/cache', Fenom::AUTO_RELOAD);
$fenom->display('index.html', []);

При открытии страницы всё работает. При перезагрузке страницы всё работает. При изменении кода шаблона выскакивает исключение:

Uncaught Fenom\Error\CompileException: failed to store cache of 'index.html' to f6013a00b362253c64368d6eebc50ea2131754e2.2e939c63.e.php

Это странно. Раз компиляция работает, значит, с правами на каталог всё нормально. Но вот перезагрузка шаблона при изменении почему-то не работает. Не могу разобраться, почему.

@scifinder
Copy link
Author

А я, честно говоря, вот это место в коде вообще не понимаю:

} else if ($tpl) {
- здесь же $tpl всегда будет null в случае, если файл в кэше уже существовал.

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

1 participant