I see other's have had a problem with this before, but I am having problems understanding how to resolve it.

I am using version 4.5.1g

My actual error is:

Fatal error: Cannot instantiate non-existent class: teamos in /Volumes/Server HD/db/apache/cache/studio/modules/Jobs/DetailView.php on line 111

I have checked out line 111 and it has:

if(file_exists('modules/TeamsOS/TeamOS.php')){
$focus_team = new TeamOS();

...
}


This error shows up when I am in the edit layout of Studio (http://192.168.1.1/ndex.php?module=S...setLayout=true).

Any idea why this is happening? I am thinking that TeamOS.php is not being required (included) like it should, but I am not sure where I should place the require_once() statement.

It might help me if I understood where the DetailView.php is getting written from.

Any help would be appreciated.