[TYPO3-german] photo_gal unter 4.6.0

Hendrik h.reimers at neonaut.de
Wed Oct 26 09:50:37 CEST 2011


Hi,

t3lib_div::GPvar ist deprecated... musst durch t3lib_div::_GP ersetzen 
dann geht es wieder.

Vor dem anderen Problem stehe ich leider auch. Komischerweise nur wenn 
das Backend nicht in der "default" Sprache ist (sprich englisch). Wenn 
du eine Lösung hast sag mir bitte bescheid!

Grüße
Hendrik

Am 26.10.2011 09:42, schrieb Philipp Holdener:
> 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



More information about the TYPO3-german mailing list