Many thx Jigal,

Next step i next error, I hope that it's close to end.

*Fatal error*: Call to undefined method
TYPO3\CMS\Core\Utility\GeneralUtility::testInt() in
*/home/www/6.bestchoicefx.com/typo3conf/ext/wec_config/constants/class.tx_wecconfig_constants.php*
on line *139

*P.S. Sorry, I'm not a programmer, the last time something was
programming 40 years ago and in Fortran :-). In meantime, a little html
and similar.

Regards, Wieslaw*
*
On 2016-05-08 13:07, Jigal van Hemert wrote:
> 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...
>

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

Reply via email to