Skip to content

Commit ff449b9

Browse files
authored
Merge pull request #625 from Loki-101/patch-1
Future proof php version in docs
2 parents 122f0e1 + 1eea16e commit ff449b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

panel/1.0/troubleshooting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -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
141141
- Check logs from your queue manager ``journalctl -xeu pteroq``
142142
- Restart pteroq ``systemctl restart pteroq``
143143
- Clear schedule cache ``php /var/www/pterodactyl/artisan schedule:clear-cache``
144-
- Check your php version - up to 8.3 is supported ``php -v``
145-
- Check your crontab syntax using <https://crontab.guru/> - make sure it's what you intended
144+
- 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
145+
- Check your crontab syntax using https://crontab.guru - make sure it's what you intended
146146
- 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
147147
- 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.
148148
- System Timezone ``timedatectl``

0 commit comments

Comments
 (0)