CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

browser-fix-11418-configured.diff

fix some "did you configured ..." messages - Christian Weiske, 2010-12-13 17:09

Download (1.7 kB)

 
pi1/class.tx_browser_pi1_wrapper.php (Arbeitskopie)
906 906
    {
907 907
      t3lib_div::devLog('[WARN/DRS] Images should be displayed as image, but there is no upload folder.', $this->pObj->extKey, 2);
908 908
      t3lib_div::devLog('[HELP/DRS] Isn\'t configured: plugin.'.$this->pObj->prefixId.'.autoconfig.autoDiscover.items.image.setUploadFolder', $this->pObj->extKey, 1);
909
      t3lib_div::devLog('[HELP/DRS] Did you configured plugin.'.$this->pObj->prefixId.'.upload?', $this->pObj->extKey, 1);
909
      t3lib_div::devLog('[HELP/DRS] Did you configure plugin.'.$this->pObj->prefixId.'.upload?', $this->pObj->extKey, 1);
910 910
      $tsPath = $this->pObj->prefixId.'views.'.$viewWiDot.$mode.'.upload';
911
      t3lib_div::devLog('[HELP/DRS] Did you configured '.$tsPath.'?', $this->pObj->extKey, 1);
911
      t3lib_div::devLog('[HELP/DRS] Did you configure '.$tsPath.'?', $this->pObj->extKey, 1);
912 912
    }
913 913
    // DRS - Development Reporting System
914 914

  
pi1/class.tx_browser_pi1_backend.php (Arbeitskopie)
209 209
    {
210 210
      $arr_pluginConf['items'][] = array('Any list view isn\'t available!', '');
211 211
      $arr_pluginConf['items'][] = array('Did you added a Static Template?', '');
212
      $arr_pluginConf['items'][] = array('Did you configured a view?', '');
212
      $arr_pluginConf['items'][] = array('Did you configure a view?', '');
213 213
    }
214 214
      // We don't have any item
215 215