hallo zusammen
Unter 4.6.0 gibt unsere bisschen angepasste photo_gal extension im FE
folgenden Error aus:
Fatal error: Call to undefined method t3lib_div::GPvar() in
/html/typo3/typo3conf/ext/photo_gals/pi1/class.tx_photogals_pi1.php on
line 40
Im BE steht beim bearbeiten eines beliebigen Contentelements dann
PHP Catchable Fatal Error: Argument 2 passed to
t3lib_div::array_merge_recursive_overrule() must be an array, null
given, called in /html/typo3/typo3_src-4.6.0/typo3/sysext/lang/lang.php
on line 554 and defined in
/html/typo3/typo3_src-4.6.0/t3lib/class.t3lib_div.php line 1867
In der Zeile 40 von der Photogal Extension steht folgendes:
if (t3lib_div::GPvar('tx_photogals_image') != '' &&
is_numeric(t3lib_div::GPvar('tx_photogals_image')) && (count($images) -
1) >= t3lib_div::GPvar('tx_photogals_image') &&
t3lib_div::GPvar('tx_photogals_elementid') == $this->cObj->data['uid']) {
ist da was nicht kompatibel zu 4.6.0?
Besten Dank für eure Hilfe
Freundliche Grüsse
Philipp
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german