-
-
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
PHP7: Call to undefined function OC\\\\App\\\\simplexml_load_file #15708
Comments
Thank you for reporting this issue 👍 We have a similar issue for a newer nextcloud version: #15642 And another report for an older version: #2180 I'm not sure if something with the code is wrong. I guess that the php-xml extension is not loaded. Mind to check your php configuration and ensure that php-xml is enabled? |
Installing |
(just to point out: the problem did not occur with php5, evidently the code paths are different there) |
I just had the same issue on php7.3 and Nextcloud 15.0.12. Installing php7.3-xml fixed it. |
I had the same issue on php7.0, ubuntu16.04 and Nextcloud 15.0.7. When running the update-script (/var/scripts/update.sh) of Nextcloud the issue occured. The following commands fixed it:
|
Doing |
sudo -u www-data php7.3 occ db:convert-filecache-bigint --no-interaction |
Same issue w php7.4 |
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 <josh.t.richards@gmail.com>
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 <josh.t.richards@gmail.com>
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 <josh.t.richards@gmail.com>
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 <josh.t.richards@gmail.com>
Steps to reproduce
Expected behaviour
it works as before
Actual behaviour
you get a blank page, nextcloud.log tells you:
Server configuration
Operating system:
Debian 9
Web server:
Apache2.4
Database:
PostgreSQL
PHP version:
7.0
Nextcloud version: (see Nextcloud admin page)
13.0.12
Updated from an older Nextcloud/ownCloud or fresh install:
Updated from the very early fork version
Where did you install Nextcloud from:
I forgot
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: NO
Are you using encryption: NO
Are you using an external user-backend, if yes which one: NO
The text was updated successfully, but these errors were encountered: