Jump to content
thirty bees forum

Recommended Posts

Posted

On my local test environment I get error 500 on the frontend. The decrypted message is below. Am I missing some PHP extensions? I am on Ubuntu 24.04 LTS and when I installed simple xml I get the following message: 
Note, selecting 'php7.4-xml' instead of 'php7.4-simplexml'
php7.4-xml is already the newest version (1:7.4.33-14+ubuntu24.04.1+deb.sury.org+1).
0 upgraded, 0 newly installed, 0 to remove and 29 not upgraded.
mirela@DESKTOP-MT74LDS:~$

image.thumb.png.adb55764d14ec329c79e7cd857b1dbcb.png 

 

image.png

Posted

php7.4-xml is a package of several modules. This package provides the DOM, SimpleXML, XML, and XSL module(s) for PHP.

And what does phpinfo() say? Do you have the SimpleXML module loaded?

Screenshot_20240824_170010.png

Posted

Thank you! I add the phpinfo file and turned out that I was using PHP8.3 on apache. Well, the php -v was 7.4. I didn't know that those can be different. 

Anyway, I add the php7.4 on apache and it is working now. 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...