[SOLVED] Problem with adding domain! - 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: [SOLVED] Problem with adding domain! (/thread-7870.html) Pages: 1 2 |
[SOLVED] Problem with adding domain! - DiXeoN - 09-16-2009 05:22 AM Hello. I got a problem when trying to add a new domain, running SVN #1944 (23/8/09) with the Software-installer installed. But when I add a domain, it never gets enabled, as I get this in the status line: setfmode() | ERROR: File '/var/www/virtual/directhost.dk/errors/inc/.svn' does not exist ! Any ideas why this come? I tried to add the folder ".svn" in the directory, set permissions and such, but nothing. Any ideas how to fix it? I cant really update to a newer trunk, as it would ruin the software installer. Let me hear what ya got RE: Problem with adding domain! - sci2tech - 09-16-2009 05:37 AM You have to remove all folders named .svn from /var/www/ispcp and /etc. RE: Problem with adding domain! - gOOvER - 09-16-2009 05:37 AM Before installing ispCP you must remove ALL .svn dirs. Or next time use svn export RE: Problem with adding domain! - DiXeoN - 09-16-2009 05:38 AM So its too late now or? Didnt know about the svn export feature - but nice to know RE: Problem with adding domain! - sci2tech - 09-16-2009 05:40 AM (09-16-2009 05:37 AM)sci2tech Wrote: You have to remove all folders named .svn from /var/www/ispcp and /etc.After that rebuild configs. If you want to use last trunk, start learning RE: Problem with adding domain! - DiXeoN - 09-16-2009 05:48 AM Im working hard on learning ... What is it the command is to rebuild configs? RE: Problem with adding domain! - sci2tech - 09-16-2009 06:13 AM Sesame please rebuild my files RE: Problem with adding domain! - DiXeoN - 09-16-2009 06:14 AM Thanks ! - But actually I managed to screw up the deletion of the .svn dirs - so ill just start over again RE: Problem with adding domain! - sci2tech - 09-16-2009 06:16 AM (09-16-2009 06:14 AM)DiXeoN Wrote: - But actually I managed to screw up the deletion of the .svn dirs - so ill just start over againFor next time : Code: rm -vfr `find /var/www/ispcp/ -type d -name '.svn'` RE: Problem with adding domain! - DiXeoN - 09-16-2009 10:43 PM Thanks Seems to run pretty smooth now |