Skip to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Ändern der PHP-Konfiguration für den Froxlor-VHost nicht möglich

Featured Replies

Ich habe FCGID aktiviert, falls das eine Rolle spielt.

Das Ändern der PHP-Konfiguration unter System -> Einstellungen -> Froxlor VirtualHoste Einstellungen führt leider nur zu:

error.not in option

Was habe ich falsch gemacht?

Weiss ich nicht. muss ich erstmal schauen ob das für mich reproduzierbar ist.

Kann ich reproduzieren, arbeite daran. gerne als issue auf github einstellen

Ich kanns zwar reproduzieren, aber nicht verstehen wieso das in 2.0.x funktioniert und in 2.1.x nicht - der code dafür ist eigentlich identisch...folgende Änderung lässt bei mir die Option wieder speichern:

 

diff --git a/lib/Froxlor/UI/Form.php b/lib/Froxlor/UI/Form.php
index 694fd3d9..9645f18f 100644
--- a/lib/Froxlor/UI/Form.php
+++ b/lib/Froxlor/UI/Form.php
@@ -236,8 +236,8 @@ class Form
                                        if (\Froxlor\Validate\Form::validateFieldDefinition($groupdetails)) {
                                                // Prefetch form fields
                                                foreach ($groupdetails['fields'] as $fieldname => $fielddetails) {
-                                                       if (!$only_enabledisable || ($only_enabledisable && isset($fielddetails['overview_option']))) {
-                                                               $groupdetails['fields'][$fieldname] = self::arrayMergePrefix($fielddetails, $fielddetails['type'], self::prefetchFormFieldData($fieldname, $fielddetails));
+                                                       if (!$only_enabledisable || isset($fielddetails['overview_option'])) {
+                                                               $groupdetails['fields'][$fieldname] = array_merge($fielddetails, self::prefetchFormFieldData($fieldname, $fielddetails));
                                                                $form['groups'][$groupname]['fields'][$fieldname] = $groupdetails['fields'][$fieldname];
                                                        }
                                                }

 

  • Author
21 hours ago, d00p said:

Ich kanns zwar reproduzieren, aber nicht verstehen

Beim Verstehen kann ich im Moment auch nicht helfen, aber bestätigen, dass die Anpassungen auch für mich funktionieren.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.