jennylee 6cec2b937f PM-400 Errores al hacer upgrade - PM-81 Indices y tablas actualizadas constantemente.
Los dos primeros errores reportados en el ticket no se pueden replicar.

1er Error. Notice: PHP Notice:  Use of undefined constant PATH_PLUGIN - assumed 'PATH_PLUGIN'
Se cambio por la variable correcta que obtiene el path del archivo enterprise.php -> $pathFileEnterprise.

2do Error. Problema con los Indices y 2 tablas q se actualizaban constantemente (PM-81)
- Las 2 tablas q se actualizaban constantemente eran: ADDONS_STORE y LICENSE_MANAGER ya que estas tablas no tenian en el schema.xml en la definicion de su primary_key required="true", por lo tanto se tomaba como required="false" y al comparar con el schema de la BD actual habia una diferencia, la cual se intentaba actualizar.

- Los 15 Indices a aniadirse eran indices de tablas BPMN_XXX en cuales el schema.xml estaba l definido, ya que los indices solo contemplaban el nombre de la columna q se declaraba como indice y nunca se declaro el nombre del indice como tal:

<index>
      <index-column name="PAR_UID"/>
</index>

Por lo tanto se comparaba un campo vacio "" nombre del indice segun el nuevo schema y el nombre dado en el schema de la BD, siendo diferentes creaba nuevamente un indice con nombre de la columna por defecto.

Deberia estar asi en el shema.xml:
<index name="BPMN_PARTICIPANT_I_1">
      <index-column name="PAR_UID"/>
</index>
2014-10-02 18:07:57 -04:00
2014-09-26 14:00:22 -04:00
2014-01-07 12:34:39 -04:00
2014-07-01 11:58:32 -04:00
2014-06-27 13:29:58 -04:00
2014-09-19 11:48:21 -04:00
2014-03-13 16:32:13 -04:00
2014-03-07 13:20:06 -04:00

ProcessMaker logo

Build Status

README

ProcessMaker "Michelangelo"

(It is under development yet, please wait for the final release, that is comming soon)

Overview

ProcessMaker is an open source, workflow management software suite, which includes tools to automate your workflow, design forms, create documents, assign roles and users, create routing rules, and map an individual process quickly and easily. It's relatively lightweight and doesn't require any kind of installation on the client computer. This file describes the requirements and installation steps for the server.

License

ProcessMaker - Automate your Workflow Copyright (C) 2002 - 2013 Colosa Inc.

Licensed under the terms of the GNU Affero General Public License version 3: http://www.affero.org/oagpl.html

For further information visit: http://www.processmaker.com/

Description
Luos (Lurana Open Source)
Readme 217 MiB
Languages
PHP 47.6%
JavaScript 39.1%
CSS 5.3%
HTML 2.9%
Gherkin 2.4%
Other 2.5%