So, I'm having a little bit of trouble with RemoteWatch x10. I have it installed on my HA PC, and I want it to work, BADLY. I'd love to be able to access the interface via my mobile phone or any other internet connection, to check in on things from wherever, whenever. I ran the installer, and applied the 5.2.9-2 patch, and applied the RemoteWatch 1.1.2 update, as well.
This is all running on a Windows Server 2003 x86 machine, which is a domain member, and is running AHP 3.236.
If I use the WAMP menu to switch to PHP 5.2.9-2, then nothing at all works. I get the following error just trying to initially connect:
-----
Warning: require_once(DB.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\model\_db.class.php on line 3
Fatal error: require_once() [function.require]: Failed opening required 'DB.php' (include_path='.;C:\php5\pear') in C:\wamp\www\model\_db.class.php on line 3
-----
If I switch it back to PHP 5.2.8, it works ok, until I try to import modules from AHP. After I upload a floorplan, I get this error when I try to import from the AHP file:
-----
Fatal error: Cannot use object of type DB_Error as array in C:\wamp\www\modules\floorplan\controller\floorplanController.php on line 422
-----
Not sure why, but hopefully the errors will mean something to you. I'm not sure why the first error is showing the path "C:\php5\pear". There definitely is no such directory on my system. PHP seems to be installed in c:\wamp\bin\php\php5.2.8\pear (or php5.2.9-2\pear, respectively), instead. I might try editing the path in the _db.class.php to redirect the path to the right place, and I'll post back if I have any further luck with that change.
randy
EDIT:
After modifying the _db.class.php to call c:\wamp\bin\php\includes\pear\db.php, instead of just db.php, I get +no+ error message output, nor do I get the remotewatch screen. Just FYI.
x.