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
Getting:
[31-Jan-2021 20:53:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined method rcube_config::load() in /var/www/roundcube/program/lib/Roundcube/rcube_config.php:94 Stack trace: #0 /var/www/roundcube/program/lib/Roundcube/rcube.php(117): rcube_config->__construct() #1 /var/www/roundcube/program/include/rcmail.php(76): rcube->__construct() #2 /var/www/roundcube/index.php(43): rcmail::get_instance() #3 {main} thrown in /var/www/roundcube/program/lib/Roundcube/rcube_config.php on line 94
When trying to load roundcube (HTTP 500) - PHP7.4
The text was updated successfully, but these errors were encountered:
Strange. The method exists.
roundcubemail/program/lib/Roundcube/rcube_config.php
Line 201 in d16f3a8
What version?
Sorry, something went wrong.
seems this error went away overnight somehow. Not sure what happened.
No branches or pull requests
Getting:
[31-Jan-2021 20:53:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined method rcube_config::load() in /var/www/roundcube/program/lib/Roundcube/rcube_config.php:94
Stack trace:
#0 /var/www/roundcube/program/lib/Roundcube/rcube.php(117): rcube_config->__construct()
#1 /var/www/roundcube/program/include/rcmail.php(76): rcube->__construct()
#2 /var/www/roundcube/index.php(43): rcmail::get_instance()
#3 {main}
thrown in /var/www/roundcube/program/lib/Roundcube/rcube_config.php on line 94
When trying to load roundcube (HTTP 500) - PHP7.4
The text was updated successfully, but these errors were encountered: