Home > General > Interested in free project management tool

Interested in free project management tool

November 15th, 2008

Recently I discovered dotProject. Not so cool looking as much as cool working application written in PHP for project managment. Have a look at this article.

If you experience problems with PHP errors at Files menu after installing the application here is what you might do to fix it.

Open the /modules/files/index_table.php file and somwere around line 105 you will find the code that’s causing the error. Just replace it like

/*
ORIGINAL CODE

$r->addQuery(’DISTINCT count(f.file_id) as file_versions’
. ‘, max(DISTINCT f.file_version) as file_lastversion’
. ‘, f.file_version_id, f.file_project’);

*/

/* MODIFIED CODE */
$r->addQuery(’DISTINCT count(f.file_id) as file_versions’
. ‘, max(f.file_version) as file_lastversion’
. ‘, f.file_version_id, f.file_project’);

Do the same replacement for folders_table.php file around line 280.

After that, your Files tab should work.

One notice, i experienced this problem on my live hosting, not on my local machine.

Interesting? Share it!
  • Digg
  • del.icio.us
  • Google
  • Technorati
  • Facebook
  • TwitThis
  • description

Related articles

  • No Related Post

General

  1. November 16th, 2008 at 05:44 | #1

    I believe nothing can compete with basecamp so far :)

  2. November 16th, 2008 at 10:18 | #2

    We use the Basecamp extensively on work. I agree the Basecamp is better than this one, I just think some freelancers might see this as good solution for their projects.

    Thanks for your input…

  3. Ron
    November 18th, 2008 at 04:29 | #3

    We were using Basecamp earlier but it did not meet our requirements. Now we are using DeskAway & are very happy with their service & features. DeskAway is much affordable than Basecamp & much promising than it.

    http://www.deskaway.com

  4. November 20th, 2008 at 16:17 | #4

    I feel the DeskAway is more of a copycat!
    their website it feels like basecamp with brighter color :)
    but I think its good too!

  1. No trackbacks yet.