Search found 52 matches

by rootnl2k
Sat Nov 29, 2025 10:41 pm
Forum: Bugs
Topic: FreeBSD 15.0 and MariaDB
Replies: 1
Views: 27307

FreeBSD 15.0 and MariaDB

Interesting. This was working with FreeBSD 14.3 but as of FreeBSD 15.0 i see the following:

Error_log 2025/11/29 14:34:49 [error] 76006#100398: *9047 upstream prematurely closed connection while reading response header from upstream, client: 162.157.247.67, server: www.nk.ca, request: "POST ...
by rootnl2k
Sun Feb 16, 2025 5:02 pm
Forum: General discussions
Topic: filter needed
Replies: 0
Views: 66343

filter needed

Looks as if some autobot is hitting my blog.

FRom : "click through the up coming website page" <doctor@nk.ca> Reply-To: "click through the up coming website page" <root@nk.ca> X-Mailer: Serendipity/2.5.0 X-Engine: PHP/8.4.4 Message-ID: <1435684a19c032c2c97a06c79372382e@www.nk.ca> MIME-Version: 1.0 ...
by rootnl2k
Sat Aug 19, 2023 2:13 pm
Forum: Bugs
Topic: php 8.2.9 and nginx
Replies: 0
Views: 119971

php 8.2.9 and nginx

Warning your ownersip and group ownership should be set to WWW or WWW-dist
by rootnl2k
Thu Jan 12, 2023 7:03 pm
Forum: Bugs
Topic: postgres error coming from lastest Serendipity
Replies: 2
Views: 49739

Re: postgres error coming from lastest Serendipity

Jsut did that
by rootnl2k
Fri Dec 23, 2022 3:42 am
Forum: Bugs
Topic: entries and one category not being seen
Replies: 0
Views: 120263

entries and one category not being seen

nk.ca/blog seems to have an oddity.

1 In Admin the entries cannot be seen

2 The Microsoft scam section looks unavailable but

In all the entries are present
by rootnl2k
Fri Dec 02, 2022 10:47 pm
Forum: Bugs
Topic: php 8.0
Replies: 44
Views: 357726

Re: php 8.0

/usr/local/etc/php.ini
by rootnl2k
Fri Dec 02, 2022 5:19 pm
Forum: Bugs
Topic: php 8.0
Replies: 44
Views: 357726

Re: php 8.0

Found the issue

You need to add to php.ini file where to find the cainfo

Case closed
by rootnl2k
Fri Dec 02, 2022 2:23 am
Forum: Bugs
Topic: php 8.0
Replies: 44
Views: 357726

Re: php 8.0

FYI Freebsd 13.X uses /usr/local/share/certs/ca-root-nss.crt
by rootnl2k
Fri Dec 02, 2022 2:18 am
Forum: Bugs
Topic: php 8.0
Replies: 44
Views: 357726

Re: php 8.0

From https://forums.freebsd.org/threads/wordpress-and-serendipity-maybe-being-affected-by-packet-filtering.87165/page-2
commenting on the php script

So the top part uses the cURL library to get a remote file, then line 15 uses PHP's function to get a remote file and that function has issues with ...
by rootnl2k
Thu Dec 01, 2022 10:45 pm
Forum: Bugs
Topic: php 8.0
Replies: 44
Views: 357726

Re: php 8.0

From https://forums.freebsd.org/threads/wordpress-and-serendipity-maybe-being-affected-by-packet-filtering.87165/page-2

If using cURL, maybe something here will help: https://thisinterestsme.com/php-curl-ssl-certificate-error/

(Sorry, it's a bit advert-riddled but the core information seems useful ...
by rootnl2k
Thu Dec 01, 2022 2:12 pm
Forum: Bugs
Topic: php 8.0
Replies: 44
Views: 357726

Re: php 8.0

from https://groups.google.com/g/comp.lang.php/c/QKZnFFaeH6E

On 01/12/2022 00.36, The Doctor wrote:

> php testcode.php
> Failed loading /usr/local/lib/php/20131226-zts-debug/ioncube/ioncube_loader.so: Cannot open "/usr/local/lib/php/20131226-zts-debug/ioncube/ioncube_loader.so"

You should remove ...
by rootnl2k
Thu Dec 01, 2022 4:31 am
Forum: Bugs
Topic: php 8.0
Replies: 44
Views: 357726

Re: php 8.0

Checking in with FreeBSDers on this issue
by rootnl2k
Wed Nov 30, 2022 4:44 pm
Forum: Bugs
Topic: php 8.0
Replies: 44
Views: 357726

Re: php 8.0

I am usiing FreeBSD 13.1 currently all patched up

/usr/local/sbin/nginx -v
nginx version: nginx/1.23.2 (nginx-quic)

and you can look up all php information on the server at https://www.nk.ca/phpinfo.phtml still

php -i | egrep openssl
Failed loading /usr/local/lib/php/20131226-zts-debug/ioncube ...
by rootnl2k
Wed Nov 30, 2022 12:37 am
Forum: Bugs
Topic: php 8.0
Replies: 44
Views: 357726

Re: php 8.0

From CLI

php testcode.php
Failed loading /usr/local/lib/php/20131226-zts-debug/ioncube/ioncube_loader.so: Cannot open "/usr/local/lib/php/20131226-zts-debug/ioncube/ioncube_loader.so"
PHP Warning: PHP Startup: igbinary: Unable to initialize module
Module compiled with module API=20170718
PHP ...