alessandrobozzo I uploaded the site to a debian virtual machine with apache php and mariadb, everything works but I have a doubt, when I go to the various sections such as clinet or quotas I don't see anything even if I have created both a client and an offer, to view I have to do a search via filter.Missing any php mods?
johnny Hi @alessandrobozzo Thank you for your interest in ITFlow. There is a known limitation with MySQL and does not support 0000-00-00 as a date format which is the way we fetch data on tables date-from: 0000-00-00 to Current Date. We have not seen this behavior with MariaDB. Are you sure your using MariaDB over MySQL and if so what version of MariaDB and Debian are you using?
alessandrobozzo Thanks for your reply, the product is very interesting and I wanted to test it and start using it. My server: Debian 9.13 mysqli Versione del server 5.7.33 Versione del client mysqlnd 7.4.28 Tnx
alessandrobozzo I finally solved it, now there is another problem, with uploading files. seems to be unable to create uploaded folders. I checked the permissions and they are 777 what can I do?
johnny @alessandrobozzo Make sure the owner and group are www-data chown -R www-data:www-data /var/www This command will make everything in Webroot Ownen by the web user. This should fix the issue.
alessandrobozzo I solved the upload problem. unfortunately now after everything has worked for 3 hours when I try to log in I enter my credentials and stay on the login screen. from the server log I see:[2658] [79.8.104.50:53319-3#itflow] [STDERR] PHP Notice: Undefined index: logged in /var/www/itflow/check_login.php on line 19 tnx