could you give me your email account ? 🙂 dont like to post credentials in a forum. Or give me a voice ip adress. We can talk about it.
The error is in this file:
basedir/plugins/system/t4/t4.php
public function onContentPrepareForm($form, $data) {
if(!$this->isSite() && !$this->isAdmin()) return;
// Override J3 for admin
\T4Admin\Admin::initj3();
$form_name = $form->getName();
if (!$this->isSite() && $form_name == 'com_templates.style') {
// load the language
$this->loadLanguage();
\T4Admin\Admin::init($form, $data);
}
$this->t4->contentPrepareForm($form, $data);
}
if i comment the line --> $this->t4->contentPrepareForm($form, $data); ; the error is away.
i also dont understand why this is a j3 overwrite ?
i use j4