post

Open Atrium Drupal Timeout during install

When looking for an open source project management software I decided to go with Open Atrium.  When installing I stumbled upon this error after selecting the locale.  “Fatal error: Maximum execution time of 60 seconds exceeded in ..\file.inc on line 934″. First I visited the open atrium forums where others have been bitten by this [...]

post

Stopping A Pending Service

This is useful if you need to stop a service stuck in a “STOP_PENDING” state. All you have to do is find the PID of the service. You can do so by typing at the command line prompt sc queryex <servicename> This will return alot of information including the PID number of the service. After [...]