We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current Behavior A clear and concise description of the behavior.
Steps to Reproduce
Expected Behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment
[INFO] Setting folder permissions [INFO] Adding php extensions fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz (1/1) Installing php8-brotli (0.11.1-r1) OK: 99 MiB in 84 packages [INFO] Flarum already installed, init app... Clearing the cache... [INFO] Install extra bundled extensions Using version ^1.3 for antoinefr/flarum-ext-money Using version ^1.0 for antoinefr/flarum-ext-online ./composer.json has been updated Running composer update antoinefr/flarum-ext-money antoinefr/flarum-ext-online flarum-lang/chinese-simplified fof/best-answer fof/profile-image-crop nearata/flarum-ext-copy-code-to-clipboard nearata/flarum-ext-tags-color-generator v17development/flarum-user-badges Loading composer repositories with package information Updating dependencies Lock file operations: 8 installs, 0 updates, 0 removals - Locking antoinefr/flarum-ext-money (v1.3.1) - Locking antoinefr/flarum-ext-online (v1.0.1) - Locking flarum-lang/chinese-simplified (dev-master 5d3c03c) - Locking fof/best-answer (1.2.1) - Locking fof/profile-image-crop (1.1.5) - Locking nearata/flarum-ext-copy-code-to-clipboard (v2.1.0) - Locking nearata/flarum-ext-tags-color-generator (v2.2.0) - Locking v17development/flarum-user-badges (v1.0.0) Writing lock file Installing dependencies from lock file (including require-dev) Package operations: 8 installs, 0 updates, 0 removals 0 [>---------------------------] 0 [->--------------------------] - Installing antoinefr/flarum-ext-money (v1.3.1): Extracting archive - Installing antoinefr/flarum-ext-online (v1.0.1): Extracting archive - Installing flarum-lang/chinese-simplified (dev-master 5d3c03c): Extracting archive - Installing fof/best-answer (1.2.1): Extracting archive - Installing fof/profile-image-crop (1.1.5): Extracting archive - Installing nearata/flarum-ext-copy-code-to-clipboard (v2.1.0): Extracting archive - Installing nearata/flarum-ext-tags-color-generator (v2.2.0): Extracting archive - Installing v17development/flarum-user-badges (v1.0.0): Extracting archive 0/8 [>---------------------------] 0% 5/8 [=================>----------] 62% 8/8 [============================] 100% 1 package suggestions were added by new dependencies, use `composer suggest` to see details. Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead. Generating autoload files 73 packages you are using are looking for funding. Use the `composer fund` command to find out more! [INFO] Install extra bundled extensions: DONE [INFO] Flarum already installed, init app: DONE [INFO] End of startup script. Forum is starting.
Possible solution(s)
Additional Context log is: [2024-08-09 18:32:45] flarum.ERROR: Error: Call to undefined method Flarum\Extend\Model::cast() in /flarum/app/vendor/fof/doorman/extend.php:36 Stack trace: #0 /flarum/app/vendor/flarum/core/src/Extension/Extension.php(376): require() #1 /flarum/app/vendor/flarum/core/src/Extension/Extension.php(139): Flarum\Extension\Extension->getExtenders() #2 /flarum/app/vendor/flarum/core/src/Extension/ExtensionManager.php(382): Flarum\Extension\Extension->extend() #3 /flarum/app/vendor/flarum/core/src/Extension/ExtensionServiceProvider.php(31): Flarum\Extension\ExtensionManager->extend() #4 [internal function]: Flarum\Extension\ExtensionServiceProvider->Flarum\Extension{closure}() #5 /flarum/app/vendor/flarum/core/src/Foundation/Application.php(329): call_user_func() #6 /flarum/app/vendor/flarum/core/src/Foundation/Application.php(270): Flarum\Foundation\Application->fireAppCallbacks() #7 /flarum/app/vendor/flarum/core/src/Foundation/InstalledSite.php(151): Flarum\Foundation\Application->boot() #8 /flarum/app/vendor/flarum/core/src/Foundation/InstalledSite.php(82): Flarum\Foundation\InstalledSite->bootLaravel() #9 /flarum/app/vendor/flarum/core/src/Http/Server.php(58): Flarum\Foundation\InstalledSite->bootApp() #10 /flarum/app/vendor/flarum/core/src/Http/Server.php(35): Flarum\Http\Server->safelyBootAndGetHandler() #11 /flarum/app/public/index.php(26): Flarum\Http\Server->listen() #12 {main}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Current Behavior
A clear and concise description of the behavior.
Steps to Reproduce
Expected Behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Possible solution(s)
Additional Context
log is:
[2024-08-09 18:32:45] flarum.ERROR: Error: Call to undefined method Flarum\Extend\Model::cast() in /flarum/app/vendor/fof/doorman/extend.php:36
Stack trace:
#0 /flarum/app/vendor/flarum/core/src/Extension/Extension.php(376): require()
#1 /flarum/app/vendor/flarum/core/src/Extension/Extension.php(139): Flarum\Extension\Extension->getExtenders()
#2 /flarum/app/vendor/flarum/core/src/Extension/ExtensionManager.php(382): Flarum\Extension\Extension->extend()
#3 /flarum/app/vendor/flarum/core/src/Extension/ExtensionServiceProvider.php(31): Flarum\Extension\ExtensionManager->extend()
#4 [internal function]: Flarum\Extension\ExtensionServiceProvider->Flarum\Extension{closure}()
#5 /flarum/app/vendor/flarum/core/src/Foundation/Application.php(329): call_user_func()
#6 /flarum/app/vendor/flarum/core/src/Foundation/Application.php(270): Flarum\Foundation\Application->fireAppCallbacks()
#7 /flarum/app/vendor/flarum/core/src/Foundation/InstalledSite.php(151): Flarum\Foundation\Application->boot()
#8 /flarum/app/vendor/flarum/core/src/Foundation/InstalledSite.php(82): Flarum\Foundation\InstalledSite->bootLaravel()
#9 /flarum/app/vendor/flarum/core/src/Http/Server.php(58): Flarum\Foundation\InstalledSite->bootApp()
#10 /flarum/app/vendor/flarum/core/src/Http/Server.php(35): Flarum\Http\Server->safelyBootAndGetHandler()
#11 /flarum/app/public/index.php(26): Flarum\Http\Server->listen()
#12 {main}
The text was updated successfully, but these errors were encountered: