From 1eea16e7adeedcd7e1e23f00de67d5c232d32632 Mon Sep 17 00:00:00 2001 From: Loki <59907407+Loki-101@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:25:46 -0800 Subject: [PATCH] Future proof php version in docs Continuation of https://github.com/pterodactyl/documentation/pull/623 --- panel/1.0/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panel/1.0/troubleshooting.md b/panel/1.0/troubleshooting.md index 5457131f6..1251951e9 100644 --- a/panel/1.0/troubleshooting.md +++ b/panel/1.0/troubleshooting.md @@ -141,8 +141,8 @@ If this returns different DNS Servers than 1.1.1.1 and 1.0.0.1 you'll need to ed - Check logs from your queue manager ``journalctl -xeu pteroq`` - Restart pteroq ``systemctl restart pteroq`` - Clear schedule cache ``php /var/www/pterodactyl/artisan schedule:clear-cache`` -- Check your php version - up to 8.3 is supported ``php -v`` -- Check your crontab syntax using - make sure it's what you intended +- Check your php version ``php -v`` - [this page](https://pterodactyl.io/panel/1.0/updating.html#panel-version-requirements) will tell you what versions of php are supported by what versions of the panel +- Check your crontab syntax using https://crontab.guru - make sure it's what you intended - Verify the problem is with the schedule and not with the tasks you have set up (Set the first task in your schedule to something you know prints a message in the console, ie. run ``say test`` in the console for a Minecraft server, if the text "test" shows up in the console successfully, set the first task to ``say test`` so you know if it runs - Are your tasks off by a bit? Make sure you on the latest version of the panel? In version 1.11.5 there was a fix for schedules running at the wrong time. Alternatively, you may have the wrong timezone set. Make sure your timezones all match. - System Timezone ``timedatectl``