Ticket #31 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

Domotiga doesn´t start after 1.183

Reported by: j.hoekstra Owned by: rdnzl
Priority: normal Milestone: 0.1.183
Component: domotiga Version:
Keywords: Cc: cyberjunkynl@…

Description

After updating to 1.183(SVN348) and restarting domotiga I get this error:
Unknown identifier: CGI
op regel 5050 in Main.module, this error is presented by the gambas IDE.
The line it refers to is this:
hHttpC.URL = " http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=" & CGI.Encode(StrToTranslate?) & "&langpair=en|"

By removing CGI.Encode() domotiga starts again, but I can´t tell if it affects functionallity or if this was just a c/p error.

Change History

Changed 6 months ago by rdnzl

As of version 0.1.183 the Gambas component gb.web is needed, this is defined in the .profile file inside the DomotiGa directory, so you need to make sure you have copied this file too from your svn to your live directory.

Changed 6 months ago by rdnzl

I mean .project file.

Changed 6 months ago by j.hoekstra

I just run from the SVN-dir, looking at the DomotiGa/.project it seems it still refers to 0.1.182. It was updated with svn up, but still seems the old one. I´ll just c/p the one from trunk into it and reload everything.
That makes it work again :)
Wonder why the svn update didn´t change it...

Changed 6 months ago by rdnzl

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.