Search found 161 matches

by schimanke
Sun Apr 14, 2019 8:36 pm
Forum: Plugins
Topic: Is there a way to limit RSS feeds?
Replies: 15
Views: 24628

Re: Is there a way to limit RSS feeds?

I am currently using PHP 5.6.40 but I'm in the middle of preparing everything for PHP 7.1. I've been using PHP 5.6 quite some tim now with several versions of s9y but that error is new this time. There is no additional information in the logs.
by schimanke
Sat Apr 13, 2019 8:07 am
Forum: Plugins
Topic: Is there a way to limit RSS feeds?
Replies: 15
Views: 24628

Re: Is there a way to limit RSS feeds?

I got an error in line 6.
That's even more weird... :?

I have tried changing the lines via SSH but to no avail. The error remains the same. :(
by schimanke
Fri Apr 12, 2019 11:44 am
Forum: Plugins
Topic: Is there a way to limit RSS feeds?
Replies: 15
Views: 24628

Re: Is there a way to limit RSS feeds?

Sure, here you go: https://www.dropbox.com/s/msldx59mxouuni6/rss.zip?dl=0
The relevant code is in line 40 to 42.

Thanks again!
by schimanke
Thu Apr 11, 2019 3:25 pm
Forum: Plugins
Topic: Is there a way to limit RSS feeds?
Replies: 15
Views: 24628

Re: Is there a way to limit RSS feeds?

Yes I am. I have uploaded the rss.php file via FTP. If the code above is included I get the error on accessing the RSS feed. If the code lines are commented out in the rss.php file, the feed is displayed correctly.
by schimanke
Thu Apr 11, 2019 10:04 am
Forum: Plugins
Topic: Is there a way to limit RSS feeds?
Replies: 15
Views: 24628

Re: Is there a way to limit RSS feeds?

The exact error message is Parse error: syntax error, unexpected '$serendipity' (T_VARIABLE) in /[...]/rss.php on line 41 This is the section in which I added the code: if (isset($_GET['category'])) { $serendipity['GET']['category'] = $_GET['category']; } if (isset($_GET['viewAuthor'])) { $serendipi...
by schimanke
Tue Apr 09, 2019 5:01 pm
Forum: Plugins
Topic: Is there a way to limit RSS feeds?
Replies: 15
Views: 24628

Re: Is there a way to limit RSS feeds?

Sorry to bring this issue back up but the solution does no longer work since my last s9y update to version 2.1.4. When adding that code block to the rss.php I get an error on loading my RSS feed. Any way to get it working again? Thanks!
by schimanke
Tue Sep 12, 2017 8:09 am
Forum: General discussions
Topic: Empty entries
Replies: 2
Views: 3420

Empty entries

Hi everybody, here is the thing. I frequently create draft entries with a publish date in the future. Each time when this date is passed without publishing the entry, Serendipity automatically creates a random number of empty draft entries with a date that corresponds to the date of the original dra...
by schimanke
Sat Aug 12, 2017 8:51 am
Forum: Plugins
Topic: Blocking spam based on domain
Replies: 3
Views: 5615

Re: Blocking spam based on domain

@YL: Yes, I tried exactly what you thought in the default spamblock plugin but it didn't work. However, the solution provided by thh obviously worked. I will monitor this.

@thh: Thank you very much! That seemed to do the trick. :-)
by schimanke
Wed Aug 09, 2017 11:11 am
Forum: Plugins
Topic: Blocking spam based on domain
Replies: 3
Views: 5615

Blocking spam based on domain

Hi everybody,

is it possible to block spam comments based on their domain, for example mail.ru? I have already tried

Code: Select all

*\@mail\.ru
but to no avail. Any ideas?
by schimanke
Fri Jul 22, 2016 10:23 am
Forum: Installation
Topic: Database problem when updating PHP from 5.4 to 5.5
Replies: 20
Views: 20353

Re: Database problem when updating PHP from 5.4 to 5.5

Nee, ich habe das schon in der serendipity_config_local.inc.php gesetzt. Da es sich um einen Managed Sevrer handelt, komme ich an die php.ini als solche auch gar nicht ran. ;-)

Okay, ich habe das mal an den 1&1 Support weitergegeben. Mal sehen, was die draus machen.
by schimanke
Fri Jul 15, 2016 3:25 pm
Forum: Installation
Topic: Database problem when updating PHP from 5.4 to 5.5
Replies: 20
Views: 20353

Re: Database problem when updating PHP from 5.4 to 5.5

Korrekt, nur mit "localhost" als Host funktioniert es nicht. Ich habe nun verschiedene Konfigurationen noch einmal ausprobiert. Hier die Ergebnisse: PHP 5.5 - Test mit localhost == TESTING ERROR MODE == mysqli_connect(): (HY000/2002): No such file or directory in /.../serendipity/include/d...
by schimanke
Thu Jul 14, 2016 10:24 am
Forum: Installation
Topic: Database problem when updating PHP from 5.4 to 5.5
Replies: 20
Views: 20353

Re: Database problem when updating PHP from 5.4 to 5.5

Klappt leider auch nicht: serendipity error: unable to connect to database - exiting. Anscheinend möchte der 1&1-Server das Socket irgendwie übergeben bekommen. Dies steht auch so in der Dokumentation (siehe auch meinen zweiten Post in diesem Thread): mysqli.php <?php $host_name = "localhos...
by schimanke
Wed Jul 13, 2016 2:16 pm
Forum: Installation
Topic: Database problem when updating PHP from 5.4 to 5.5
Replies: 20
Views: 20353

Re: Database problem when updating PHP from 5.4 to 5.5

And there is another problem now after setting and removing the production variable. When I try to log into the admin backend I now get the following error message: == SERENDIPITY ERROR == Cannot modify header information - headers already sent by (output started at /.../serendipity/serendipity_con...
by schimanke
Wed Jul 13, 2016 2:12 pm
Forum: Installation
Topic: Database problem when updating PHP from 5.4 to 5.5
Replies: 20
Views: 20353

Re: Database problem when updating PHP from 5.4 to 5.5

And there is another problem now after setting and removing the production variable. When I try to log into the admin backend I now get the following error message: == SERENDIPITY ERROR == Cannot modify header information - headers already sent by (output started at /.../serendipity/serendipity_conf...
by schimanke
Wed Jul 13, 2016 1:55 pm
Forum: Installation
Topic: Database problem when updating PHP from 5.4 to 5.5
Replies: 20
Views: 20353

Re: Database problem when updating PHP from 5.4 to 5.5

Okay, I set the production variable and received the following error:

== TESTING ERROR MODE ==

mysqli_connect() expects parameter 5 to be long, string given in /.../serendipity/include/db/mysqli.inc.php on line 236

I hope it tells you anything about what's going on there... :-)