Fehler bei serendipity_event_categorytemplates nach Update

Hier können Probleme und alles andere in Deutscher Sprache gelöst werden.
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Fehler bei serendipity_event_categorytemplates nach Upda

Post by Timbalu »

Sorry, das hat ein wenig gedauert... ich musste noch anderes in diesem Zusammenhang flicken.

In Zeile 29 der 1.7 / Bulletproof config.inc,php (oder deines Klones) muss aus

Code: Select all

if ($serendipity['GET']['adminModule'] == 'templates' || $serendipity['POST']['adminModule'] == 'templates') {
das hier werden:

Code: Select all

if ($serendipity['GET']['adminModule'] == 'templates' || $serendipity['POST']['adminModule'] == 'templates' || $serendipity['GET']['adminAction'] == 'cattemplate') {
Dann ist alles in Ordnung. :)

EDIT: Das wird dann mit 1.7.1 gefixt sein.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: Fehler bei serendipity_event_categorytemplates nach Upda

Post by Timbalu »

Da sind möglicherweise noch andere Plugins betroffen.
Bitte auch http://board.s9y.org/viewtopic.php?f=3&t=19349 lesen.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Post Reply