🔍 Queue System Environment Check

Sprawdzam czy hosting wspiera system kolejki...

1️⃣ Środowisko PHP

Wersja PHP: 8.2.30
System: Linux
SAPI: litespeed

2️⃣ Funkcje systemowe

exec(): ❌ Wyłączona
shell_exec(): ❌ Wyłączona
system(): ❌ Wyłączona
passthru(): ❌ Wyłączona
proc_open(): ❌ Wyłączona

3️⃣ Pliki i uprawnienia

Queue file:
├─ Exists:

Processed file:
├─ Exists:
├─ Readable:
└─ Writable:

Runner script:
├─ Exists:
├─ Readable:
└─ Writable:

Search script:
├─ Exists:
├─ Readable:
└─ Writable:

/data directory:
├─ Exists:
└─ Writable:

4️⃣ Rekomendacje

⚠️ Funkcja exec() jest wyłączona

Rozwiązanie:
✅ Użyj tavily_queue_runner_noexec.php - działa bez exec()!

🚀 Uruchom NO-EXEC Runner

Admin panel automatycznie używa tej wersji gdy exec() jest wyłączone.
← Powrót do Admin Panel