Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. joed
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Groups 0

    joed

    @joed

    0
    Reputation
    18
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 24

    joed Unfollow Follow

    Latest posts made by joed

    • RE: 0.9.9 Exception bei Task

      habe es jetzt 3x nachgestellt und der Fehler tritt immer auf ….

      Wollte dann die von Dir angebotene PHP-Datei laden.... die Datei hat 451 Zeilen und endet so:
      /* ---------------------------------------------------------------------------- /
      /
      *

      • @desc KILLS ALL ACTIONS, ACTION PARAMETERS AND THE WORKFLOW ITSELF !
        /
        /
        ---------------------------------------------------------------------------- */
        public function kill($p_workflow__id) {
        $l_id = $p_workflow__id;

      $l_workflow_data = $this->get_actions($l_id);
      while ($l_row = $l_workflow_data->get_row()) {
      $l_action_id = $l_row["isys_workflow_action__id"];

      $l_sql = "DELETE FROM isys_workflow_2_isys_workflow_action ".
      "WHERE ".
      "(isys_workflow_2_isys_workflow_action__isys_workflow_action__id = '".$l_action_id."');";
      $this->update($l_sql);

      $l_sql = "DELETE FROM isys_workflow_action_parameter ".
      "WHERE ".
      "(isys_workflow_action_parameter__isys_workflow_action__id = '".$l_action_id."');";
      $this->update($l_sql);

      $this->unbind($l_id, $l_action_id);

      $l_sql = "DELETE FROM isys_workflow_action ".
      "WHERE

      posted in Entwicklung
      J
      joed
    • RE: 0.9.9 Exception bei Task

      ich bekam eben genau den gleichen Fehler ….

      Der Status des Task ist jetzt "Auftrag wurde durchgeführt und ist abgeschlossen.". Der Kommentare wurde
      natürlich nicht in der DB gespeichert. Hier scheint es doch ein generelles Problem zu geben..

      isys_exception_database : Query error: 'INSERT INTO isys_workflow_action_parameter SET isys_workflow_action_parameter__key = 'description',isys_workflow_action_parameter__isys_wf_template_parameter__id = '0', isys_workflow_action_parameter__isys_workflow_action__id = '4', isys_workflow_action_parameter__text = 'Alles erledigt. Keine Probleme.';': Cannot add or update a child row: a foreign key constraint fails (idoit_data/isys_workflow_action_parameter, CONSTRAINT isys_workflow_action_parameter_ibfk_2 FOREIGN KEY (isys_workflow_action_parameter__isys_wf_template_parameter__id) REFERENCES `isys_)

      posted in Entwicklung
      J
      joed