Search results

  1. S

    Changing text on "Insert as New" button

    DaDaBIK version 12.4-Aveto enterprise PHP Version: 8.2.26 mysql version: 10.3.39-MariaDB Web server: Apache I have added the following line to the english_custom.php file: $submit_buttons_ar['Insert_as_new'] = 'Duplicate Record'; but the text on the button does not change. I am obviously...
  2. S

    Cannot create view with multiple fields from two tables

    I am afraid I am pretty new to Views, and am having trouble creating a view that combines two tables where data from more than one field is required from BOTH tables i.e. Data required from People table id name email phone Data required from Committees table member (linked to id from People...
  3. S

    Cannot log in after PHP update

    My hosted server PHP version was updated from v7.4 to 8.2, and I can no longer log in to dadbik. The error log shows: It seems that the script is still looking for session dat in the old path. As the common_start.php file is understandably encrypted I do not see how I can resolve this without...
  4. S

    Licence error after 11.9 upgrade

    Your current DaDaBIK version You are using DaDaBIK version 11.9-Elba monthly, installed on Apr 3, 2023 (installation code: 1866763ed0809c9e54), the latest version of DaDaBIK is 11.9-Elba released on Mar 23, 2023 System info PHP Version: 7.4.33. mysql version: 5.5.5-10.3.38-MariaDB. Web...
  5. S

    Removing header from public pages

    I have managed to successfully create publicly visible pages, but how can I prevent the header and login button from displaying? I don't want my public users to ever get to the login screen.
Top