Hallo

Es ist die Zeile

$markerArray = $_procObj->extraItemMarkerProcessor($markerArray, $address,
$lConf, $this);

Aus dem Block:
                // adds hook for processing of extra item markers
                if
(is_array($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tt_address']['extraItemMar
kerHook'])) {
        
foreach($GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['tt_address']['extraItemMarke
rHook'] as $_classRef) {
                                $_procObj = &
t3lib_div::getUserObj($_classRef);
                                $markerArray =
$_procObj->extraItemMarkerProcessor($markerArray, $address, $lConf, $this);
                        }
                }

Ich hoffe das hilft.

Viele Grüße
Johannes

-----Ursprüngliche Nachricht-----
Von: typo3-german-boun...@lists.typo3.org
[mailto:typo3-german-boun...@lists.typo3.org] Im Auftrag von Rainer
Schleevoigt
Gesendet: Dienstag, 23. August 2011 15:18
An: German TYPO3 Userlist
Betreff: Re: [TYPO3-german] TYPO3-german] tt_address hook - fatal error
using member function on non-object

On 8/23/11 3:04 PM, Johannes C. Schulz - EnzephaloN IT-Solutions wrote:
> Hallo
>
> Fatal error: Call to a member function extraItemMarkerProcessor() on a 
> non-object in 
> /home/www/weimar.de/typo3conf/ext/tt_address/pi1/class.tx_ttaddress_pi
> 1.php
> on line 376
>
> Grüße
jetzt wissen wir immer noch nicht, welche Zeile das ist. Ist es 'public
function extraItemMarkerProcessor(&$markerArray,&$address,
&$lConf,&$lcObj)' ?

Gruß Rainer
> Johannes
>
>
> -----Ursprüngliche Nachricht-----
> Von: typo3-german-boun...@lists.typo3.org
> [mailto:typo3-german-boun...@lists.typo3.org] Im Auftrag von Rainer 
> Schleevoigt
> Gesendet: Dienstag, 23. August 2011 15:01
> An: German TYPO3 Userlist
> Betreff: Re: [TYPO3-german] TYPO3-german] tt_address hook - fatal 
> error using member function on non-object
>
> On 8/23/11 2:45 PM, Johannes C. Schulz - EnzephaloN IT-Solutions wrote:
>> Hallo
>>
>>
> in welcher Zeile kommt der Fehler?
>> class.address_hook.php:
>>
>> <?php
>>
>> if (!defined ('TYPO3_MODE'))   die ('Access denied.');
>>
>> class address_hook extends tx_ttaddress_pi1{
>>
>>     public function extraItemMarkerProcessor(&$markerArray,&$address,
>> &$lConf,&$lcObj) {
>>
>>       $lcObj = t3lib_div::makeInstance('tslib_cObj');
>>
>>       $lcObj->data = $address;
>>
>>       $markerArray['###LAT###'] =
>> $lcObj->stdWrap($address['tt_address_hook_lat'],
>> $lConf['tt_address_hook_lat.']);
>>
>>       $markerArray['###LON###'] =
>> $lcObj->stdWrap($address['tt_address_hook_lng'],
>> $lConf['tt_address_hook_lng.']);
>>
>> sts.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>


--
Dipl.-Ing. Rainer Schleevoigt
Webmasterei Hamburg
iPhone/Android Developer
Certified TYPO3 Integrator
22303 Hamburg
Novalisweg 10

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german


_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an