
Shahar - 2008-02-21 08:02:58
I'm using the WindowsRegistry class for php4 and I get a fatal error on line 26 of the class,
the line is the last line of _construct() function.
$this->RegObject = $this->WbemServices->Get("StdRegProv");
The problem only occurs when using Windows 2000 SP4 as the server.
The error I get is:
"PHP Fatal error: Call to undefined method: stdClass->get() in [PATH]\sh_WindowsRegistry.inc on line 26"
Can someone please assist?