Hi,
I'm currently trying to make beta 14 work, and it seems like there could possibly an extension is making the website stop working.
Website error:
ErrorException (E_ERROR)
Call to undefined function array_get() (View: /home.md10/home/forum.xxx.net/public_html/vendor/flarum/core/views/frontend/forum.blade.php)
Previous exceptions
Call to undefined function array_get() (0)
I tried to make the extiverse tool work, but it gives errors as well:
sh-4.2$ /usr/bin/php74 /home/extiverse check --path /public_html
In PendingRequest.php line 587:
cURL error 6: Could not resolve host: extiverse.com; Unknown error (see https://curl.haxx.se/libcurl/c/libcurl-error
s.html)
In CurlFactory.php line 200:
cURL error 6: Could not resolve host: extiverse.com; Unknown error (see https://curl.haxx.se/libcurl/c/libcurl-error
s.html)
These are my currently installed extentions:
| Flarum Extensions | | |
+------------------------------+------------------+--------+
| ID | Version | Commit |
+------------------------------+------------------+--------+
| flarum-approval | v0.1.0-beta.14 | |
| flarum-bbcode | v0.1.0-beta.12 | |
| flarum-emoji | v0.1.0-beta.14 | |
| flarum-lang-english | v0.1.0-beta.14.1 | |
| flarum-flags | v0.1.0-beta.14.1 | |
| flarum-likes | v0.1.0-beta.14 | |
| flarum-lock | v0.1.0-beta.14 | |
| flarum-markdown | v0.1.0-beta.14 | |
| flarum-mentions | v0.1.0-beta.14 | |
| flarum-statistics | v0.1.0-beta.14 | |
| flarum-sticky | v0.1.0-beta.14 | |
| flarum-subscriptions | v0.1.0-beta.14 | |
| flarum-suspend | v0.1.0-beta.14 | |
| flarum-tags | v0.1.0-beta.14 | |
| flarum-pusher | v0.1.0-beta.14.1 | |
| fof-user-directory | 0.3.4 | |
| fof-byobu | 0.5.6 | |
| clarkwinkelmann-emojionearea | 0.2.2 | |
| fof-user-bio | 0.1.3 | |
| antoinefr-online | 0.4.0 | |
| matteocontrini-imgur-upload | v3.4.1 | |
+------------------------------+------------------+--------+
I tried to remove byobu for example but the commands don't seem to work:
sh-4.2$ /usr/bin/php74 /bin/composer remove fof-byobu
fof-byobu is not required in your composer.json and has not been removed
Package "fof-byobu" listed for update is not installed. Ignoring.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Package reflar/stopforumspam is abandoned, you should avoid using it. Use fof/stopforumspam instead.
Generating autoload files
41 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Any idea what steps I should take to make flarum work again?