Quote:
Originally Posted by dale09
Can anyone help with this? I have been getting this forever and cant get it fixed. I have tried everything.
|
I had this problem but I was able to successfully install on 4.01 by commenting out:
PHP Code:
if (count($stack) > 0)
{
// forgot to close a tag
$errors[] = 'unclosed_tag';
}
temporarily in class_template_parser.php while running the install/upgrade.
It does DOM level testing immediately after that step so it's not exactly unsafe, just imperfect.