Hello, I'm searching all the methods available on a object iTop like methods beforeUpdate, after ... Could you help me to find them? Thanks, Louis PERDEREAU
Hi everyone, PROBLEM SOLVED! Actually the openbase_dir was set with the directory '/home/www/cmdb-preprod/tmp,/home/www/cmdb-preprod/public_html'' so the web can just use them no other directory, so i add /tmp in the variable and installation work without any problems! But it could be nice to set our own value of tmp rep I think for the setup.
Hi everyone, PROBLEM SOLVED! Actually the openbase_dir was set with the directory '/home/www/cmdb-preprod/tmp,/home/www/cmdb-preprod/public_html'' so the web can just use them no other directory, so i add /tmp in the variable and installation work without any problems!
The version Ubunut 18.04 can't be for something in this problem? I'm just asking the question. More over isn't the official repo php-fpm for ubuntu 18.04 but ondrej/php
The version Ubunut 18.04 can't be for something in this problem? I'm just asking the question. More over isn't the official repo php-fpm for ubuntu 18.04 but ondrej/php
The version Ubunut 18.04 can't be for something in this problem? I'm just asking the question.
Hello, Well the ls -al on /tmp show me it's a directory, No value in env for TMPDIR and actually in setup/phpinfo.php i find /tmp for apc.writable. Thanks for your analyse and your help.
Well I find out the problem actually in the file: setuputils.class.inc.php: the function GetTmpDir() use sys_get_temp_dir() but the function realpath on sys_get_temp_dir() return an empty string but sys_get_temp_dir() alone return /tmp . So that's ok if i just return sys_get_temp_dir(). BUT!!! in compiler.class.inc.php: tempnam(SetupUtils::GetTmpDir(), 'itop-'); do not create file in temp so i put 1777 on /tmp to check if the rule is wrong and nothing happend, so i write a path tmp for my webapp:...