hi,
I created a new application in version 1.6 and everything works. I installed version 1.8 and added my application.
I looked in the manage applications and my application is there, and shows no problems.
but as soon as I go to my application i get the following errors:
Fatal error: Class ‘app_name_bo’ not found in C:\Inetpub\wwwroot\Groupware\app_name\inc\class.app_name_ui.inc.php on line 14
Fatal error: Class ‘app_name_so’ not found in C:\Inetpub\wwwroot\Groupware\app_name\inc\class.app_name_bo.inc.php on line 22
the corresponding lines in the code are as follows:
class.app_name_ui.inc.php >> class app_name_ui extends app_name_bo
class.app_name_bo.inc.php >> class app_name_bo extends app_name_so
Not sure where to start looking for the problem. please help.
Lee.