Re: Re: Okay ... so now what ...
Jean-Paul Calderone <[email protected]> Mon, 19 Feb 2007 21:27:23 -0500
| Newsgroups | gmane.comp.python.quotient.dev |
|---|---|
| Message-ID | <20070220022723.25807.180999256.divmod.quotient.27725@ohm> |
On Mon, 19 Feb 2007 20:09:22 -0600, Edward Muller <[email protected]> wrote: >So I have a base application called "Interlix" setup. I see it in the admin >page (http://localhost:8080/login), but I get an error in the web browser >when I click the "Click me to install" link/js stuff... > >Error >Your action could not be completed because an error occured. >Failure: TypeError: document.getElementById("log") has no properties caught >while calling method "install" >Please retry. > >I don't get any error in the console/terminal window though. > >After I click on the link/js stuff the interlix object appears as green >though. > >Since I'm new I'm not too sure what that means yet. This is a pretty embarassing, long-standing defect in the installation code. The database is manipulated correctly, but the view chokes for no good reason. There's a ticket in the tracker for this issue: http://divmod.org/trac/ticket/1623 Jean-Paul