Hi,
Sodium should be part of lsphp83-common sub-package... However even with a new build, it's not there.
https://pkgs.alpinelinux.org/package/v3.21/community/x86/php83-common
--with-mysqli --with-zlib --enable-gd --enable-shmop --enable-sockets --enable-sysvsem --enable-sysvshm...
I resolve this with this, in your functions.php
add_action( 'parse_request', 'wpse_395638_1' );
function wpse_395638_1( $wp ) {
// If the current URL doesn't have any path and with the www prefix, e.g.
// https://www.example.com or https://www.example.com/?foo=bar, then we
//...
Hello,
I host a wordpress website and there's a redirect to www or non-www.
I want to remove this... I want to make works www and non-www for seo reason.
This should be done in OLS or WordPress?
Thanks
Hello,
I get this error:
PHP Warning: PHP Startup: Unable to load dynamic library 'sodium' (tried: /usr/local/lsws/lsphp83/lib/php/extensions/no-debug-non-zts-20230831/sodium (/usr/local/lsws/lsphp83/lib/php/extensions/no-debug-non-zts-20230831/sodium: cannot open shared object file: No such...
Hi,
I try killall -9 lsphp then reboot the server... Still no luck.
php -m also confirm INTL not loaded...
But getting: lsphp83-intl is already the newest version (8.3.17-1+noble)
Weird.
Hello,
I install INTL extension but, it's not loaded.
sudo apt install lsphp83-intl
I don't see it in my phpinfo file...
I activate it in the php.ini...
I'm I missing something?
I use Ubuntu 24.04
Thanks
Hello, I'm on Ubuntu 24 with the latest version OLS.
I got a 404 on my new installation.
I check the service status and I get this:
main.ERROR: Error: Application is not installed yet.
I check in the error log I got this:
Failed to get process [20209] start time, not running, skip killing...
Hello,
I remove php 8.3 then install php 8.1.
So when I start lsws I get this message:
Failed to start lsws.service: Unit lsws.service not found.
I'm missing a php extension here?
Thank you.