PHP Classes

Error in script

Recommend this page to a friend!

      MobileUserAgent  >  All threads  >  Error in script  >  (Un) Subscribe thread alerts  
Subject:Error in script
Summary:Undefined property
Messages:1
Author:Mizory
Date:2008-02-10 17:22:05
 

  1. Error in script   Reply   Report abuse  
Picture of Mizory Mizory - 2008-02-10 17:22:05
I am using php 5
I don't know what can I do.

Notice: Undefined property: MobileUserAgent::$screendims in /home/MobileUserAgent.php on line 592

Notice: Undefined property: MobileUserAgent::$imode_cache in /home/MobileUserAgent.php on line 581



public function imodeCache() {
return $this->imode_cache;//line 581
}
public function screenDims() {
return $this->screendims;//line 592
}