Search found 7 matches

by dyfustic
Tue Jul 10, 2012 8:24 am
Forum: Installation
Topic: Fun with Plugin_api
Replies: 4
Views: 4975

Fun with Plugin_api

Good morning, it's me again. S9Y is displaying errors. S9y 1.6.2 with PHP 5.4.4 again. Displayed in the sidebar right under the "search"-field after a search. Warning: Illegal string offset 'properties' in /path/to/serendipity/include/plugin_api.inc.php on line 1629 and when I use Spartacu...
by dyfustic
Tue Jul 10, 2012 8:07 am
Forum: Installation
Topic: PHP Strict Standards - Error flood in log file after upgrade
Replies: 3
Views: 7528

Re: PHP Strict Standards - Error flood in log file after upg

Hi,

thanks. My logfiles went back to normal. ;-)

dyfa
by dyfustic
Sun Jul 08, 2012 9:21 am
Forum: Bugs
Topic: Headlines with "Umlauts" not shown
Replies: 7
Views: 5121

Re: Headlines with "Umlauts" not shown

Hi, the solution to this problem was something completely different. For some reason, maybe through the update process the config in Configuration >> General Settings >> Charset selection changed from "UTF-8" to "Native". I changed this back to "UTF-8" et voila! Problem...
by dyfustic
Sat Jul 07, 2012 6:52 pm
Forum: Bugs
Topic: Headlines with "Umlauts" not shown
Replies: 7
Views: 5121

Re: Headlines with "Umlauts" not shown

It is a change in PHP 5.4, which now reports E_STRICT errors on default. Change and set to error_reporting(E_ALL & ~E_NOTICE ^ E_STRICT); in serendipity_config.inc.php ~ line 54. Perhaps that helps? Nope. Letting s9y checking the installation only complained about the change with error_reportin...
by dyfustic
Sat Jul 07, 2012 4:15 pm
Forum: Bugs
Topic: Headlines with "Umlauts" not shown
Replies: 7
Views: 5121

Re: Headlines with "Umlauts" not shown

As the titles are in the database saved correctly (you see them in the editor), it's a displaying problem. My first guess would be: It's your template doing some strange stuff when displaying the headlines. Is it the same, when you switch to another template? I found this a good suggestion and trie...
by dyfustic
Sat Jul 07, 2012 9:52 am
Forum: Installation
Topic: PHP Strict Standards - Error flood in log file after upgrade
Replies: 3
Views: 7528

PHP Strict Standards - Error flood in log file after upgrade

Hi, after updating to PHP 5.4.4 and S9Y 1.6.2 these errors occur in my logfile and there are not just a few ones, the log file is being flooded with those error messages. [Tue Jul 03 21:58:34 2012] [error] [client 66.249.72.207] PHP Strict Standards: Non-static method serendipity_plugin_api::get_eve...
by dyfustic
Sat Jul 07, 2012 9:14 am
Forum: Bugs
Topic: Headlines with "Umlauts" not shown
Replies: 7
Views: 5121

Headlines with "Umlauts" not shown

Hi, I updated my system and s9y a few days ago and now found out that headlines with umlauts (ä,ö,ü) are invisible. They are also invisible in the comments sidebar and in the comments administration. They don't have just the wrong color, they are not available. ;-) They are still visible in the edit...