ispCP - Board - Support
[CLOSED] next one: Kontostatus nicht ok! - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: [CLOSED] next one: Kontostatus nicht ok! (/thread-2852.html)



[CLOSED] next one: Kontostatus nicht ok! - Rico - 03-27-2008 12:16 AM

Hmmm ... der Server geht mir langsam aufn Geist. Auf 3 Servern habe ich IspCP ohne Probleme laufen und nun geht irgendwie alles in die Hose.

Problem: Ich konnte einwandfrei die Installation beenden, einen Reseller anlegen und einen Kunden auch. Nachdem ich nun auf diesen loggen will, bekomme ich die Fehlermeldung Kontostatus ist nicht ok! ...

Nach einiger Forensuche stieß ich auf folgenden Thread: http://www.isp-control.net/forum/closed-kontostatus-ist-nicht-ok-t-2379.html

Nachdem ich nun den debugger enabled habe und mir die .err-logs angeschaut habe, bin ich noch immer nicht schlauer, denn es steht nix drin oO
Hat hier vielleicht irgendeiner eine Ahnung, was ich machen kann?


RE: next one: Kontostatus nicht ok! - Zothos - 03-27-2008 12:23 AM

führe mal den ispcp-rqst-mngr manuell aus, und poste mal was er so ausgibt.
Ausserdem schau mal vorher in die mysql tabelle von ispcp, unter domain/domain_status was dort zu finden ist.

greez
Zothos


RE: next one: Kontostatus nicht ok! - gOOvER - 03-27-2008 12:26 AM

Welche Version benutzt Du?


RE: next one: Kontostatus nicht ok! - Rico - 03-27-2008 12:26 AM

Code:
root@diewerbeagentur:/var/www/ispcp/engine# cd /var/www/ispcp/engine
root@diewerbeagentur:/var/www/ispcp/engine# ./ispcp-rqst-mgr
bash: ./ispcp-rqst-mgr: No such file or directory

inhalt der tabelle domain_status:
Code:
2      toadd

*edit*

hab das "n" vergessen Rolleyes

Code:
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, albersimmobilien.de, 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 '9' 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 '9' status !
DEBUG: pop_el() sub_name: sys_command(), msg: Starting...
DEBUG: pop_el() sub_name: mngr_engine(), msg: processing 1, albersimmobilien.de, 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...



RE: next one: Kontostatus nicht ok! - Rico - 03-27-2008 12:28 AM

gOOvER Wrote:Welche Version benutzt Du?

ispCP 1.0.0 RC5 OMEGA
build: 20080318


RE: next one: Kontostatus nicht ok! - Rene - 03-27-2008 12:29 AM

dann hast du wahrscheinlich eine ältere version, guck mal in dem ordner, da müsste auf jeden fall was mit rgst-mgr sein....

auserdem bitte den ersten thread lesen und anwenden...


RE: next one: Kontostatus nicht ok! - joximu - 03-27-2008 12:30 AM

Rico Wrote:
Code:
root@diewerbeagentur:/var/www/ispcp/engine# cd /var/www/ispcp/engine
root@diewerbeagentur:/var/www/ispcp/engine# ./ispcp-rqst-mgr
bash: ./ispcp-rqst-mgr: No such file or directory

inhalt der tabelle domain_status:
Code:
2      toadd

./ispcp-rqst-mngr

das n nicht vergessen


RE: next one: Kontostatus nicht ok! - Rico - 03-27-2008 12:33 AM

nach dem manuellen ausführen nun, steht etwas in dem dazugehörigen error-log:

Code:
Global symbol "$rdata" requires explicit package name at /var/www/ispcp/engine/ispcp-dmn-mngr line 4051.
Global symbol "$key" requires explicit package name at /var/www/ispcp/engine/ispcp-dmn-mngr line 4100.
syntax error at /var/www/ispcp/engine/ispcp-dmn-mngr line 4100, near "$key ("
Global symbol "$languages" requires explicit package name at /var/www/ispcp/engine/ispcp-dmn-mngr line 4100.
Global symbol "$key" requires explicit package name at /var/www/ispcp/engine/ispcp-dmn-mngr line 4101.
Global symbol "@rdata" requires explicit package name at /var/www/ispcp/engine/ispcp-dmn-mngr line 4101.
Global symbol "$languages" requires explicit package name at /var/www/ispcp/engine/ispcp-dmn-mngr line 4102.
Global symbol "$key" requires explicit package name at /var/www/ispcp/engine/ispcp-dmn-mngr line 4102.
syntax error at /var/www/ispcp/engine/ispcp-dmn-mngr line 4104, near "}"
Execution of /var/www/ispcp/engine/ispcp-dmn-mngr aborted due to compilation errors.



RE: next one: Kontostatus nicht ok! - Rico - 03-27-2008 07:30 AM

dieser thread kann geschlossen werden. habe den server von grund auf neu aufgesetzt und ispcp neu installiert. nun haben sich die probleme in luft aufgelöst.


RE: next one: Kontostatus nicht ok! - BeNe - 03-27-2008 07:31 AM

OK!

[Image: closed.png]

Greez BeNe