im having a problem adding domains, they get stuck in Addition in progress, it sends the email and everything fine.
i saw another post regarding that and put it in debug mode:
Code:
DEBUG: push_el() sub_name: mngr_start_up(), msg: Starting...
DEBUG: push_el() sub_name: lock_system(), msg: Starting...
DEBUG: push_el() sub_name: sys_command(), msg: Starting...
DEBUG: push_el() sub_name: sys_command('`which touch` /var/run/ispcp.lock'), msg: Ending...
DEBUG: push_el() sub_name: lock_system(), msg: Ending...
DEBUG: push_el() sub_name: del_file(), msg: Starting...
DEBUG: push_el() sub_name: del_file(), msg: Ending...
DEBUG: push_el() sub_name: get_conf(), msg: Starting...
DEBUG: push_el() sub_name: get_file(), msg: Starting...
DEBUG: push_el() sub_name: get_file(), msg: Ending...
DEBUG: push_el() sub_name: setup_main_vars(), msg: Starting...
DEBUG: push_el() sub_name: decrypt_db_password(), msg: Starting...
DEBUG: push_el() sub_name: decrypt_db_password(), msg: Ending...
DEBUG: push_el() sub_name: setup_main_vars(), msg: Ending...
DEBUG: push_el() sub_name: get_conf(), msg: Ending...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: mngr_start_up(), msg: Ending...
DEBUG: push_el() sub_name: mngr_engine(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Starting...
DEBUG: push_el() sub_name: doSQL(), msg: Ending...
DEBUG: push_el() sub_name: mngr_engine(), msg: processing 1, ellistowing.com, toadd.
DEBUG: push_el() sub_name: sys_command(), msg: Starting...
DEBUG: push_el() sub_name: sys_command(), msg: ERROR: External command '/var/www/ispcp/engine/ispcp-dmn-mngr 1 1>/var/log/ispcp/ispcp-dmn-mngr.stdout 2>/var/log/ispcp/ispcp-dmn-mngr.stderr' returned '255' status !
DEBUG: pop_el() sub_name: sys_command(), msg: ERROR: External command '/var/www/ispcp/engine/ispcp-dmn-mngr 1 1>/var/log/ispcp/ispcp-dmn-mngr.stdout 2>/var/log/ispcp/ispcp-dmn-mngr.stderr' returned '255' status !
DEBUG: pop_el() sub_name: sys_command(), msg: Starting...
DEBUG: pop_el() sub_name: mngr_engine(), msg: processing 1, ellistowing.com, toadd.
DEBUG: pop_el() sub_name: doSQL(), msg: Ending...
DEBUG: pop_el() sub_name: doSQL(), msg: Starting...
DEBUG: pop_el() sub_name: mngr_engine(), msg: Starting...
DEBUG: pop_el() sub_name: mngr_start_up(), msg: Ending...
DEBUG: pop_el() sub_name: doSQL(), msg: Ending...
DEBUG: pop_el() sub_name: doSQL(), msg: Starting...
DEBUG: pop_el() sub_name: get_conf(), msg: Ending...
DEBUG: pop_el() sub_name: setup_main_vars(), msg: Ending...
DEBUG: pop_el() sub_name: decrypt_db_password(), msg: Ending...
DEBUG: pop_el() sub_name: decrypt_db_password(), msg: Starting...
DEBUG: pop_el() sub_name: setup_main_vars(), msg: Starting...
DEBUG: pop_el() sub_name: get_file(), msg: Ending...
DEBUG: pop_el() sub_name: get_file(), msg: Starting...
DEBUG: pop_el() sub_name: get_conf(), msg: Starting...
DEBUG: pop_el() sub_name: del_file(), msg: Ending...
DEBUG: pop_el() sub_name: del_file(), msg: Starting...
DEBUG: pop_el() sub_name: lock_system(), msg: Ending...
DEBUG: pop_el() sub_name: sys_command('`which touch` /var/run/ispcp.lock'), msg: Ending...
DEBUG: pop_el() sub_name: sys_command(), msg: Starting...
DEBUG: pop_el() sub_name: lock_system(), msg: Starting...
DEBUG: pop_el() sub_name: mngr_start_up(), msg: Starting...
DEBUG: pop_el() sub_name: get_conf(), msg: Ending...
DEBUG: pop_el() sub_name: setup_main_vars(), msg: Ending...
DEBUG: pop_el() sub_name: decrypt_db_password(), msg: Ending...
DEBUG: pop_el() sub_name: decrypt_db_password(), msg: Starting...
DEBUG: pop_el() sub_name: setup_main_vars(), msg: Starting...
DEBUG: pop_el() sub_name: get_file(), msg: Ending...
DEBUG: pop_el() sub_name: get_file(), msg: Starting...
DEBUG: pop_el() sub_name: get_conf(), msg: Starting...
DEBUG: pop_el() Empty 'EL' Stack !
DEBUG: push_el() sub_name: mngr_shut_down(), msg: Starting...
DEBUG: push_el() sub_name: unlock_system(), msg: Starting...
DEBUG: push_el() sub_name: sys_command(), msg: Starting...
DEBUG: push_el() sub_name: sys_command('`which rm` -rf /var/run/ispcp.lock'), msg: Ending...
DEBUG: push_el() sub_name: unlock_system(), msg: Ending...
DEBUG: push_el() sub_name: mngr_shut_down(), msg: Ending...
the errors i get are a bit different than in the last post.
when i run cat /var/log/ispcp/ispcp-dmn-mngr.stderr i get this:
Code:
"my" variable $err_cfg_dir masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dmn-mngr line 2050.
Scalar found where operator expected at /var/www/ispcp/engine/ispcp-dmn-mngr line 4154, near "$working_cfg $working_file"
(Missing operator before $working_file?)
"my" variable $sub_name masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dmn-mngr line 4621.
"my" variable $msg masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dmn-mngr line 4621.
"my" variable $sub_name masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dmn-mngr line 4653.
"my" variable $msg masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dmn-mngr line 4653.
"my" variable $sub_name masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dmn-mngr line 4679.
"my" variable $msg masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dmn-mngr line 4679.
"my" variable $sub_name masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dmn-mngr line 4703.
"my" variable $msg masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dmn-mngr line 4703.
"my" variable $sub_name masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dmn-mngr line 4729.
"my" variable $msg masks earlier declaration in same scope at /var/www/ispcp/engine/ispcp-dmn-mngr line 4729.
Global symbol "$working" requires explicit package name at /var/www/ispcp/engine/ispcp-dmn-mngr line 4150.
Global symbol "$working" requires explicit package name at /var/www/ispcp/engine/ispcp-dmn-mngr line 4152.
syntax error at /var/www/ispcp/engine/ispcp-dmn-mngr line 4154, near "$working_cfg $working_file"
Execution of /var/www/ispcp/engine/ispcp-dmn-mngr aborted due to compilation errors.
cat /var/log/ispcp/ispcp-dmn-mngr.stdout has no output....
btw i installed using the install script for fedora 7 posted on the forums, and it was the 101407 build