[TYPO3-english] Typo3 6.2. WEC Site Config
Jigal van Hemert
jigal.van.hemert at typo3.org
Sun May 8 13:07:44 CEST 2016
Hi,
On 08/05/2016 10:37, Wiesław Golsz wrote:
> I took a few steps further and template is already active. But when I
> try to open an error appears:
>
> Oops, an error occurred!
> TYPO3 Fatal Error: Extension key "tstemplate_ceditor" is NOT loaded!
> In wiki:
> https://wiki.typo3.org/Exception/CMS/1365429656
>
> In LocalConfiguration.php
> typo3conf/LocalConfiguration.php - array([EXT][extConf][your_extension_key])
>
> I do not have this ("tstemplate_ceditor") array
That was the Constant Editor in TYPO3 4.5; in 6.2 it's rewritten. It
looks like the only thing needed are the icons in the gfx directory in
that (system) extension. You can very likely change two lines in
constants/class.tx_wecconfig_constants.php : lines 82 and 83 (in the
original file)
$tmpl->ext_localGfxPrefix = t3lib_extMgm::extPath('tstemplate_ceditor');
$tmpl->ext_localWebGfxPrefix =
$GLOBALS['BACK_PATH'].t3lib_extMgm::extRelPath('tstemplate_ceditor');
change them to:
$tmpl->ext_localGfxPrefix = t3lib_extMgm::extPath('tstemplate') .
'Resources/Public/';
$tmpl->ext_localWebGfxPrefix =
$GLOBALS['BACK_PATH'].t3lib_extMgm::extRelPath('tstemplate') .
'Resources/Public/';
You're brave to still hang in there :-) Let's see what problem pops up
next...
--
Jigal van Hemert
TYPO3 CMS Active Contributor
TYPO3 .... inspiring people to share!
Get involved: typo3.org
More information about the TYPO3-english
mailing list