Search results

  1. DAF ID3000

    FIXED Can't add/remove linked fields or items table since 12.4 update

    Hello Eugenio, I made several cross tests before posted this (different browsers on different computers), but it seems javascript code isn't called anymore from 'add/remove linked field' links in Forms Configurator. I'm not sure it's related, but I noticed that HTTP target at the bottom of the...
  2. DAF ID3000

    FIXED load_table_page API almost working ;-)

    Hello Eugenio. I got a warning when I try to call load_table_page API, and the page is not loading: PHP Warning: Undefined variable $dadabik_main_file in /.../files/include/classes/ddb_api.php on line 343 The cause seems to be a missing $dadabik_main_file recall from global var on line 307...
  3. DAF ID3000

    User account menu is inactive on Brave browser

    Dear Eugenio, I hope you're doing well. First, thank you for this new V12 release of DaDaBiK with its modern UI and these new exciting features like BETA mode and EXPORT APP. I noticed a little problem on my Brave browser, the user account menu on the top right is not active (a clic on the...
  4. DAF ID3000

    For pages based on views, allow inserts/updates to a different table

    Dear Eugenio, I use a lot of views I design in MariaDB as datasources to pages in Dadabik. This allows me to use SQL possibilities (dynamically calculated fields, subqueries, etc.) to enhance data I show in Dadabik grids. But the dark side of this is that I loose updatable and insertable...
  5. DAF ID3000

    How-to read $GLOBALS vars from custom_required_functions ?

    Hi all, everything is in the title ! I set $GLOBALS['_wherefield'] (for example) in my custom startup function (I checked the var has a value with a file_put_contents) but when I try to read it from one custom required function, the var is empty :-( I can't use $param parameter because I need...
  6. DAF ID3000

    Cascaded select_single with disabled parent field

    Hi all. I'm facing a problem I'm sure somebody has already dealed with. I have basically a 'Customer', 'Employees' and 'Department' tables. 'Department' has a foreign key ('dep_customer' field) linked to 'Customer' so I can maintain a list of available departements per customer. In the...
  7. DAF ID3000

    Manually reset a password in users table

    Hi Eugenio. Is there a way to 'manually' hash and paste a password directly in the users table ? I tried with embedded MD5() mysql function and I looked on http://www.openwall.com/phpass/ for an online tool to hash password but I didn't find anything. It could be helpful for back office...
  8. DAF ID3000

    Problem with IONCube 12: cannot decode Dadabik files

    Hi Eugenio, hope you're doing well. We got an error msg with a new install of Dadabik: Install.php check steps are ok, but when we click on 'NEXT' button (to load install2.php page), we get an error 500 msg. Looking in error logs of the server, we saw "PHP Fatal error: The file...
Top