meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
faq [2023/08/09 16:00] johnnyfaq [2024/04/29 15:37] (current) – link to private support, push 1.0 timeline (again) wrongecho
Line 10: Line 10:
  
 === Q: Where/How to get product support?=== === Q: Where/How to get product support?===
-A: The [[https://forum.itflow.org/t/support|forum]]. We do not offer paid support at this time.+A: The [[https://forum.itflow.org/t/support|forum]] is the place for all queriesDonators may access [[https://donate.itflow.org/monthly_donate_signup.php|private support]].
  
  
 === Q: When will ITFlow be out of Beta/stable? === === Q: When will ITFlow be out of Beta/stable? ===
-A: Approx Quarter of 2023+A: Approx Quarter of 2024
  
  
Line 28: Line 28:
 A: Probably not. Generally speaking, we'd prefer people build/share scripts that utilize the API. This allows for a lot more flexibility. A: Probably not. Generally speaking, we'd prefer people build/share scripts that utilize the API. This allows for a lot more flexibility.
  
-=== Q: File larger that are 2MB or larger do not upload? === +=== Q: Files that are larger than 2MB do not upload? === 
-A: We have a hard limit of 20MB per file set in the code of ITFlow, but there is also a limit set by PHP by default +A: We have a hard limit of **20MB** per file set in the code of ITFlow, but there is also a limit set by PHP by default 
 edit /etc/php/php.ini file and change the following options to: edit /etc/php/php.ini file and change the following options to:
  
-'' +''upload_max_filesize = 20M''
-upload_max_filesize = 20M+
  
-post_max_size = 20M +''post_max_size = 20M''
-''+