[quote]Sounds like your version of PEAR XML_Tree is too old (I ran into this problem yesterday on a client server). Which version of Matrix are you trying to install? Can you post the contents of your mysource_matrix/data/private/conf/main.inc file?
[right][post=â7724â]<{POST_SNAPBACK}>[/post][/right][/quote]
Hi, Thanks again for the quick reply.
I grabbed the latest files (both installer and matrix from the website yesterday) (v 3.6.2)
I have upgraded all of the pear modules (using the pear command line) - hopefully that helps.
The system is running Debian (stable) - I can upgrade if needed (it is only a testing machine)
- here is the main.inc file
[quote]<?php
define('SQ_CONF_DB_DSN', 'pgsql://www-data:@unix()/matrix');
define('SQ_CONF_DB2_DSN', 'pgsql://www-data:password@unix()/matrix');
define('SQ_CONF_PEAR_PATH', SQ_SYSTEM_ROOT.'/php_includes');
$inc_dir = ini_get('include_path');
$inc_dir = (substr($inc_dir, 0, 2) == '.:') ? '.:'.SQ_CONF_PEAR_PATH.':'.substr($inc_dir, 2) : SQ_CONF_PEAR_PATH.':'.$inc_dir;
ini_set('include_path', $inc_dir);
define('SQ_CONF_BACKEND_SUFFIX', '_admin');
define('SQ_CONF_LIMBO_SUFFIX', '_edit');
define('SQ_CONF_NOCACHE_SUFFIX', '_nocache');
define('SQ_CONF_ASSET_TREE_BASE', 36);
define('SQ_CONF_ASSET_TREE_SIZE', 4);
define('SQ_CONF_ASSET_CACHE_SIZE_WEB', -1);
define('SQ_CONF_ASSET_CACHE_SIZE_CLI', -1);
define('SQ_CONF_ROLLBACK_ENABLED', 0);
define('SQ_CONF_DEBUG', '0');
define('SQ_CONF_SYSTEM_NAME', 'test 1');
define('SQ_CONF_SYSTEM_OWNER', 'Andrew');
define('SQ_CONF_SYSTEM_ROOT_URLS', '192.168.200.64');
define('SQ_CONF_DEFAULT_EMAIL', 'andrew@donehue.net');
define('SQ_CONF_TECH_EMAIL', 'andrew@donehue.net');
define('SQ_CONF_MAX_LOGIN_ATTEMPTS', 3);
define('SQ_CONF_REFRESH_INTERVAL', 120);
define('SQ_CONF_LOCK_LENGTH', 600);
define('SQ_CONF_LOG_FILE', '/var/www/mysource_matrix_3-6-2/data/private/logs/error.log');
define('SQ_CONF_LOG_ERRORS', true);
ini_set('log_errors', '1');
define('SQ_CONF_ERRORS_HIDE_FRONTEND', false);
define('SQ_CONF_DEFAULT_FRONTEND_LANGUAGE', 'en');
define('SQ_CONF_DEFAULT_BACKEND_LOCALE', 'en_AU');
define('SQ_CONF_DEFAULT_CHARACTER_SET', 'iso-8859-1');
define('SQ_CONF_ALLOW_IP_CHANGE', '0');
define('SQ_CONF_ALLOW_HTTP_LOGIN', '0');
define('SQ_CONF_COMMIT_BUTTON_TEXT', 'Commit');
define('SQ_CONF_LOG_EXTENSION', '.log');
define('SQ_CONF_LOG_FILE_SYSTEM', 'system');
define('SQ_CONF_LOG_FILE_ERROR', 'error');
ini_set('error_log', SQ_LOG_PATH.'/'.SQ_CONF_LOG_FILE_ERROR.SQ_CONF_LOG_EXTENSION);
define('SQ_CONF_SESSION_GC_MAXLIFETIME', 604800);
ini_set('session.gc_maxlifetime', 604800);
define('SQ_CONF_EDITING_TIME', 3600);
?>[/quote]
Also, out of interest here is some output from the error file
[quote][2005-11-23 20:15:51][0:MySource System][2:php warning][R] (/core/include/mysource.inc:1059) - Cannot modify header information - headers already sent by (output started at /core/include/general.inc:174)
[2005-11-23 20:15:53][0:MySource System][512:mysource warning][R] (/core/include/asset_manager.inc:950) - Error text not found for this code and locale [SYS0209]
array (
 0 => 'public_user',
)
[2005-11-23 20:15:53][0:MySource System][2:php warning][R] (/core/include/mysource.inc:1059) - Cannot modify header information - headers already sent by (output started at /core/include/general.inc:174)
[2005-11-23 20:15:55][0:MySource System][512:mysource warning][R] (/core/include/asset_manager.inc:950) - Error text not found for this code and locale [SYS0209]
array (
 0 => 'public_user',
)
[2005-11-23 20:15:55][0:MySource System][2:php warning][R] (/core/include/mysource.inc:1059) - Cannot modify header information - headers already sent by (output started at /core/include/general.inc:174)
[2005-11-23 20:15:58][0:MySource System][512:mysource warning][R] (/core/include/asset_manager.inc:950) - Error text not found for this code and locale [SYS0209]
array (
 0 => 'public_user',
)
[2005-11-23 20:15:58][0:MySource System][2:php warning][R] (/core/include/mysource.inc:1059) - Cannot modify header information - headers already sent by (output started at /core/include/general.inc:174)
[2005-11-23 20:16:07][0:MySource System][512:mysource warning][R] (/core/include/asset_manager.inc:950) - Error text not found for this code and locale [SYS0209]
array (
 0 => 'public_user',
)
[2005-11-23 20:16:07][0:MySource System][2:php warning][R] (/core/include/mysource.inc:1059) - Cannot modify header information - headers already sent by (output started at /core/include/general.inc:174)
[2005-11-23 20:16:07][0:MySource System][512:mysource warning][R] (/core/include/asset_manager.inc:950) - Error text not found for this code and locale [SYS0209]
array (
 0 => 'root_user',
)[/quote]