![]() |
[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-5687.html) |
[SOLVED] account status is not ok! - slavik - 02-12-2009 05:19 AM ispCP debugger Domain errors cybersec.ru - Set status to "change" setfmode() | ERROR: File '/var/www/virtual/cybersec.ru/errors/inc/.svn' does not exist ! whats this message means? RE: account status is not ok! - Haeber - 02-12-2009 06:12 AM I had exactly the same bug/misconfig. I've made a direct copy of my subversion workspace, but this also copies the .svn folders. So delete all .svn-folders which you copied (for example in /etc and /var/www). Next time export your svn workspace firstly and copy from this export instead of the repository. Best Regards Haeber RE: account status is not ok! - slavik - 02-12-2009 03:48 PM removing .svn solved problem. I suggest to add target "distclean" distclean-local: find . -type d -name ".svn" -exec rm -rf {} \;;true |