ispCP - Board - Support
[Solved] account status is not ok! ????? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: [Solved] account status is not ok! ????? (/thread-1354.html)

Pages: 1 2 3


[Solved] account status is not ok! ????? - DmT - 09-17-2007 08:07 PM

hi, i have a little problem ,i setup ispCP with the mini-installer and with the normal way, but when i create a hosting account in a reseller, i always get
'Domain's account status is not ok!', all works fine but i cant create hosting accounts.... Sad

what i'm doing wrong ???

please help me with this Sad

thxs for your reply Big Grin


RE: account status is not ok! ????? - joximu - 09-17-2007 08:43 PM

whats going on if you run the request-maanger manually?

/var/www/ispcp/engine/ispcp-rqst-mngr

/Joximu


RE: account status is not ok! ????? - n9xcr - 09-18-2007 08:03 AM

I was having a similar problem. The first part of the solution is to log in as the system administrator and find out what the actual error message is.

I am having a similar problem, but no idea how to proceed based on the error message. I don't even know what the error message means.
Code:
sys_command_rs() | Ending...

I started a thread about it, http://www.isp-control.net/forum/domain-status-sys-command-rs2829-7c-ending-t-1346.html but haven't received any replies. Hopefully someone that knows reads the message soon. Smile I need to get my system up and running soon. I may have to try RavenCore again if I can't figure this out. I'll do eveything command-line before I every try ISPConfig again. lol

Chris


RE: account status is not ok! ????? - gOOvER - 09-18-2007 05:39 PM

Did you enabled AWstats? When you do that, disable it.


RE: account status is not ok! ????? - joximu - 09-18-2007 06:56 PM

n9xcr Wrote:I was having a similar problem. The first part of the solution is to log in as the system administrator and find out what the actual error message is.

I am having a similar problem, but no idea how to proceed based on the error message. I don't even know what the error message means.
Code:
sys_command_rs() | Ending...

I started a thread about it, http://www.isp-control.net/forum/domain-status-sys-command-rs2829-7c-ending-t-1346.html but haven't received any replies. Hopefully someone that knows reads the message soon. Smile I need to get my system up and running soon. I may have to try RavenCore again if I can't figure this out. I'll do eveything command-line before I every try ISPConfig again. lol

Chris

Hi, you now got an answer in the other thread - but also see my suggestion here above...


RE: account status is not ok! ????? - n9xcr - 09-18-2007 10:29 PM

Hi joximu,

I disabled it before, but I still haven't had any luck. I can add domains and receve the activation email, but the domain remains in "not ok" status.

I'm going to try the suggestion in the other thread. I hope that I don't have to follow that other suggestion every time, though. I may as well give up on ispCP Omega right now if that's the case. lol

Thank you,
Chris


RE: account status is not ok! ????? - joximu - 09-18-2007 10:55 PM

I repeat:
joximu Wrote:whats going on if you run the request-maanger manually?

/var/www/ispcp/engine/ispcp-rqst-mngr



RE: account status is not ok! ????? - n9xcr - 09-18-2007 11:00 PM

Sorry....4 hours of sleep. lol

Nothing, absolutely nothing.
Code:
root@automation:~# /var/www/ispcp/engine/ispcp-rqst-mngr
root@automation:~#



RE: account status is not ok! ????? - joximu - 09-19-2007 01:51 AM

hm.

Ok, try to enable the debug mode:
Same folder:
ispcp_common_methods.pl

line 92:
#$main::engine_debug = '_on_';

remove the # and try again...

There should be some output.

Cheers
J


RE: account status is not ok! ????? - BeNe - 09-19-2007 01:57 AM

Please check again if really all needed Packages are installed on your System.
--> http://www.isp-control.net/ispcp/wiki/usage_howto/install/installation

Repeat step 3 only! On debian like
Code:
apt-get install `cat ./docs/Debian/debian-packages-$YOUR-SYSTEM`

Greez BeNe