Search found 75 matches
- Tue May 16, 2023 6:04 am
- Forum: Plugins
- Topic: Poll or Vote plugin
- Replies: 4
- Views: 4068
Re: Poll or Vote plugin
Yes, the problem, and we learned from the past people wont sign up just to vote :( If it was database based, on IP's, then any "double voting" would clearly be deliberate, and you will never stop that, if they want to vote multiple times intentionally, they will find a way, but recording I...
- Mon May 15, 2023 11:32 am
- Forum: Plugins
- Topic: Poll or Vote plugin
- Replies: 4
- Views: 4068
Re: Poll or Vote plugin
Nope, I'm the only user, anyone else is a "commenter".
- Sun May 14, 2023 5:39 am
- Forum: Plugins
- Topic: Poll or Vote plugin
- Replies: 4
- Views: 4068
Poll or Vote plugin
Hey All, I'm looking for a better poll plugin, or a modication to the existing one, hoping someone has already conjured up. The problem I'm trying to fix with existing is, if a voter closes the window or broswer and returns, they can vote again... I'm guessing this cookie control related, because if...
- Sun Nov 06, 2022 2:23 am
- Forum: General discussions
- Topic: Wrong JPEG library version
- Replies: 2
- Views: 3106
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
php 7.4 (at least) includes the bundled gd when building DESPITE being told --with-external-gd
that rant is for another forum

- Sun Nov 06, 2022 12:56 am
- Forum: General discussions
- Topic: Wrong JPEG library version
- Replies: 2
- Views: 3106
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():...
- Sun Jan 23, 2022 2:43 am
- Forum: Plugins
- Topic: Share plugin wipes Related
- Replies: 15
- Views: 9528
Re: Share plugin wipes Related
No problems, thanks for the help 

- Sat Jan 22, 2022 12:42 pm
- Forum: Plugins
- Topic: Share plugin wipes Related
- Replies: 15
- Views: 9528
Re: Share plugin wipes Related
Thanks, all good with update 

- Sat Jan 22, 2022 2:29 am
- Forum: Plugins
- Topic: Share plugin wipes Related
- Replies: 15
- Views: 9528
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
I'll report back soon
- Fri Jan 21, 2022 5:33 am
- Forum: Plugins
- Topic: Share plugin wipes Related
- Replies: 15
- Views: 9528
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...
- Fri Jan 21, 2022 5:07 am
- Forum: Plugins
- Topic: Share plugin wipes Related
- Replies: 15
- Views: 9528
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', '...
- Fri Jan 21, 2022 3:35 am
- Forum: Plugins
- Topic: Share plugin wipes Related
- Replies: 15
- Views: 9528
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...
- Thu Jan 20, 2022 8:45 am
- Forum: Plugins
- Topic: Share plugin wipes Related
- Replies: 15
- Views: 9528
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...
- Tue Jan 18, 2022 5:16 am
- Forum: Plugins
- Topic: Share plugin wipes Related
- Replies: 15
- Views: 9528
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...
- Tue Jan 18, 2022 5:13 am
- Forum: Bugs
- Topic: media all but gone
- Replies: 2
- Views: 2534
Re: media all but gone
no filters.
I just reverted to a db backup and they returned, other weirdness, thats for a new topic
I just reverted to a db backup and they returned, other weirdness, thats for a new topic
- Sat Jan 01, 2022 5:33 am
- Forum: Bugs
- Topic: media all but gone
- Replies: 2
- Views: 2534
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,...