Hey Guys
I know this is third party issue to some degree. It only occurs or is visible when I put on mission control and only with this particular website, none of the others.
The big issue is that it blocks some of the buttons at the top, preventing them from working as you can see from the screenshot.
I've updated all my components in an attempt to identify the issue and cleaned the cache but to no avail.
Can offer some suggestions on how to indentify where the error might stem from ? Searches have revealed very little and is a common problem for some people.
Line 678 doesn't reveal anything spectacular
if($typeonly)
{
(line 678 --->) foreach ($fields as $field) {
$result[$tblval][$field->Field] = preg_replace("/[(0-9)]/",'', $field->Type );
}
}
else
Thanks
Tim