Recent content by tusa

  1. tusa

    DB/Lists - What is the right way?

    I have this: Right now it is 3 db's. When you click at something i "manus" view, you'll get something in the view with "elementer" and when you click at something ing "elementer" you can se it in "element" The question is now, what is the right way to do this operation? "elementer" is a view...
  2. tusa

    [SOLVED] 12 arguments are required, 2 given

    Thank you for your help. A combination of more things, caused the error a variable not defined and then some problems caused by new php version. But now it works.
  3. tusa

    [SOLVED] 12 arguments are required, 2 given

    Now I got rid of the counts problem. I get a implicit conversion error now: How can I find thatconversion error?
  4. tusa

    [SOLVED] 12 arguments are required, 2 given

    I have now hardcoded the $output, then the error looks like this: Do you get anything usefull out of that?
  5. tusa

    [SOLVED] 12 arguments are required, 2 given

    Someone knows more about code , that can help me, this is my calc element. // Get a db connection. $db = JFactory::getDbo(); // Create a new query object. $query = $db->getQuery(true); //Select all records from the nemmanus_elementer table where elementer_manus_id same as...
  6. tusa

    [SOLVED] 12 arguments are required, 2 given

    And what could it be? It's after php8, if I downgrade to php7.4 no problem.
  7. tusa

    [SOLVED] 12 arguments are required, 2 given

    It is Fabrik 3.10 Even if I use protostar as template
  8. tusa

    [SOLVED] 12 arguments are required, 2 given

    It seems like it's the calculation field that I use... When using php8 or above there is a problem.
  9. tusa

    [SOLVED] 12 arguments are required, 2 given

    Did'nt help updateing from github. Did'nt change anything change to joomla own template.
  10. tusa

    [SOLVED] 12 arguments are required, 2 given

    When I downgrated to php7.4 it worked immediately.
  11. tusa

    [SOLVED] 12 arguments are required, 2 given

    Yes @troester you're absolutely right! How to fix it, is'nt it possible to update 2 php8?
  12. tusa

    [SOLVED] 12 arguments are required, 2 given

    I suddenly get this error? Have'nt done anything. best regards Tue
  13. tusa

    calculation of time from row above?

    One of the fields is a TIME field and the other is a CALC field, could that explain something?
  14. tusa

    calculation of time from row above?

    Sorry my bad, the right code is: return date("H:i:s", $resultSecs); But my problem is now that it returns 3 hours difference.
  15. tusa

    View with 3 list

    Now I got this to work jQuery(document).on('click', '.fabrik_row > td', function() { mytrid = jQuery(this).parents("tr").attr('id'); mychar = mytrid.lastIndexOf('_'); myid = mytrid.substring(mychar + 1); alert(myid)...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top