-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[Bug]: Error: Call to undefined function simplexml_load_file() #31473
Comments
Hi marek22k Could you elaborate a bit more about what happened and how your setup is? At the moment it seems you have a problem with your Database connection. Can you manually connect to the database with the credentials used in your Nextcloud configuration? |
Thanks for the fast respond. I wasn't sure if this was a bug or a request for help. I have a VPS with Debian and Apache. I upgraded Debian 10 to Debian 11. After that, Apache displayed some errors and I had to "experiment" a bit. After 1 to 2 hours my websites were online again. Furthermore, some modules in Apache were disabled, such as php. I then activated it again.
|
Which database is used? If I'm not mistaken, I used an installer script (setup-nextcloud.php) from Nextcloud. I hadn't made any big changes to the default config. |
Your welcome, these are some basics which you need to answer, as it seems to me its not a bug just a configuration or upgrade error which has nothing to do with Nextcloud itself. but to get you further could you answer the following questions?
To try to solve it on your on, read more about the Nextcloud Database configuration and how to troubleshoot Database issues. |
|
|
After installing a deb package for sql i get the following
|
found an answer in #15708 but still gets
|
solved by installing |
I had the same problem from 25.0.2.3 to 25.0.5 upgrade and migration from psql 11 to 13 on Raspbian GNU/Linux 11 (bullseye). |
Fixes nextcloud#2180 And prevents nextcloud#31473, nextcloud#23970, nextcloud#18610, nextcloud#15708 Avoids a 500 error and also gives a useful error message on the web interface if this module isn't installed, gets overlooked during a PHP upgrade, etc. While we check for it later, it's too late for session. Inspired by nextcloud#17163 Signed-off-by: Josh Richards <[email protected]>
Fixes nextcloud#2180 And prevents nextcloud#31473, nextcloud#23970, nextcloud#18610, nextcloud#15708 Avoids a 500 error and also gives a useful error message on the web interface if this module isn't installed, gets overlooked during a PHP upgrade, etc. While we check for it later, it's too late for session. Inspired by nextcloud#17163 Signed-off-by: Josh Richards <[email protected]>
Fixes nextcloud#2180 And prevents nextcloud#31473, nextcloud#23970, nextcloud#18610, nextcloud#15708 Avoids a 500 error and also gives a useful error message on the web interface if this module isn't installed, gets overlooked during a PHP upgrade, etc. While we check for it later, it's too late for session. Inspired by nextcloud#17163 Signed-off-by: Josh Richards <[email protected]>
Fixes nextcloud#2180 And prevents nextcloud#31473, nextcloud#23970, nextcloud#18610, nextcloud#15708 Avoids a 500 error and also gives a useful error message on the web interface if this module isn't installed, gets overlooked during a PHP upgrade, etc. While we check for it later, it's too late for session. Inspired by nextcloud#17163 Signed-off-by: Josh Richards <[email protected]>
Bug description
Steps to reproduce
Upgrade from debian 10 to debian 11
Expected behavior
HTML page
Installation method
No response
Operating system
Debian 11
PHP engine version
php7.4
Web server
Apache2
Database engine version
default
Is this bug present after an update or on a fresh install?
No response
Are you using the Nextcloud Server Encryption module?
yes
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
The text was updated successfully, but these errors were encountered: