Wiki Forum Sign up! Explore Home

Not signed in (Sign In)

LiveSearch

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorpavel
    • CommentTimeJul 22nd 2008
     permalink
    Hello,

    First thank you for the wonderful piece of work. Our small company would like to start using clockingIT and eventually contribute some functionalities we find useful, e.g. prioritizing task queues defined by team leaders for individual members.

    Therefore, I am trying to run clockingIT on our local machine (debian etch). I have followed the detailed steps on http://forum.clockingit.com/discussion/383/vm-clockingit-on-ubuntu-server-804/#Item_0 . For now I am not using passenger, just rewrite in Apache as described in the installation file in GIT.

    Some parts seem to run OK, but I am mising other pieces of the user interface. E.g. the homepage is missing the latest project information, as seen on screenshot http://personal.educity.cz/clockingit/clockingit-screenshot.png

    In firefox javascript console, I am getting the following errors:

    Error: Event.observe is not a function
    Source File: http://insite.nove-todo.insite.cz/javascripts/tt_1213699434.js?1213710356
    Line: 19


    Error: uncaught exception: widget.js requires including script.aculo.us' dragdrop.js library

    Error: $$ is not defined
    Source File: http://insite.nove-todo.insite.cz/javascripts/tt_1213699434.js?1213710356
    Line: 26

    Error: Xilinus is not defined
    Source File: http://insite.nove-todo.insite.cz/activities/list
    Line: 238

    Error: PeriodicalExecuter is not defined
    Source File: http://insite.nove-todo.insite.cz/activities/list
    Line: 369

    Error: Juggernaut is not defined
    Source File: http://insite.nove-todo.insite.cz/activities/list
    Line: 373


    I have all the three servers running:

    1483 ? Ssl 0:00 ruby ./script/ferret_server -e production start
    1485 pts/1 S 0:00 ruby ./script/push_server
    1486 pts/1 Sl 0:02 ruby ./script/server -e production

    Thank you for any help or suggestions.

    Best regards,

    Pavel.
    • CommentAuthoradmin
    • CommentTimeJul 22nd 2008
     permalink
    Could you try re-running
    rake asset:packager:build_all
    and see if that helps?

    How does cit/putlic/javascripts/base_XXXXXXXX.js look? Could you delete the file and re-run the above rake task?

    -- Erlend
    • CommentAuthorpavel
    • CommentTimeJul 22nd 2008 edited
     permalink
    Hi Erlend,

    Thanks for your fast reaction.

    Fantastic!! I removed the empty base_xxxxxxxxxx.js file, removed all the other non-empty generated xxx_xxxxxxxxxxxxx.js files, re-ran rake (all the resultant files were non-empty), restarted the server and - it works! :)

    Time to move on to configure the project for our reality, put it into everyday operation, and gradually add the mentioned functions. It will take a while though.

    Thanks again, you've made my day.

    Regards,

    Pavel.
    • CommentAuthoradmin
    • CommentTimeJul 22nd 2008 edited
     permalink
    Glad it worked out. Feel free to subscribe to the development mailing list (http://lists.clockingit.com/mailman/listinfo/dev), and I'll try and answer any questions you might have.

    -- Erlend