Current time: 11-16-2024, 10:05 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT] Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 49.
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #28
RE: Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 49.
komisch, ja.

bei 2540 wird ja ein Domainverzeichnis gelöscht und das Ergebnis des Löschvorganges scheint ne uninitialisierte Variable zu sein.
Code:
2530         if ( -e "$www_dir/$dmn_name" ) {
2531     
2532             ($rs, $rdata) = del_dir("$www_dir/$dmn_name");
2533     
2534         } elsif ( -e "$www_dir/$dmn_name.disabled" ) {
2535     
2536             ($rs, $rdata) = del_dir("$www_dir/$dmn_name.disabled");
2537     
2538         }
2539     
2540         return $rs if ($rs != 0);

oder steht bei dir was anderes auf dieser Zeile?
03-11-2008 08:07 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Use of uninitialized value in numeric ne (!=) at /var~/ispcp_common_ode.pl line 49. - joximu - 03-11-2008 08:07 PM

Forum Jump:


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