• 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. dimoss

    Schedule PHP task & bcc

    Thanks @achartier
  2. dimoss

    Schedule PHP task & bcc

    Thanks. What if i don't want to use $cc. Should I just put it as keep it as null without define an email for it?
  3. dimoss

    Schedule PHP task & bcc

    Hi, i ahve crearted a PHP task scheduled to send email via cron using the FabrikWorker::sendMail function from: https://fabrikar.com/forums/index.php?threads/list-php-plugin-with-php-for-sending-an-email.49808/#post-260622 Everything is fine and the email is sent to the recipients but not to...
  4. dimoss

    PHP warnings error_log

    Kind reminder :)
  5. dimoss

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

    Make sure you have enabled fabrikdebug and get more details with applying &fabrikdebug=1 in the url Based on the error message you will be able to identify the issue.
  6. dimoss

    Solved DATE CALCULATIONS

    If all ok, please go ahead to mark the topic as Solved.
  7. dimoss

    Solved DATE CALCULATIONS

    Check the WiKi https://fabrikar.com/forums/index.php?wiki/php-common-tasks/#dates-8203
  8. dimoss

    PHP warnings error_log

    Hi @troester coming back to the errors it seems that the issue on the LOG plugin warning was fixed after your code recommendation. However the other one remains: PHP Warning: Undefined property: stdClass::$tablename___id_raw in /home/xxx/xxx/plugins/fabrik_element/fileupload/fileupload.php...
  9. dimoss

    Solved Issue with Sourcerer in form intro

    I found the issue. Using 'No Editor' in J! settings remove code from the script. No idea why! I changed to TinyMCE and all ok. Thanks @troester for pointing me the Options tab in form settings :-)
  10. dimoss

    Solved Issue with Sourcerer in form intro

    <?php echo date("Y-m-d H:i:s"); ?> Of course with the nessasary {source}...{/source}
  11. dimoss

    Solved Issue with Sourcerer in form intro

    Thanks @troester There is no YES/NO button like in Lists. I tried selecting Detail & form view. The raw code dissapeared but nothing else.
  12. dimoss

    Solved Issue with Sourcerer in form intro

    Hi, J5.2.3, F4.5.0 I use extensively sourcerer in my lists into/outro. Recently I tried to use it in a form intro/outro but seems it doesn't work like it does in list. For example simple script to echo current datetime returns the raw code instead of the DateTime. Same script in a list works...
  13. dimoss

    PHP warnings error_log

    I haven't disabled the log plugin yet to know. $tablename___id_raw is the main table not repeat and tt's a standard upload. Add/Edit access to elig_flag2 has only a selected group. But the same form is shared with normal registered users who add records.
  14. dimoss

    PHP warnings error_log

    Thanks. I changed. Let's see if it will still log. What about this one? PHP Warning: Undefined property: stdClass::$tablename___id_raw in /home/xxx/xxx/plugins/fabrik_element/fileupload/fileupload.php on line 1939
  15. dimoss

    PHP warnings error_log

    The J! error reporting level is None. The element exists and it's published.
  16. dimoss

    PHP warnings error_log

    @troester your advice would help me to get rid of these warming messages which are flooding my error.log Thanks :-)
  17. dimoss

    PHP warnings error_log

    @troester i changed the real DB tablename for posting.
  18. dimoss

    PHP warnings error_log

    Thanks @achartier Error reporting is already set to None.
  19. dimoss

    PHP warnings error_log

    Hi, J4.4.9, F4.5.0 My error_log file is full of the following two messages: PHP Warning: Undefined property: stdClass::$tablename___id_raw in /home/xxx/xxx/plugins/fabrik_element/fileupload/fileupload.php on line 1939 PHP Warning: Undefined array key "tablename___elig_flag2" in...
  20. dimoss

    Fixed J5.2.2. F4.5 fileupload element

    @wezetel I confirm that the initial code was an issue. I was confused because I checked only in list and not inside the form to download. In the latter case didn't work as you mentioned. I reverted as @troester mentioned and worked. I tested on both J5.2.2 and J.4.4.9. Same behaviour. @troester...
Back
Top