Skip to content
New issue

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

PHP Fatal error: Uncaught Error: Call to a member function get_quota() on null in plugins/account_details/account_details.php:133 #7

Open
AK666 opened this issue May 9, 2023 · 1 comment

Comments

@AK666
Copy link

AK666 commented May 9, 2023

roundcubemail-1.6.1

PHP Fatal error:  Uncaught Error: Call to a member function get_quota() on null in /srv/www/RoundCube/htdocs/plugins/account_details/account_details.php:133
Stack trace:
#0 /srv/www/RoundCube/htdocs/program/include/rcmail_output_html.php(1484): account_details->infohtml(Array)
#1 [internal function]: rcmail_output_html->xml_command(Array)
#2 /srv/www/RoundCube/htdocs/program/include/rcmail_output_html.php(1322): preg_replace_callback('/<roundcube:([-...', Array, '<roundcube:incl...')
#3 /srv/www/RoundCube/htdocs/program/include/rcmail_output_html.php(825): rcmail_output_html->parse_xml('<roundcube:incl...')
#4 /srv/www/RoundCube/htdocs/program/include/rcmail_output_html.php(654): rcmail_output_html->parse('plugin', false)
#5 /srv/www/RoundCube/htdocs/plugins/account_details/account_details.php(52): rcmail_output_html->send('plugin')
#6 /srv/www/RoundCube/htdocs/program/lib/Roundcube/rcube_plugin_api.php(575): account_details->infostep()
#7 /srv/www/RoundCube/htdocs/program/include/rcmail.php(255): rcube_plugin_api->exec_action in /srv/www/RoundCube/htdocs/plugins/account_details/account_details.php on line 133

php -v

PHP 7.4.33 (cli) (built: Apr  9 2023 16:49:24) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Zend OPcache v7.4.33, Copyright (c), by Zend Technologies

php -m

[PHP Modules]
calendar
Core
ctype
curl
date
dom
exif
FFI
fileinfo
filter
ftp
gettext
hash
iconv
imap
intl
json
ldap
libxml
mailparse
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
SimpleXML
sockets
sodium
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Zend OPcache

// libc-client2007e

/account_details/config.inc.php
$account_details_config['enable_quota'] = false;

@AnViKo-RD
Copy link

LINE 131

// $imap = $this->rc->imap;
$imap = $this->rc->storage;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants