ispCP - Board - Support
Cannot create new users - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Cannot create new users (/thread-8127.html)



Cannot create new users - dirkson - 10-15-2009 04:24 PM

Hey all. Trying to get ispcp to create a new user. It used to do it...

These are the errors I get when I set debug to 1 and run ispcp-rqst-mngr manually:

DEBUG: push_el() sub_name: sys_command(), msg: ERROR: External command '/var/www/ispcp/engine/ispcp-htusers-mngr 72 1>/var/log/ispcp/ispcp-htusers-mngr.stdout 2>/var/log/ispcp/ispcp-htusers-mngr.stderr' returned '1' status !
DEBUG: pop_el() sub_name: sys_command(), msg: ERROR: External command '/var/www/ispcp/engine/ispcp-htusers-mngr 72 1>/var/log/ispcp/ispcp-htusers-mngr.stdout 2>/var/log/ispcp/ispcp-htusers-mngr.stderr' returned '1' status !

DEBUG: push_el() sub_name: /var/www/ispcp/engine/ispcp-htusers-mngr, msg: ERROR: Can't open file |/var/www/virtual/example.com/.htpasswd| for writing: No such file or directory
DEBUG: pop_el() sub_name: /var/www/ispcp/engine/ispcp-htusers-mngr, msg: ERROR: Can't open file |/var/www/virtual/example.com/.htpasswd| for writing: No such file or directory

I tried manually creating this directory, but then it just fails without error :-/

Help.


RE: Cannot create new users - BeNe - 10-15-2009 07:14 PM

Please check the Logs:
Code:
/var/log/ispcp/ispcp-htusers-mngr.stderr
Next error is here:
Code:
Can't open file |/var/www/virtual/example.com/.htpasswd| for writing: No such file or directory
Is there no .htpasswd !?

Greez BeNe


RE: Cannot create new users - dirkson - 10-15-2009 07:20 PM

That error log is completely empty.

Not only is there no .htpasswd, there is no example.com directory.