mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 16:55:59 +03:00
[GH-ISSUE #301] vimbtool.php -a mailbox.cli-get-sizes not working #242
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @itabv on GitHub (Feb 5, 2023).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/301
I have the latest version 3.3.0 installed. PHP 8.2. Mailbox sizing function is not working
@nine commented on GitHub (Feb 5, 2023):
ViMbAdmin supports PHP 8.1. Please check the docs and use the right PHP version:
https://github.com/opensolutions/ViMbAdmin/releases/tag/3.3.0
@itabv commented on GitHub (Feb 6, 2023):
PHP8.1 solved my problem. I can not find where the maximum version of PHP is said. I see only minimal
@sm4rty-github commented on GitHub (Feb 11, 2023):
Workaround:
Edit: vimbadmin/vendor/shardj/zf1-future/library/Zend/Application/Bootstrap/BootstrapAbstract.php
change:
to:
Edit:
vimbadmin/vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
change:
class Smarty_Internal_Extension_Handlerto:
class Smarty_Internal_Extension_Handler extends \stdClassNow its wörking.
@nine commented on GitHub (Feb 11, 2023):
Please consider to make a Github pull request with this fix. Thanks
@sm4rty-github commented on GitHub (Feb 11, 2023):
Dont know how to do.
@barryo commented on GitHub (Feb 23, 2023):
Should be fixed now via composer update for php >= 8.0. Release coming shortly.