Skip to content

Commit

Permalink
Future-proof php version in schedules troubleshooting guide
Browse files Browse the repository at this point in the history
Previous "up to" isn't specific enough now that there's only two supported versions, and I may as well use the page that's built for this exact purpose if I'm updating it.
  • Loading branch information
Loki-101 authored Nov 23, 2024
1 parent 5fc614a commit 0befd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/1.0/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ 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 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.
Expand Down

0 comments on commit 0befd83

Please sign in to comment.