• Fabrik4.5.1 for Joomla5.2.4

    Fabrik4.5.1 is out. This update is needed for J!5.2.4

    See Announcements

Search results

  1. elmarra

    1286 Unknown storage engine 'MyISAM'

    Very strange indeed, but I have always avoided Aruba. As Beate told you, make sure that the user configured in Fabrik has permissions to create tables on the database. If you want to rule out a hosting issue, create a backup and try to install your configuration elsewhere, so you can test and...
  2. elmarra

    1286 Unknown storage engine 'MyISAM'

    In your Phpmyadmin run sql: SHOW ENGINES; And check if Myisam is supported
  3. elmarra

    How to Download Fabrik 4 for Testing Without Donating?

    We have made available a specific site to perform the tests independently. I'll update you later, so you can do your tests on a Joomla system with Fabrik
  4. elmarra

    Update column plugin

    It depends on how your list is made up and what you update via update colum. For example, if you update a dropdown (e.g. active, inactive) or different data. Here you can exploit an element and set the color for it. Or you can create a new dedicated element (even hidden). For example you call...
  5. elmarra

    Solved Enabling or Disabling elements via Show in List not working.

    It is not replicable. It works perfectly for me, both back-end and front-end. (both with and without debugging enabled) What a J version! and Fabrik do you have?
  6. elmarra

    Solved Presenting a form without menus in F4?

    Another solution would be to create a "hidden menu" in J!. Connect it to the module in question. And use the link obtained to call up the form.
  7. elmarra

    Element color change based on the contained value

    Want to get the right line color based on selection? Follow this guide: https://fabrikar.com/forums/index.php?wiki/custom-styling-a-list/ In the last examples there is That's what you need
  8. elmarra

    Change color of the cells in the list with dates greater than current fo 2 months

    1) yes you can do it. take a look here: https://fabrikar.com/forums/index.php?wiki/custom-styling-a-list/ 2) You can get something like the photo, by creating a new repeating group. and you will have the add to and remove row buttons
  9. elmarra

    Solved Repeating group format

    Can you also provide screenshots of the current J!5? What are your group settings? I assume table template (for the group view) and for the bootstrap_tabs form? In my test environment, with Cassiopeia and settings as above, the repeating group goes beyond the screen, and there is the...
  10. elmarra

    Solved 500 Fabrik has generated an incorrect query for the list *******: <br />

    Yes as also described in the wiki, it is always preferable to always use it
  11. elmarra

    Validating textarea

    Sorry, I hadn't seen the documentation before. It actually says that placeholders can be used in the PHP code and in the condition fields. The use of:$value = $this->data['tablename___textarea'];is to directly access values in other contexts. In any case, the wiki is open. Feel free to update...
  12. elmarra

    Solved 500 Fabrik has generated an incorrect query for the list *******: <br />

    In your concat, you're using 'id' which is very common in SQL. So it's better to use {thistable} something like: {thistable}.id,' - ',nombre But I recommend being more specific: {thistable}.id,' - ',{thistable}.nombre
  13. elmarra

    Validating textarea

    Are you using php validation? use the placeholder instead of $value = $this->data['tablename___textarea']; $value = '{tablename___textarea}'; // Use placeholder $minLength = 32; if (strlen($value) < $minLength) { $thisValidation->setMessage($value); return false; // Validation failed }...
  14. elmarra

    Problem with creating PDF when site has SSL

    So if you set to http. Are PDFs displayed correctly with the custom_css.php file? I really can't play. In my site and even testing (both locally and online) it loads them correctly. You could maybe do a test here: libraries/fabrik/vendor/vendor/dompdf/dompdf/src/Options.php line 206: set from...
  15. elmarra

    Problem with creating PDF when site has SSL

    No problem. It was only to understand what you had done. Have you updated the .htaccess file? (maybe you have some rules that block some URLs) it's definitely a problem with the certificate. Is it valid for the entire domain? have you also tried from another browser? Because if, as you say, by...
  16. elmarra

    Problem with creating PDF when site has SSL

    In my site (and also in other test sites), it has always worked correctly with SSL certificates. Where did you enable and disable SSL? In the global settings > Fabrik > debug "verify SSL peers"? Or do you mean on your server?
  17. elmarra

    Workaround Problems with the juser plugin after after upgrading Joomla to Joomla! 5.2.3

    In my system.J 5.2.3I do not get the error during editing.I have the "password reset field" element. Set to "yes/no".With ACL permissions set to a specific group.So the user does not see the element in their form.And during saving, I have no issues. I get the same error as you if:Setting the...
  18. elmarra

    Workaround Problems with the juser plugin after after upgrading Joomla to Joomla! 5.2.3

    You are getting this error because, as I see from your screenshots, in the parameter 'password Reset Field' you have the element 'teste'. Clearly, you are passing a null (empty) value while the database expects an integer value. What element is it? Also, that field is optional. If you need to...
  19. elmarra

    Solved how to edit columns on form's "Details view"

    How are you doing this? For example col-sm-6 is set From group settings > layout > columns = 2 If you set 3 it returns col-sm-4 etc And if set to 1, it will be empty and therefore full width. Please provide some more details and we can help you more easily.
  20. elmarra

    Feature Request: Always show customtop position

    As I mentioned in the last post. I fixed and isolated the issue. And this was available in the next release. (alternatively in the meantime you can update via Git). So either do a full update. Or update this. https://bitbucket.org/fabrikar/fabrik/commits/f9f2e9111e4b3143e94c070bdc2951c8f2c43b31...

Members online

No members online now.
Back
Top