Parašė T-Boy· 2012 Sau. 29 15:01:55
#4
Kai per Administracijos panelę pridėjau narį, man klaidų žurnale atsirado klaida: user_fields/user_theme_include.php
Undefined index: user_theme Eilutė: 47
o čia kodas:
// Display in profile
38 } elseif ($profile_method == "display") {
39
40 // Insert and update
41 } elseif ($profile_method == "validate_insert" || $profile_method == "validate_update") {
42 if ($settings['userthemes'] == 1 || iADMIN) {
43 // Get input data
44 if (isset($_POST['user_theme']) && $_POST['user_theme'] != "") {
45 // Set update or insert user data
46 $this->_setDBValue("user_theme", stripinput(trim($_POST['user_theme'])));
47 if (stripinput(trim($_POST['user_theme'])) != $this->userData['user_theme']) $this->_themeChanged = true;
48 } else {
49 $this->_setError("user_theme", $locale['uf_theme_error'], true);
50 }
51 }
52 }
53
Gal žinote kaip ištaisyti?