Current time: 05-21-2024, 11:12 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error suspending a domain
Author Message
WolFree Offline
Junior Member
*

Posts: 50
Joined: Jan 2009
Reputation: 0
Post: #1
Error suspending a domain
Hi there,

We've got an error when we suspend a domain.

Code:
skyhappy-radio.de - Set status to 'change'
sys_command() | ERROR: External command '/bin/mv /var/www/virtual/skyhappy-radio.de/disabled /var/www/virtual/skyhappy-radio.de/htdocs' returned '1' status !

When we look into our virtualfolder, skyhappy-radio.de is not renamed BUT when I go into this folder, the htdocs folder is renamed in htdocs.disabled.

I don't know what to do since this error seems to be in the managers.

Thanks for answering quickly

WolFree
Corrected with editing the ispcp-dmn-mngr in line 3787:

Code:
    my $dmn_disabled_content_dir = "$www_dir/$dmn_name/disabled";
to
Code:
    my $dmn_disabled_content_dir = "/var/www/ispcp/gui/domain_disable_page";

And line 3819 :

Code:
    my $dmn_disabled_content_dir = "$www_dir/$dmn_name/disabled";
to
Code:
    my $dmn_disabled_content_dir = "/var/www/ispcp/gui/domain_disable_page";


Hope it helps some people Wink
(This post was last modified: 01-14-2010 09:55 AM by WolFree.)
01-14-2010 09:36 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Error suspending a domain - WolFree - 01-14-2010 09:36 AM
RE: Error suspending a domain - Nuxwin - 01-14-2010, 10:30 AM
RE: Error suspending a domain - RatS - 01-14-2010, 10:45 AM
RE: Error suspending a domain - WolFree - 01-14-2010, 10:50 AM
RE: Error suspending a domain - RatS - 01-14-2010, 05:37 PM
RE: Error suspending a domain - WolFree - 01-14-2010, 09:36 PM
RE: Error suspending a domain - WolFree - 01-14-2010, 10:44 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)