![]() |
Trouble with ispcp-rqst-mngr - 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: Trouble with ispcp-rqst-mngr (/thread-15138.html) |
RE: Trouble with ispcp-rqst-mngr - joximu - 10-25-2011 08:05 AM Hm, I cannot remember having rad something similar here... and there are nor devs here at the moment... (don't know if this will change some time). If you want - I can have a look at the server - but I need root access. You may write me a PM here in the forum. I cannot investigate too long - maybe I find something and can help you (I don't know Ubuntu - it's similar to debian - but the fine differences make the problems...) /J RE: Trouble with ispcp-rqst-mngr - joximu - 11-03-2011 09:28 AM ok, I had a look and I stumbled over this DBI:mysql:ispcp:127.0.0.1 ;ispcp ;password instead of DBI:mysql:ispcp:127.0.0.1;ispcp;password A look in the ispcp.conf showed the problem: the host and the db username had a space at the end which should not be there... Obviously the perl scripts do not strip blank chars from theese variables.... /Joximu |