Customer Portal

DB_INPUT_TABLE execution

Comments 1

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hello Peter !

    Your solution seems to be OK. The only potential problem could be that if you have your connection info or whatever set up wrong, your component fails not at the beginning (as would now) but when the second phase is executed.


    We are thinking about actually shifting the time when init() gets called. It is now used also to verify the correct set-up of component. This will change in the future as there is for a long time checkConfig() method which so far always returns true.

    The goal is to call init() method on comonents before they are executed in particular phase. This should also fix your problem with timing out the DB connection.

Please sign in to leave a comment.