Home → Installation and Upgrade Manual → Installation Troubleshooting → Tinker Missing Upgrade Error
5.9. Tinker Missing Upgrade Error
Updated: 7 Jul 2026, 09:17 AM EDT
When upgrading HelpSpot, the hs upgrade command may fail with an error indicating that Tinker (Laravel) is missing. This can occur after replacing files during an upgrade (for example, upgrading from 5.6.11 to 5.8.1).
Symptoms
- Running
hs upgradedoes not complete. - An error message indicates that Tinker (Laravel) is missing.
Resolution
Rebuild the Composer autoloader
- Connect to the HelpSpot server (SSH or console access).
- Change to the HelpSpot installation directory.
- Run the following command to rebuild the autoloader:
sudo -u www-data php ./vendor/bin/composer dump-autoload - After the command completes, run
hs upgradeagain.
This page was: Helpful |
Not Helpful