Skip to content

Commit 87a36cb

Browse files
authored
PHP version in troubleshooting.md
1 parent 60af459 commit 87a36cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/1.0/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
140140
- Check logs from your queue manager ``journalctl -xeu pteroq``
141141
- Restart pteroq ``systemctl restart pteroq``
142142
- Clear schedule cache ``php /var/www/pterodactyl/artisan schedule:clear-cache``
143-
- Check your php version - up to 8.1 is supported ``php -v``
143+
- Check your php version - up to 8.3 is supported ``php -v``
144144
- Check your crontab syntax using <https://crontab.guru/> - make sure it's what you intended
145145
- 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
146146
- 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.

0 commit comments

Comments
 (0)