Help for this page

Select Code to Download


  1. or download this
    Fault returned from XML RPC Server, fault code 1:
    <type 'exceptions.TypeError'>:cannot marshal None unless allow_none is
    + enabled
    
  2. or download this
    
    $server = Frontier::Client->new(
    ...
    
    $server->call( 'remove_profile', $profile_name, $token, "True" )
      or  die "Could not delete system $profile_name, $!";