[TYPO3] IProcFunc upgrade probelm

Andy Pailthorpe andy at businessdata.com
Mon Jan 9 12:04:51 CET 2006


I am trying to upgrade from version 3.5.0 to 3.8.1 (big jump i know)
everything seems to work fine except a custom menu.  The menu is a tmenu and
is genereated using IProcFunc.  Two fields beforeImg and before ROImg are
added to $I and it it returned, it workded fine until the upgrade, has alot
changed scince 3.5.0 in this area?  The structure of on of the menu items
arrays is below:

Array
(
    [key] => 0
    [INPfix] => _dcaf_0
    [val] => Array
        (
            [RO] => 1
            [beforeImgLink] => 1
            [ATagBeforeWrap] => 1
            [doNotShowLink] => 1
            [ATagParams] =>
            [doNotLinkIt] => 0
            [beforeImg] => uploads/media/topm_NO_01insurance.jpg
            [beforeROImg] => uploads/media/topm_RO_NO_01insurance_o.gif
        )

    [title] => Insurance
    [uid] => 94
    [mount_pid] => 0
    [pid] => 109
    [spacer] => 0
    [linkHREF] => Array
        (
            [HREF] => insurance.html
            [TARGET] =>
            [onClick] =>
            [onFocus] => blurLink(this);
            [onMouseover] =>
            [onMouseout] =>
        )

    [theName] => img94_dcaf_0
    [A1] => <a href="insurance.html" onfocus="blurLink(this);">
    [A2] => </a>
    [parts] => Array
        (
            [before] =>
            [stdWrap2_begin] =>
            [stdWrap2_end] =>
            [after] =>
        )

)

Any ideas?  Cheers




More information about the TYPO3-english mailing list