Search found 72 matches

by Noelb
Sun Nov 06, 2022 2:23 am
Forum: General discussions
Topic: Wrong JPEG library version
Replies: 2
Views: 1029

Re: Wrong JPEG library version

I think I see the issue (isn't it always the way, you find it after your frustration makes you post to a mailing list or forum, then the light shines down)

php 7.4 (at least) includes the bundled gd when building DESPITE being told --with-external-gd

that rant is for another forum :)
by Noelb
Sun Nov 06, 2022 12:56 am
Forum: General discussions
Topic: Wrong JPEG library version
Replies: 2
Views: 1029

Wrong JPEG library version

Weirdness, serendipity is the only place I see this problem and get errors There is only one version of libjpeg on the system, php and gd both refere to it. php - libjpeg.so.62 => /usr/lib64/libjpeg.so.62 libgd.so.3.0.11 - libjpeg.so.62 => /usr/lib64/libjpeg.so.62 PHP Warning: imagecreatefromjpeg():...
by Noelb
Sun Jan 23, 2022 2:43 am
Forum: Plugins
Topic: Share plugin wipes Related
Replies: 15
Views: 4463

Re: Share plugin wipes Related

No problems, thanks for the help :)
by Noelb
Sat Jan 22, 2022 12:42 pm
Forum: Plugins
Topic: Share plugin wipes Related
Replies: 15
Views: 4463

Re: Share plugin wipes Related

Thanks, all good with update :)
by Noelb
Sat Jan 22, 2022 2:29 am
Forum: Plugins
Topic: Share plugin wipes Related
Replies: 15
Views: 4463

Re: Share plugin wipes Related

No problem, will try update this afternoon (I still have the backup in /tmp if it fails either way).
I'll report back soon
by Noelb
Fri Jan 21, 2022 5:33 am
Forum: Plugins
Topic: Share plugin wipes Related
Replies: 15
Views: 4463

Re: Share plugin wipes Related

- if ($serendipity['view'] != 'entry') { + if ($serendipity['view'] ?? '' != 'entry') { - $meta_description = strip_tags($entry['properties']['meta_description']); + $meta_description = strip_tags($entry['properties']['meta_description'] ?? ''); 0.14.5 + * Avoid PHP 8 warning warning about missing v...
by Noelb
Fri Jan 21, 2022 5:07 am
Forum: Plugins
Topic: Share plugin wipes Related
Replies: 15
Views: 4463

Re: Share plugin wipes Related

okkkkkkkkk, I've got somewhere, its an update of the social plugin. A plugins update was run on Jan 1, however I grabbed a backup of the social plugin directory only just now, and it's working again. Backup was from Dec '21, and the code is dated April '21 Something between propbag->add('version', '...
by Noelb
Fri Jan 21, 2022 3:35 am
Forum: Plugins
Topic: Share plugin wipes Related
Replies: 15
Views: 4463

Re: Share plugin wipes Related

You can try it with a deactivated cache. It can be disabled at "Configuration -> General Settings -> Activate Cache", the option at the bottom. It's also possible that the code produces an error and then outputs nothing. Did you have a look into the webserver/php log? OK, so cache was alr...
by Noelb
Thu Jan 20, 2022 8:45 am
Forum: Plugins
Topic: Share plugin wipes Related
Replies: 15
Views: 4463

Re: Share plugin wipes Related

OK, well something is preventing it, with my blog, it would look wrong to enable it full time, and I dont see why someone would share without reading the full article, so enabling on overview, is not an option IMHO. If it helps I actually set disabled all plugins, except this one, saved, checked eve...
by Noelb
Tue Jan 18, 2022 5:16 am
Forum: Plugins
Topic: Share plugin wipes Related
Replies: 15
Views: 4463

Re: Share plugin wipes Related

now the share plgin is gone , kind of beyond a joke, is there a replacement for this serendipity_event_social plugin? its gone altogether, if I enable show on overview it works everywhere, disable on overview, it used to show on full article, now it doesnt unless I enable on overview, checked differ...
by Noelb
Tue Jan 18, 2022 5:13 am
Forum: Bugs
Topic: media all but gone
Replies: 2
Views: 1093

Re: media all but gone

no filters.
I just reverted to a db backup and they returned, other weirdness, thats for a new topic
by Noelb
Sat Jan 01, 2022 5:33 am
Forum: Bugs
Topic: media all but gone
Replies: 2
Views: 1093

media all but gone

Last post I made was a couple months ago, just when to do a new one and found all but 4 media files vanished in media library, the 4 left are oldish, not the oldest but a while back, The file are there is /uploads as they have been all along. If I look in database, in s.._images - I do see them all,...
by Noelb
Sat Aug 07, 2021 5:12 am
Forum: Bugs
Topic: some comments to posts render page not avail
Replies: 0
Views: 1584

some comments to posts render page not avail

After some comments to some pages, on refresh it denies access to the pages in full view, the "front page" preview is there fine, but click into it and no go on some browsers, opera, chrome, but if they load firefox they can access it, like WTF? The only thing is error log is [Sat Aug 07 1...
by Noelb
Fri Jun 25, 2021 7:18 am
Forum: Plugins
Topic: Share plugin wipes Related
Replies: 15
Views: 4463

Share plugin wipes Related

Enabling the social media share plugin, disables Related articles plugin, mark share plugin inactive and related links returns, I've tried re organising them early, later before after each other and seems to make no difference
by Noelb
Fri Jun 18, 2021 4:26 am
Forum: Plugins
Topic: findmore plugin needs update
Replies: 6
Views: 2825

Re: findmore plugin needs update

I found if we disable buttons using "none" it ignores the dont show on main page. Do you mean the option for the backend, to disable the counter? is there a reason the buttons are loaded from a third party site and not included in the package? If I'm not missing something, the plugin is n...