At least some parts (new web, new reseller) of the web interface are broken. I'm getting this messages: Code: 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.
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.
Ok no problem Please update your code to use getElementByName() for accessing deck elements. For example: Code: $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. Cheers...
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.