New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
↑ | WordPress Native PHP Sessions | WordPress Native PHP Sessions | Details |
Original currentMeta |
|||
↑ | Use native PHP sessions and stay horizontally scalable. Better living through superior technology. | Verwende native PHP-Sessions und bleibe horizontal skalierbar. Besser leben durch überlegene Technologie. | Details |
Original current
Use native PHP sessions and stay horizontally scalable. Better living through superior technology.
CommentShort description. You have to log in to edit this translation. Meta |
|||
This mu-plugin will load WP Native PHP Sessions before all other plugins, while letting you still use the WordPress plugin updater to keep the plugin up-to-date. | Dieses mu-Plugin lädt WP Native PHP Sessions vor allen anderen Plugins, während du weiterhin den WordPress-Plugin-Updater verwenden kannst, um das Plugin auf dem neuesten Stand zu halten. | Details | |
Original current
This mu-plugin will load WP Native PHP Sessions before all other plugins, while letting you still use the WordPress plugin updater to keep the plugin up-to-date.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
To fix, create a new file at <code>wp-content/mu-plugins/000-loader.php</code> and include the following: | Erstelle eine neue Datei in <code>wp-content/mu-plugins/000-loader.php</code> und füge die folgenden Zeilen ein, um dieses Problem zu beheben: | Details | |
Original current
To fix, create a new file at <code>wp-content/mu-plugins/000-loader.php</code> and include the following:
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
If you see an error like "Fatal error: session_start(): Failed to initialize storage module:" or "Warning: ini_set(): A session is active.", then you likely have a plugin that is starting a session before WP Native PHP Sessions is loading. | Wenn du einen Fehler wie "Fatal error: session_start(): Failed to initialize storage module:" oder "Warning: ini_set(): A session is active." erhältst, dann hast du wahrscheinlich ein Plugin, das eine Session startet, bevor WP Native PHP Sessions geladen wird. | Details | |
Original current
If you see an error like "Fatal error: session_start(): Failed to initialize storage module:" or "Warning: ini_set(): A session is active.", then you likely have a plugin that is starting a session before WP Native PHP Sessions is loading.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<a href="https://travis-ci.org/pantheon-systems/wp-native-php-sessions"></a> <a href="https://circleci.com/gh/pantheon-systems/wp-native-php-sessions/tree/master"></a> | <a href="https://travis-ci.org/pantheon-systems/wp-native-php-sessions"></a> <a href="https://circleci.com/gh/pantheon-systems/wp-native-php-sessions/tree/master"></a> | Details | |
Original current
<a href="https://travis-ci.org/pantheon-systems/wp-native-php-sessions"></a> <a href="https://circleci.com/gh/pantheon-systems/wp-native-php-sessions/tree/master"></a>
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Troubleshooting | Problembehandlung | Details | |
Original currentMeta |
|||
Activate the plugin through the 'Plugins' menu in WordPress | Aktiviere das Plugin im „Plugins“-Menü in WordPress | Details | |
Original current
Activate the plugin through the 'Plugins' menu in WordPress
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
That's it! | Das war's! | Details | |
Original currentMeta |
|||
Upload to the <code>/wp-content/plugins/</code> directory | Lade das Plugin in das <code>/wp-content/plugins/</code>-Verzeichnis hoch | Details | |
Original current
Upload to the <code>/wp-content/plugins/</code> directory
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
https://github.com/pantheon-systems/wp-native-php-sessions | https://github.com/pantheon-systems/wp-native-php-sessions | Details | |
Original current
https://github.com/pantheon-systems/wp-native-php-sessions
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
This plugin implements PHP's native session handlers, backed by the WordPress database. This allows plugins, themes, and custom code to safely use PHP <code>$_SESSION</code>s in a distributed environment where PHP's default tempfile storage just won't work. | Dieses Plugin implementiert die nativen Session-Handler von PHP, die von der WordPress-Datenbank unterstützt werden. Dadurch können Plugins, Themes und benutzerdefinierter Code sicher PHP <code>$_SESSION</code>s in einer verteilten Umgebung verwenden, in der die standardmäßige Speicherung von temporären PHP-Dateien nicht funktioniert. | Details | |
Original current
This plugin implements PHP's native session handlers, backed by the WordPress database. This allows plugins, themes, and custom code to safely use PHP <code>$_SESSION</code>s in a distributed environment where PHP's default tempfile storage just won't work.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
WordPress core does not use PHP sessions, but sometimes they are required by your use-case, a plugin or theme. | Der WordPress-Core verwendet keine PHP-Sessions, aber manchmal sind sie für deinen Anwendungsfall, ein Plugin oder ein Theme erforderlich. | Details | |
Original current
WordPress core does not use PHP sessions, but sometimes they are required by your use-case, a plugin or theme.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Why store them in the database? | Warum die Sessions in der Datenbank speichern? | Details | |
Original current
Why store them in the database?
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
Why not use another session plugin? | Warum kein anderes Session-Plugin verwenden? | Details | |
Original current
Why not use another session plugin?
CommentFound in faq header. You have to log in to edit this translation. Meta |
Export as
Comment
Plugin name.