Recent content by eugenio

  1. eugenio

    Problems with images

    I see that there is no user feedback for the upload but from the browser console I see the upload is executed; if you submit the form, does the insert work, uploading all the files?
  2. eugenio

    Problems with images

    Please provide step by step instructions to reproduce the issue.
  3. eugenio

    Problems with images

    Hi, I don't think it's a syntax error problem as the one probably mentioned in other posts because otherwise also image1 would not work. Is the app publicly accessible?
  4. eugenio

    Tooltip text on the global search button

    You are right, thanks, I will check this. Best,
  5. eugenio

    Add an AI search engine to convert natural language to SQL for a DaDaBik application

    Hi, 2.5 years ago I created this AI "knowledge extractor" DaDaBIK module but I have never shipped it, I was concerned about the accuracy of the answers but it's probably time to ship it, adding proper disclaimer (maybe in v13.1, v13.0 has entered feature freeze). You can see the first...
  6. eugenio

    from appify to dadabik

    Hello @therickman , a blank page is normally caused by a parse error that is not displayed because of your server configuration. Could you please check your PHP or Apache error logs to see if there is a specific error logged?
  7. eugenio

    from appify to dadabik

    Currently AppifyText.ai uses DaDaBIK v 12.7, if you try to import the application into a DaDaBIK installation v < 12.7, the procedure will tell you that it is not possible to import it. So, first you need to upgrade DaDaBIK.
  8. eugenio

    from appify to dadabik

    If you already have DaDaBIK you don't need to download anything, just open installation_instructions.txt (it's in the package you have downloaded when you purchased DaDaBIK), there are installation instructions, including how to import an app from appifytext.
  9. eugenio

    Store Thumnail as separated file?

    Ok, so I think the problem is not the generation of the thumbnail, the problem is the original file, that is big. Maybe you could implement an after insert hook that processes the file in PHP and create a smaller file; you can store this smaller file in a different field and in the results grid...
  10. eugenio

    In Progress Bar Code / QR Code content type

    Thanks Gary, very interesting, I will keep this in mind. Best,
  11. eugenio

    In Progress Bar Code / QR Code content type

    Thanks a lot, very useful information!
  12. eugenio

    Stripe (or other payment provider) integration

    This doesn't seem related to the topic; if you need support from the community, please post a new thread on the support forum.
  13. eugenio

    Store Thumnail as separated file?

    Hello Michael, currently it is not possible to store a separate file just for the thumbnail. The resize (if you need to resize) is done by the browser; when you say 200 large images, you mean you show 200 records in one page in the results grid? Best,
  14. eugenio

    In Progress Bar Code / QR Code content type

    Hi, the development of this feature is in progress, it will be released with DaDaBIK v13. I want to share how I am currently implementing it, to see if this meets your typical use cases. There will be a new field type in form configurator: barcode In insert and edit forms, barcode fields...
  15. eugenio

    Recreate config_custom $user

    The problem seems not related to the new user; it seems your revision table has been created when record2 could not be NULL in _artwork and now it can?
Top