Search found 409 matches

by thh
Mon Aug 21, 2017 6:44 pm
Forum: Bugs
Topic: No Mysql option for database type
Replies: 4
Views: 4199

Re: No Mysql option for database type

What do I have to do to enable the Mysql database in the configuration? Only options are PDO::SQLite and SQLIte3. Do you have compiled or installed a PHP with mySQL extension? You can check for that by using a file called, for example, phpinfo.php , containing only this: <?php phpinfo(); ?> When vi...
by thh
Fri Aug 11, 2017 9:59 pm
Forum: Plugins
Topic: Blocking spam based on domain
Replies: 3
Views: 5777

Re: Blocking spam based on domain

schimanke wrote:I have already tried

Code: Select all

*\@mail\.ru
That's no regular expression (at least none that makes any sense).

".+\@mail\.ru" should be (a little) better.
by thh
Fri Aug 11, 2017 7:30 pm
Forum: Bugs
Topic: Error message about plug-in appears on mobile phone
Replies: 12
Views: 8172

Re: Error message about plug-in appears on mobile phone

Carl @ ATS wrote:the mirror where the files were downloaded from didn't contain it. Phew!

Carl
template_error_Aug_2017#2.jpg
Yes, unfortunately netmirror doesn't work reliably. Better switch to s9y.org or github (in the Spartacus plugin configuration).
by thh
Tue Aug 08, 2017 11:05 pm
Forum: Bugs
Topic: Unseparated info messages when deleting multiple comments
Replies: 4
Views: 3436

Re: Unseparated info messages when deleting multiple comment

[Issues, Thomas. Create issues for those. And thanks for fixing it quickly. :)] Creating an issue would require a bit of testing to make it reproducible - and I was lacking the time to do that yesterday and today again, at least regarding the issue with the message disply glitch. :( Submitted the m...
by thh
Mon Aug 07, 2017 10:42 pm
Forum: Bugs
Topic: Unseparated info messages when deleting multiple comments
Replies: 4
Views: 3436

Re: Unseparated info messages when deleting multiple comment

Grrrrr. These messages have been a thorn in my side during the whole 2.0 backend redesign. Thanks for reporting, will turn this into a GitHub issue. *sigh* I spent half an hour working at the wrong incarnation of my testblog (I'm in the procress of switching servers, currently), and then another ha...
by thh
Fri Aug 04, 2017 7:31 pm
Forum: Installation
Topic: Updated Debian to Stretch and now s9y delivers double-UTF8
Replies: 3
Views: 4974

Re: Updated Debian to Stretch and now s9y delivers double-UT

Thanks for your very detailed reply on those pesky charset issues!
by thh
Wed Aug 02, 2017 11:13 pm
Forum: Installation
Topic: No 'admin' directory
Replies: 2
Views: 3456

Re: No 'admin' directory

After installation (I did an embedded one) I have a link to login ("http://example.dev/weblog/serendipity/admin" -- it's on a localhost so the best I can do is provide screen shots) but there is no "admin" directory or file. Suggestions? "/admin" is a redirect (via .ht...
by thh
Wed Aug 02, 2017 11:06 pm
Forum: Themes
Topic: Themes used for both web and smartphones
Replies: 3
Views: 13924

Re: Themes used for both web and smartphones

zarzanola wrote:Spartacus is for photo blogs?
No, but the "photo" theme is.
by thh
Sat Jul 22, 2017 3:58 pm
Forum: Generelles in Deutsch
Topic: Problem beim Anzeigen der lokalen Plugin-Doku
Replies: 5
Views: 3284

Re: Problem beim Anzeigen der lokalen Plugin-Doku

Apache schaut sowieso immer noach einer .htaccess. Wir könnten da imho ruhig eine nach plugins/ legen. Aber könnten wir nicht auch einfach mit serendipity den Request nach einer Plugin-Dokumentantion fangen, wenn das nach ?index.php... umgeschrieben wird? Ja, garvin hat letzteres bereits umgesetzt,...
by thh
Sun Jul 16, 2017 10:39 pm
Forum: Generelles in Deutsch
Topic: CSS für Plugins (hier: Fußnoten in Markdown)
Replies: 4
Views: 2990

Re: CSS für Plugins (hier: Fußnoten in Markdown)

Theoretisch im Theme, denn „schöner“ hängt vom Theme ab. Das Problem ist, dass die meisten Themes aus nachvollziehbaren und guten Gründen nur Styles für weit verbreitete Plugins mitbringen. Deshalb praktisch im Plugin, aber möglichst „neutral“ und überschreibbar (keine IDs, kein !important, möglich...
by thh
Sun Jul 09, 2017 9:35 pm
Forum: Generelles in Deutsch
Topic: Problem beim Anzeigen der lokalen Plugin-Doku
Replies: 5
Views: 3284

Re: Problem beim Anzeigen der lokalen Plugin-Doku

Ich glaube nicht, dass das so ein guter Weg ist ... Entweder sollten wir die zentrale Rewrite-Rules anpassen oder eine . htaccess auf Ebene von plugins/ mit diesem Code einbauen, nicht mehr als ein Dutzend identische Dateien in verschiedenen Plugins (mit der Folge, dass die Doku dort, wo sie fehlen,...
by thh
Sun Jul 09, 2017 9:00 pm
Forum: Generelles in Deutsch
Topic: Problem beim Anzeigen der lokalen Plugin-Doku
Replies: 5
Views: 3284

Re: Problem beim Anzeigen der lokalen Plugin-Doku

Lösung gefunden:

Die Plugins mit "funktionierender" Doku haben eine eigene .htaccess:

Code: Select all

# Switch off reqrite engine, else documentation gets a wrong link
<Files .htaccess>
Allow from all
</Files>

<IfModule mod_rewrite.c>
RewriteEngine Off
</IfModule>
by thh
Sun Jul 09, 2017 8:39 pm
Forum: Generelles in Deutsch
Topic: Problem beim Anzeigen der lokalen Plugin-Doku
Replies: 5
Views: 3284

Re: Problem beim Anzeigen der lokalen Plugin-Doku

Das Rewrite-Log ergibt tatsächlich folgendes: ... für /plugins/serendipity_event_spamblock_bayes/documentation_de.html : ... [09/Jul/2017:20:28:11 +0200] [.../sid#7f7bc6576940][rid#7f7bb47040a0/initial] (2) [perdir ...] rewrite 'plugins/serendipity_event_spamblock_bayes/documentation_de.html' -> 'in...
by thh
Sun Jul 09, 2017 3:29 pm
Forum: Generelles in Deutsch
Topic: Problem beim Anzeigen der lokalen Plugin-Doku
Replies: 5
Views: 3284

Problem beim Anzeigen der lokalen Plugin-Doku

Plugins können eine lokale Dokumentation hinterlegen, die dann den Namen documentation.html oder documentation_LL.html (mit LL = language, also de , en , ...) haben muss. Ich habe jetzt festgestellt, dass diese Dokumentation teilweise angezeigt wird, teilweise aber auch die (bereits in anderem Zusam...
by thh
Sat Jul 01, 2017 9:15 am
Forum: General discussions
Topic: At wits end....
Replies: 7
Views: 6987

Re: At wits end....

I successfully moved my blog from the root, to a folder yesterday... So the URL of your blog is now http://your-site.example/blog/ ? was working fine...then today the images are not showing up (seems to be missing the "blog" folder from the path, even though it's in the FULL PATH in the c...