Search found 7 matches

by ComPod
Fri Nov 18, 2022 5:12 pm
Forum: Bugs
Topic: Podcasting Plugin not ready for PHP 8?
Replies: 0
Views: 31637

Podcasting Plugin not ready for PHP 8?

My hosting provider has just announced when they will switch the default PHP version from 7.4 to 8.0 and I've looked at s9y 2.4-Beta1 for the PHP support. Unfortunately as soon as I switched to PHP 8 all RSS feeds were empty. Onli gave me the hint of setting $serendipity['production'] (though I didn...
by ComPod
Mon Apr 29, 2019 8:50 pm
Forum: Installation
Topic: Missing details in entry editor after update from 1.7
Replies: 10
Views: 11113

Re: Missing details in entry editor after update from 1.7

It might even be that PHP 7.2 is too new for the current s9y 2.1.4 version; if you can, try with PHP 7.1 instead, which at least here runs fine. I tried that, but it saw the php7.2 files as well. For now it seems I have a working configuration and unless I stumble across things being weird I'm incl...
by ComPod
Mon Apr 29, 2019 5:16 pm
Forum: Installation
Topic: Missing details in entry editor after update from 1.7
Replies: 10
Views: 11113

Re: Missing details in entry editor after update from 1.7

So, it seems my hoster is doing something unexpected. Apparently the line require_once 'PEAR/Exception.php'; in HTTP/Request2/Exception.php from the bundled libs caused a bunch of my problems. I changed it to point to the bundled PEAR/Exception.php by absolute path and then the updater only complain...
by ComPod
Mon Apr 29, 2019 4:50 pm
Forum: Installation
Topic: Missing details in entry editor after update from 1.7
Replies: 10
Views: 11113

Re: Missing details in entry editor after update from 1.7

I tried enforcing the setting (github) but when I call the plugin Update I still get that: Warning: require_once(): open_basedir restriction in effect. File(/usr/local/php7.2/lib/php/PEAR/Exception.php) is not within the allowed path(s): (/home/sites/site255/:/home/sites/site255/tmp/:/home/sites/www...
by ComPod
Mon Apr 29, 2019 4:16 pm
Forum: Installation
Topic: Missing details in entry editor after update from 1.7
Replies: 10
Views: 11113

Re: Missing details in entry editor after update from 1.7

And then I found the reason. I was looking through the active plugins and comparing what the update had already brought up to standard and thinking about what could interfere with entry editing. The one missing plugin was freetag (event and plugin) and I decided to copy those two from github directl...
by ComPod
Mon Apr 29, 2019 4:04 pm
Forum: Installation
Topic: Missing details in entry editor after update from 1.7
Replies: 10
Views: 11113

Re: Missing details in entry editor after update from 1.7

To the second question: What kind of screenshot would be needed for that? I'm ready and willing to provide what I can. to the first question: I can't do that, because apparently open_basedir is preventing me from that. With errorlogging enabled I'm getting that one down there. Is there another way f...
by ComPod
Mon Apr 29, 2019 3:33 pm
Forum: Installation
Topic: Missing details in entry editor after update from 1.7
Replies: 10
Views: 11113

Missing details in entry editor after update from 1.7

I've just upgraded my s9y from 1.7.8 (yeah, I know. But it worked) and am now missing the Categories, Tags and entry metadata options. There are places where I suppose those should be seen but whatever populates those fields doesn't seem to work (as seen in the screenshot I'm attaching). At first I ...