[TYPO3-core] RFC #6992: t3ib_refindex requires t3lib_BEfunc but does not include it

Steffen Kamper steffen at sk-typo3.de
Mon May 12 16:35:38 CEST 2008


"Dmitry Dulepov [typo3]" <dmitry at typo3.org> schrieb im Newsbeitrag 
news:mailman.1.1210602359.16700.typo3-team-core at lists.netfielders.de...
> Hi!
>
> This is SVN patch request.
>
> Type: bug
>
> Branches: 4.1, 4.2
>
> BT reference: http://bugs.typo3.org/view.php?id=6992
>
> Problem: When using t3lib_refindex from FE, the following fatal PHP error 
> may happen:
> http://xxxxx.com/index.php?id=78&tx_ttnews[tt_news]=8&tx_ttnews[backPid]=76&no_cache=1 
> [^]
> Fatal error: Class 't3lib_BEfunc' not found in
> /home/xxxxx/typo3_src-4.1.3/t3lib/class.t3lib_refindex.php on line 127
>
> Solution: the attached patch.
>
> -- 
> Dmitry Dulepov
> TYPO3 core team
> Web: http://typo3bloke.net/
> Skype: callto:liels_bugs
> "Nothing is impossible. There are only limits to our knowledge"

Hi Dmitry,

in general i agree. But there is an antagonism in doing this: including a 
BE-class in FE.
AFAIK there are some duplicated functions for FE use in cms.
Will we loose separation between BE/FE while doing such inclusion or should 
the function moved to another class which is more general and for usage by 
BE and FE?

Sry to start such a discussion in this thread, i don't want to block the 
patch, but may be later we end up in a kind of chaotic structure and don't 
hae a chance to change because of the well known cow.

vg Steffen 




More information about the TYPO3-team-core mailing list