Search results

  1. M

    Images in generated PDF

    Hi Hendrik, thanks for your reply. Adding the permissions solved the problem. Indeed, before it was working without these permissions. But, problem solved! thanks!
  2. M

    PDF-generation doesn't function properly anymore

    I have same problem. Since latest update not able to get images in the pdf.
  3. M

    PDF-generation doesn't function properly anymore

    Hendrik short question: are you able to include images in the generated PDF? If yes: what is the htlm code you use in the template?
  4. M

    Images in generated PDF

    Hi, I have in my table images (field type: image_file). I try to include the images in generated PDF, but does not work. I tried: <tr> <td>dadabik_field foto_1 dadabik_field</td> <td>dadabik_field foto_2 dadabik_field</td> </tr> And also: <tr> <td><img src="dadabik_field foto_1...
  5. M

    FIXED Error when publishing changes to live

    Hi Eugenio, thanks, and I can confirm the workaround works fine! (I do not yet use AI)
  6. M

    FIXED Error when publishing changes to live

    Hi .. is there maybe a bypass for this? I made many changes (forms, authorizations, custom code) and am afraid if I move manually, I will miss something ...
  7. M

    FIXED Error when publishing changes to live

    Hi, i updated to latest Dadabik release. Now when I want to push my changes to live, I get this error:
  8. M

    Temp files

    Hi, second post is that if someone has a bad connection and connection lost, the files also remain. I created small php program that runs once a week to do clean-up: // Remove temporary Dadabik upload files older than 24 hours $dir = __DIR__ . '/dadabik/uploads'; $ageLimit = 60 *...
  9. M

    Temp files

    I did some additional analysis and checked also the ModSecurity log. The uploads are normally accepted by ModSecurity (rule 77317957 is just a log entry “File upload”, not a block). Files of around 3.6–3.9 MB also usually go through fine, so there is no hard limit on that size in the WAF. For...
  10. M

    Temp files

    I think I found a / one reason. If in an upload form you select an image and form not yet submitted, the temp file is created. After succesful submission, temp file renamed. But if you select an file, and before submitting replace that file with another one, one temp file remains!
  11. M

    Temp files

    I see error meesages in log like this: [Thu Nov 13 09:13:36.948714 2025] [security2:error] [pid 3962374:tid 3963003] [remote 87.213.112.90:33080] ModSecurity: Error reading request body: Software caused connection abort [hostname "www.mydomain.nl"] [uri "/dadabik/api_fe.php"] [unique_id...
  12. M

    Temp files

    Hi Eugenio, no problems reported. I checked, in our uploads folder we have 9183 files, of which 1458 files with "dadabik_tmp_file_". So it is not an incident!
  13. M

    Temp files

    Hi, in my dadabik/uploads folder I see *many* files with this format: dadabik_tmp_file_20251002_070545_22191.jpg what can be the cause for that? thanks! Your current DaDaBIK version You are using DaDaBIK version 13.1-Levanto enterprise, installed on 04-10-2025 (installation code...
  14. M

    Beta mode for public user

    Hi, question. I usually use the beta mode to test new settings, that works very nice. I use wordpress and did set the public user. I wanted to test some new settings for users not logged in, and in DEV mode settings, I added the username of our public user. But this does not work. Is there a...
  15. M

    FIXED Problems with images

    Hi Eugenio, yes this solves the problem, thanks a lot for the fix! matthijs
  16. M

    FIXED Problems with images

    Hi Eugenio, hope you can have fix soon, we use multiple photo's in several forms, and all stopped working ..
  17. M

    FIXED Problems with images

    Hi Eugenio, i did small additional test: I disabled rights for Foto 1. Then, field Foto 2 (now the first one displayed) works ok, but foto 3-5 problem. So the issue is with the first of the range!
  18. M

    FIXED 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 !
  19. M

    FIXED 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
  20. M

    FIXED 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
Top