Fix some problems with the upgrade port from pmos8
This commit is contained in:
@@ -23,15 +23,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
register_shutdown_function('shutdownFunction');
|
||||
function shutDownFunction() {
|
||||
$error = error_get_last();
|
||||
if ($error['type'] == 1) {
|
||||
//print_r($error);
|
||||
debug_print_backtrace();
|
||||
}
|
||||
}
|
||||
|
||||
/* Windows supports both / and \ as path separators, so use the Unix separator
|
||||
* for maximum compatibility.
|
||||
*/
|
||||
|
||||
6
workflow/engine/config/paths_installed.php
Executable file
6
workflow/engine/config/paths_installed.php
Executable file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
define( 'PATH_DATA', '/shared/workflow_data/' );
|
||||
define( 'PATH_C', PATH_DATA . 'compiled/' );
|
||||
define( 'HASH_INSTALLATION','0tCWxtHN1NaqlJnInZiZlZqYnZRqlGaXmsdnlWKRYpWcw2PJlZWVk5yl1dKslGeXycqclGiUmMhulWSWlJVnYZjCZcqbx5XHZmOWk56UqKHU0qNjYpFnxmnHlcmVk2ZjzMRrmJmXychtZJjEaphqlJTJZ2FikZiW' );
|
||||
define( 'SYSTEM_HASH','a3eeeec63fc8342de712a2e6b0d0000f' );
|
||||
3
workflow/engine/content/languages/translation.en
Executable file
3
workflow/engine/content/languages/translation.en
Executable file
File diff suppressed because one or more lines are too long
3
workflow/engine/content/languages/translation.es
Executable file
3
workflow/engine/content/languages/translation.es
Executable file
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
a:1:{s:2:"en";a:1:{s:17:"__INTERNATIONAL__";a:8:{s:6:"LOCALE";s:2:"en";s:7:"HEADERS";a:12:{s:18:"Project-Id-Version";s:8:"PM 4.0.1";s:17:"POT-Creation-Date";s:0:"";s:16:"PO-Revision-Date";s:21:"2010-12-01 11:55+0100";s:15:"Last-Translator";s:0:"";s:13:"Language-Team";s:46:"Colosa Developers Team <developers@colosa.com>";s:12:"MIME-Version";s:3:"1.0";s:12:"Content-Type";s:25:"text/plain; charset=utf-8";s:25:"Content-Transfer_Encoding";s:4:"8bit";s:17:"X-Poedit-Language";s:7:"English";s:16:"X-Poedit-Country";s:1:".";s:22:"X-Poedit-SourceCharset";s:5:"utf-8";s:25:"Content-Transfer-Encoding";s:4:"8bit";}s:4:"DATE";s:19:"2010-12-08 19:00:25";s:11:"NUM_RECORDS";i:4571;s:8:"LANGUAGE";s:7:"English";s:7:"COUNTRY";s:1:".";s:6:"LAN_ID";s:2:"EN";s:6:"IC_UID";s:0:"";}}}
|
||||
Reference in New Issue
Block a user