Recent content by Matthijs

  1. M

    Problems with images

    Yes - if the file is added! But the user thinks is does not work because the output for photo2-5 different from 1 !
  2. M

    Problems with images

    Steps are: 1) goto: https://www.motorsleepboot.nl/aanmelden-als-lid/ 2) Scroll the form down, till you see Foto 1 3) Select file and the file will be uploaded -> OK 4) Goto field Foto 2 5) Select file (that will work) .. but then nothinh happens -> no progress bar, no message file uploaded
  3. M

    Problems with images

    Hi, yes please see: https://www.motorsleepboot.nl/aanmelden-als-lid/ if you scroll down, you see foto 1, foto 2, ... foto 5 best regards matthijs
  4. M

    Problems with images

    Recently (I think since last upgrade) I have a strange problem. I have a table with 5 fields type 'image_file' that I use for photo's. All fields have exactly same settings in Forms configurator. And the rights for the (public) user are also the same. However, I am able toto upload an image in...
  5. M

    Custom_required_functions problem

    I found the problem. The checked field was a date field. The database field had a content migrated from a previous (non-dadabik) database containing value 0000-00-00. After updating this to NULL all Working as expected.
  6. M

    Custom_required_functions problem

    I have the code below. Field type2 is "Beting" (so not one of the values in the IF clause). In the error_log, I see confirmation that both $a['show'] and $a['required'] are false. However, I still get the message that related field is required. What can be the reason? Code: function...
  7. M

    Custom page not displayed om mobile menu

    I have a strange problem. I created a Custom page type php. I added permissions for registered users. On my PC, the item is shown in the menu. But on my mobile (logged in with same user) the menu item is not displayed. What can be the reason for this? About/upgrade DaDaBIK™ is a product...
  8. M

    Question about code in custom_required_functions.php

    I found a solution for this! First, I added an extra field "type2" to the table. Then, I added a trigger in the mysql database: DELIMITER $$ CREATE TRIGGER update_type2 BEFORE UPDATE ON mslb_members FOR EACH ROW BEGIN SET NEW.type2 = NEW.type; END $$ DELIMITER ; Every updates of field...
  9. M

    Question about code in custom_required_functions.php

    Hi, I have this situation. I have a members table with a field 'type'. This field is disabled for regular members, they see the field but are not allowed to edit. In the same table, I have another field, that I want to show/hide depending on the value in 'type'. But because 'type' is disabled...
  10. M

    Issues with public pages

    Hi Eugenio, thanks, I did not set $always_refresh_permissions in config_custom.php. But I think I understand a bit what is causing this. I have a Wordpress website and use Dadabik using the wrapper. For logged-in users, the Home page is displayed. All fine. But for public users, I do not...
  11. M

    Issues with public pages

    After deleting browser history, cookies en cache in Edge, problem solved again. But this is annoying, since I can not ask our site visitors to do that ...
  12. M

    Issues with public pages

    Just upgraded to 12.5-Aveto enterprise. Same problem again. Clearing cache does not help ... I did change $dadabik_session_name after the upgrade.
  13. M

    Issues with public pages

    I used Edge. I cleared cache and after that all ok. Any idea what could have triggered this?
  14. M

    Issues with public pages

    I did some further investigation and found that on mobile it works fine. So it looks like it has to do with something on my desktop/browser and not with Dadabik. Will look further.
  15. M

    Issues with public pages

    Yes it is:
Top