Hello!
I have a big problem. I used free t3 template (from: http://t3-framework.org/). And I decided, after I worked on it a bit, to install t3 plugins (I don’t know why I didn’t do this right away, but now it’s too late).
And now I get this error:
Fatal error: Class 'T3Path' not found in /home/xxxxxx/public_html/xxxxx/plugins/system/t3/includes/core/template.php on line 139
I looked at this line in template.php, and it’s like this, starting with line 137:
[PHP] function loadLayout($layout)
{
$path = T3Path::getPath (‘tpls/’.$layout.’.php’, ‘tpls/default.php’);
if (is_file ($path)) {
include $path;
} else {
echo “<div class=”error”>Layout [$layout] or not found!</div>”;
}
}
[/PHP]
Sooooo… what happened? 🙁 I cannot access my site anymore, and I made quite a bit of changes on it 🙁
Any help would be appreciated…