[TYPO3-german] PHP Fatal error: Class 't3lib_div' not found in typo3conf/ext/mh_omsqlio/pi1/class.tx_mhomsqlio_pi1.php on line 255
Jakob-Matthias Böttger
jakob at j-mb.de
Fri Apr 6 12:32:07 CEST 2012
Hallo zusammen,
ich versuche gerade auf einer Typo3 4.6.7 installation die Extension
mh_omsqlio zum laufen zu bekommen. Ich bekomme aber immer nur eine blank
page als Ausgabe. Im Error Log des Apache wird "PHP Fatal error: Class
't3lib_div' not found in
typo3conf/ext/mh_omsqlio/pi1/class.tx_mhomsqlio_pi1.php on line 255"
ausgegeben.
Die "line 255" sieht folgendermaßen aus:
$GLOBALS['TYPO3_CONF_VARS']['mh_ajax']->register($this->prefixId,
'Submit', &$this, '_submit');
der komplette Array sieht so aus:
$aLoad = array('onLoading' => '$(\'tx_mhomsqlio_pi1-\' +
oConf.sCe).setStyle({ cursor: \'wait\' })', 'onComplete' => '$(\'tx_mhomsq
$GLOBALS['TYPO3_CONF_VARS']['mh_ajax']->register($this->prefixId,
'Submit', &$this, '_submit');
$GLOBALS['TYPO3_CONF_VARS']['mh_ajax']->register($this->prefixId,
'ShowEdit', &$this, '_showEdit', $aLoad);
$GLOBALS['TYPO3_CONF_VARS']['mh_ajax']->register($this->prefixId,
'ShowAdd', &$this, '_showAdd');
$GLOBALS['TYPO3_CONF_VARS']['mh_ajax']->register($this->prefixId,
'Abort', &$this, '_abort');
$GLOBALS['TYPO3_CONF_VARS']['mh_ajax']->register($this->prefixId, 'Del',
&$this, '_del');
$GLOBALS['TYPO3_CONF_VARS']['mh_ajax']->register($this->prefixId,
'MultipleDel', &$this, '_multipleDel');
$GLOBALS['TYPO3_CONF_VARS']['mh_ajax']->register($this->prefixId,
'MultipleEdit', &$this, '_multipleEdit');
$GLOBALS['TYPO3_CONF_VARS']['mh_ajax']->register($this->prefixId,
'MultipleCallback', &$this, '_multipleCallback');
$GLOBALS['TYPO3_CONF_VARS']['mh_ajax']->register($this->prefixId,
'Download', &$this, '_download');
$GLOBALS['TYPO3_CONF_VARS']['mh_ajax']->register($this->prefixId,
'ReloadFormTable', &$this, '_reloadFormTable');
if($this->aFlexform['g']['colhider'] != false) {
$GLOBALS['TYPO3_CONF_VARS']['mh_ajax']->register($this->prefixId,
'HideCol', &$this, '_hideCol');
$GLOBALS['TYPO3_CONF_VARS']['mh_ajax']->register($this->prefixId,
'ShowCol', &$this, '_showCol');
}
irgendetwas mit dem Ajax scheint da nicht zu funktionieren, ich habe
aber keinen blassen schimmer was das ist.
Hat irgendjemand eine Ahnung was das sein könnte?
PHP 5.3.2 Safe Mode Off
Apache 2.2.14
Viele Grüße
Jakob
More information about the TYPO3-german
mailing list