Definitely.
The missing v=... could impact how the cache works, but it should not break anything in everyday use.
Search found 2354 matches
- Wed Apr 07, 2021 6:47 pm
- Forum: Installation
- Topic: Can't assign a Category
- Replies: 4
- Views: 86
- Tue Apr 06, 2021 11:08 pm
- Forum: Installation
- Topic: Can't assign a Category
- Replies: 4
- Views: 86
Re: Can't assign a Category
Possible. There haven't been that many database changes though. My guess would have been that the Javascript that open the overlay to select the categories was broken. That can happen if e.g. an outdated plugin got called.
Is the new install working fine now?
Is the new install working fine now?
- Tue Apr 06, 2021 6:20 pm
- Forum: Installation
- Topic: Serendipity kicks 403 Forbidden error when posting with an image
- Replies: 7
- Views: 2828
Re: Serendipity kicks 403 Forbidden error when posting with an image
Nermax, what hoster do you use?
- Mon Apr 05, 2021 12:50 pm
- Forum: Plugins
- Topic: Forgot Password Plugin
- Replies: 2
- Views: 4392
Re: Forgot Password Plugin
As far as I can see those plugins could need a new maintainer. I could help with looking at how they interacted with the core - there might be something that needs fixing there. If you or someone else are interested in getting those plugins to work again, dive into the code and ask questions :)
- Mon Apr 05, 2021 12:46 pm
- Forum: Generelles in Deutsch
- Topic: password - frohe ostern!
- Replies: 4
- Views: 102
Re: password - frohe ostern!
Eventuell hat dein Browser da automatisch ein Passwort eingegeben, mit seiner Passworterinnerungsfunktion.
- Sun Apr 04, 2021 8:05 pm
- Forum: Generelles in Deutsch
- Topic: password - frohe ostern!
- Replies: 4
- Views: 102
Re: password - frohe ostern!
Da hat wahrscheinlich dein Browser den Passwortschutz aktiviert, der in den erweiterten Einstellungen unter dem Texteditor zu finden ist. Wenn du die Funktion nicht brauchst kannst du sie in den Plugineinstellungen vom serendipity_event_entryproperties ausblenden. Ich gehe davon aus dass du vorher d...
- Sun Apr 04, 2021 8:02 pm
- Forum: Generelles in Deutsch
- Topic: kein WYSIWYG-Editor benutzbar!?
- Replies: 12
- Views: 519
Re: kein WYSIWYG-Editor benutzbar!?
Hi, yes, that was German (it's the german subforum :) ).
The ckeditor plugin got abandoned and is not necessary. The best way to use the WYSIWYG editor is to uninstall it and to use the editor as provided in the core, without any plugin.
The ckeditor plugin got abandoned and is not necessary. The best way to use the WYSIWYG editor is to uninstall it and to use the editor as provided in the core, without any plugin.
- Thu Apr 01, 2021 4:19 pm
- Forum: Generelles in Deutsch
- Topic: ich habs kaputt gekriegt: Die Javascript-Bibliothek von Serendipity konnte nicht geladen werden
- Replies: 6
- Views: 525
Re: ich habs kaputt gekriegt: Die Javascript-Bibliothek von Serendipity konnte nicht geladen werden
Sieht so als als ob da der Server verschiedene Ausgaben ausgeliefert hat?
- Sun Mar 14, 2021 9:54 pm
- Forum: Bugs
- Topic: ERROR: value too long for type character varying(12)
- Replies: 3
- Views: 332
Re: ERROR: value too long for type character varying(12)
I just saw https://github.com/s9y/Serendipity/issues/746 again, which could be the same bug?
- Thu Mar 11, 2021 9:42 pm
- Forum: Bugs
- Topic: ERROR: value too long for type character varying(12)
- Replies: 3
- Views: 332
Re: ERROR: value too long for type character varying(12)
For me that does not ring a bell. Do you have access to the server/php log, does it give a bit more context?
- Thu Mar 11, 2021 7:57 am
- Forum: Generelles in Deutsch
- Topic: Geht nicht mehr nach Upgrade
- Replies: 11
- Views: 739
Re: Geht nicht mehr nach Upgrade
Wer hat dir den Blog denn eingerichtet? Überlege dir, ob du die Person bezahlen kannst die Software auch in Schuss zu halten. Du brauchst mittelfristig einen Serveradmin, der sich um so Sachen wie aktuelle PHP-Version und Aktualisierung der Serendipity-Version kümmert. Meistens sind das bei uns scho...
- Wed Mar 10, 2021 7:47 pm
- Forum: Generelles in Deutsch
- Topic: Geht nicht mehr nach Upgrade
- Replies: 11
- Views: 739
Re: Geht nicht mehr nach Upgrade
Wurden die genannten Fehler mit dieser Version geworfen, oder hast du schon auf die alte Version zurückgespielt? PHP-Version: Das steht unten in der Fußleiste bei http://www.suedtirolimbissfuehrer.com/serendipity/serendipity_admin.php. 2.0.2 und PHP 5.6.40 - das ist beides zu alt. Die aktuelle Seren...
- Wed Mar 10, 2021 8:31 am
- Forum: Generelles in Deutsch
- Topic: Geht nicht mehr nach Upgrade
- Replies: 11
- Views: 739
Re: Geht nicht mehr nach Upgrade
Welche PHP-Version nutzt der Server denn? Das klingt so als sei sie zu alt.
- Tue Mar 09, 2021 8:36 am
- Forum: Installation
- Topic: Text editor toolbar options missing font colour
- Replies: 2
- Views: 884
Re: Text editor toolbar options missing font colour
As a note, colored text on the web is problematic, is italic and bold not enough to highlight text? You can extend the list buttons above the editor with a plugin. It's the serendipity_event_typesetbuttons, Typeset/Extended Buttons for non-WYSIWYG editors is the title, and it's available in spartacu...
- Tue Mar 09, 2021 8:30 am
- Forum: General discussions
- Topic: Is there a way to remove HOMEPAGE from comments?
- Replies: 1
- Views: 237
Re: Is there a way to remove HOMEPAGE from comments?
You could edit the commentform.tpl that is used in your theme, which is most likely templates/2k11/commentform.tpl. In there is the code that generates the homepage input field, at line 20: <div class="form_field"> <label for="serendipity_commentform_url">{$CONST.HOMEPAGE}{if $required_fields.url}*{...