Author Topic: Workspace: Error 500 internal server error  (Read 6182 times)

chris-welt

  • Newbie
  • *
  • Posts: 9
    • View Profile
Workspace: Error 500 internal server error
« on: March 06, 2009, 10:58:55 am »
When I try to create a new workspace or modify an existig one I get an error 500 Message  :-\

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Workspace: Error 500 internal server error
« Reply #1 on: March 08, 2009, 06:01:53 pm »
Set DEBUG to true in 'config/config.php' and check file 'cache/log.php' for error messages when this happens.

Thanks.

chris-welt

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Workspace: Error 500 internal server error
« Reply #2 on: March 10, 2009, 03:41:35 am »
Hello ignacio,

I set DEBUG to true as you mentioned!

now the error ist
Fatal error: Class 'BillingCategories' not found in /abcdef/######_65843/opengoo/application/controllers/ProjectController.class.php on line 266

in the cache directory there is no log.php file but there is a autoloader.php with some messages in or better to say definitions ;-)

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Workspace: Error 500 internal server error
« Reply #3 on: March 12, 2009, 09:26:33 am »
Try deleting file cache/autoloader.php and try again. Check if file 'application/models/billing_categories/BillingCategories.class.php' exists.

chris-welt

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Workspace: Error 500 internal server error
« Reply #4 on: March 13, 2009, 03:39:21 am »
found the error! the file BillingCategories.class.php was existing but this was empty(0 KB) I replaced it with a working one from the 1.3.rc2

Now all looks good again!

Thank you for the hint and help

Chris