#!/usr/bin/env php Generating table numbers for Event ID: 1 Found 91 tables Logo loaded from: /home/globalgala/public_html/2026_backend_dev/scripts/../public/assets/images/globalgala.svg ✅ HTML Generated: /home/globalgala/public_html/2026_backend_dev/scripts/../storage/app/table-numbers/table-numbers-event-1.html
$pdfFile = "{$outputDir}/table-numbers-event-{$eventId}.pdf";$chromePath = '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome';// Check for Chrome on different systemsif (!file_exists($chromePath)) { $chromePath = trim(shell_exec('which google-chrome-stable 2>/dev/null') ?: '');}if (!$chromePath || !file_exists($chromePath)) { $chromePath = trim(shell_exec('which chromium 2>/dev/null') ?: '');}|
Error
|
|---|
Error: Call to undefined function shell_exec() at /home/globalgala/public_html/2026_backend_dev/scripts/generate-table-numbers.php:320 |