PDA

View Full Version : SVN Broken, database sql dump is broken?


danf.1979
16th February 2007, 04:40
At least some parts (new web, new reseller) of the web interface are broken. I'm getting this messages:

Unknown column 'some_name_here' in 'field list'.

If falko's revision for the sql dump is used, no errors happen. Last revision of the sql dump is broken for me.

jnsc
16th February 2007, 10:22
Yes, I know, it's my fault. I forgot two filds in this dump, but I will correct it in 5 minutes.

jnsc
16th February 2007, 10:49
Ok, I just comitted the changes. I am curently rebuilding to see I everything is ok.

Sorry again, as I had some bad expirience with this file the last Week, I didn't want to upload something I didn't test.

danf.1979
16th February 2007, 11:56
Ok no problem :)
Please update your code to use getElementByName() for accessing deck elements. For example:

$doc->deck[6]->getElementByName("optionen_mysql_user")->visible = 0;

So you dont have problems if your element gets moved up or down in the form afterwards. :cool:
Cheers...

jnsc
16th February 2007, 12:26
Yes I will do this, it's a good idea. The function who updates the "new web" form by getting the values out of the hosting plan was already broken.