Search found 93 matches

by ads
Mon Jan 03, 2022 10:53 pm
Forum: Bugs
Topic: Track exits allows any kind of URL, making phishing attacks easy
Replies: 6
Views: 28611

Re: Track exits allows any kind of URL, making phishing attacks easy

All tracked URLs in my Blog(s) have an ID, and are not specified as $url parameter. However I see a couple spammers trying to abuse this functionality (however I have no idea why the blog suddenly is trustworthy to anyone). They are probably just trying to hide some nasty URLs. And no, I don't think...
by ads
Mon Jan 03, 2022 10:24 pm
Forum: Bugs
Topic: Track exits allows any kind of URL, making phishing attacks easy
Replies: 6
Views: 28611

Track exits allows any kind of URL, making phishing attacks easy

The "Track exits" Markup plugin has a couple different options how to track the URL. One of them is "Serendipity Exit-Tracking Routing". When this option is activated, the variable $open_redir in exit.php is true, which in turn will redirect the user to any URL specified as ?url=...
by ads
Thu Apr 23, 2020 12:35 am
Forum: Bugs
Topic: SQL error in hCalendar
Replies: 0
Views: 14216

SQL error in hCalendar

Hello, I'm running S9y on PostgreSQL, and I see the following error in my log: SELECT * FROM serendipity_entryproperties WHERE property LIKE 'mf_hCalendar_%' AND entryid IN (SELECT entryid FROM serendipity_entryproperties WHERE property = 'mf_hCalendar_startdate' AND value > (1587593847 - 259200)) E...
by ads
Tue Mar 31, 2020 11:39 pm
Forum: Installation
Topic: "Your entry has been saved" is gone
Replies: 0
Views: 21235

"Your entry has been saved" is gone

Hello, I have one blog installation where the "Publish" dialog stays empty. I attached a screenshot of the situation. Did an integrity check of the installation, but it just says that everything is alright. The backend theme is "2k11". The "Your entry has been saved" te...
by ads
Thu May 29, 2014 10:56 am
Forum: Bugs
Topic: serendipity_event_freetag not updating correctly
Replies: 8
Views: 6554

Re: serendipity_event_freetag not updating correctly

This solved the problem. Case rested.
by ads
Tue May 13, 2014 5:56 pm
Forum: Bugs
Topic: serendipity_event_freetag not updating correctly
Replies: 8
Views: 6554

Re: serendipity_event_freetag not updating correctly

Ok, there's more:

Code: Select all

./serendipity_event_freetag/serendipity_plugin_freetag.php
./serendipity_event_freetag/serendipity_event_freetag.php
./serendipity_event_freetag/plugin_freetag.tpl
./nw/serendipity_plugin_freetag.php
./nw/serendipity_event_freetag.php
Which files are the correct ones?
by ads
Mon May 12, 2014 5:17 pm
Forum: Bugs
Topic: serendipity_event_freetag not updating correctly
Replies: 8
Views: 6554

Re: serendipity_event_freetag not updating correctly

Already checked that:

blog# ls -ld plugins/*freetag*
drwxr-xr-x 4 www-data www-data 4096 Mar 24 2011 plugins/serendipity_event_freetag

There is only one directory.
by ads
Mon May 12, 2014 1:50 pm
Forum: Bugs
Topic: serendipity_event_freetag not updating correctly
Replies: 8
Views: 6554

Re: serendipity_event_freetag not updating correctly

Serendipity is version 1.7.8, Spartacus is version 2.30.
I remember that this problem survived the latest S9y update.
by ads
Mon May 12, 2014 12:30 pm
Forum: Bugs
Topic: serendipity_event_freetag not updating correctly
Replies: 8
Views: 6554

serendipity_event_freetag not updating correctly

I have a few blogs which show that serendipity_event_freetag should be updated - from 3.45 to 3.51. Every time I click on the update, the installation is performed without error - however coming back to the overview page, the same update is presented again. Looking into the files, ./plugins/serendip...
by ads
Thu Mar 31, 2011 11:31 pm
Forum: Bugs
Topic: serendipity_event_trackback.php creates mysqlisch table
Replies: 1
Views: 2237

serendipity_event_trackback.php creates mysqlisch table

Hello, the trackback plugin contains SQL code to create a table - which is quite MySQL-specific: $sql = "CREATE TABLE {$serendipity['dbPrefix']}delayed_trackbacks ( id int(11) NOT NULL , timestamp int(10) unsigned default NULL, PRIMARY KEY (id) )"; At least on PostgreSQL, the "unsigne...
by ads
Mon May 03, 2010 11:22 am
Forum: Bugs
Topic: Missing GROUP BY clause or aggregate function
Replies: 18
Views: 22149

Re: Missing GROUP BY clause or aggregate function

Ok. I will delay this bug until then.
by ads
Sun May 02, 2010 9:13 pm
Forum: Bugs
Topic: No search results found (but searchstring is in database)
Replies: 6
Views: 4534

Re: No search results found (but searchstring is in database)

onli: Looks like this is the same issue. Maybe the patch should not only be applied to SQLite but also to the PostgreSQL part (or probably to any !MySQL, because '%' is SQL standard).

Cenic: The patch looks OK. Does it work for you? (Haven't tested the patch on my blog.)
by ads
Sat May 01, 2010 11:17 pm
Forum: Bugs
Topic: No search results found (but searchstring is in database)
Replies: 6
Views: 4534

Re: No search results found (but searchstring is in database)

Do you mean the GROUP BY issue? Just checked my posting list here in the forum and can't see a posting of mine about this issue. I can however explain why the '*' isn't working in PostgreSQL. Either the fulltext search engine is used - in this case it makes no sense to add the '*', because a '*' is ...
by ads
Sat May 01, 2010 8:18 pm
Forum: Bugs
Topic: Missing GROUP BY clause or aggregate function
Replies: 18
Views: 22149

Re: Missing GROUP BY clause or aggregate function

Garvin: Can you answer this question? Then i try to build a specific query.
by ads
Sat May 01, 2010 8:16 pm
Forum: Bugs
Topic: No search results found (but searchstring is in database)
Replies: 6
Views: 4534

No search results found (but searchstring is in database)

I have a blogposting which i want to cite from time to time. I recognized that this posting isn't found by using the regular blog search, instead i have to use Google ;-) Digging deeper into the problem i found out that the problem must be somewhere in or around serendipity_searchEntries(). During t...