The issue
Post some information here like what you expected to see, but got instead. If you can find any logs in /storage/logs
or in your browser console that relate to the issue, add them.
Flarum information
My site has suddently "crashed" and is on showing:
This page isn’t working
forum.sheltahub.com is currently unable to handle this request.
HTTP ERROR 500
Here is what I see in the .../storage/logs/composer/output-2025-02-18.log
- Installing gregwar/captcha (v1.2.1): Extracting archive
- Installing alibabacloud/client (1.5.32): Extracting archive
- Installing wanecho/mobilelogin (1.0.7): Cloning 10f05f26b0 from cache
<warning>10f05f26b091a9f73972b2398194b86cd766dd42 is gone (history was rewritten?)</warning>
Install of wanecho/mobilelogin failed
0/185 [>---------------------------] 0%
10/185 [=>--------------------------] 5%
19/185 [==>-------------------------] 10%
20/185 [===>------------------------] 10%
31/185 [====>-----------------------] 16%
38/185 [=====>----------------------] 20%
46/185 [======>---------------------] 24%
50/185 [=======>--------------------] 27%
58/185 [========>-------------------] 31%
60/185 [=========>------------------] 32%
68/185 [==========>-----------------] 36%
70/185 [==========>-----------------] 37%
74/185 [===========>----------------] 40%
80/185 [============>---------------] 43%
88/185 [=============>--------------] 47%
94/185 [==============>-------------] 50%
100/185 [===============>------------] 54%
108/185 [================>-----------] 58%
114/185 [=================>----------] 61%
120/185 [==================>---------] 64%
130/185 [===================>--------] 70%
134/185 [====================>-------] 72%
140/185 [=====================>------] 75%
145/185 [=====================>------] 78%
150/185 [======================>-----] 81%
155/185 [=======================>----] 83%
160/185 [========================>---] 86%
165/185 [========================>---] 89%
169/185 [=========================>--] 91%
175/185 [==========================>-] 94%
183/185 [===========================>] 98%
185/185 [============================] 100%
In GitDownloader.php line 509:
Failed to execute git checkout 10f05f26b091a9f73972b2398194b86cd766dd42 --
&& git reset --hard 10f05f26b091a9f73972b2398194b86cd766dd42 --
fatal: reference is not a tree: 10f05f26b091a9f73972b2398194b86cd766dd42
It looks like the commit hash is not available in the repository, maybe the
tag was recreated? Run "composer update wanecho/mobilelogin" to resolve th
is.
require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-m|--minimal-changes] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [<packages>...]
How do I solve this?
If the problem is with the last extension I was trying to install, I can't just get rid of it, but please show me how.
Please help, Thanks