Sorry for my english.
I'm using TFU standalone.
v. 2.8.1
When I'm trying to load TFU I get error message "You are trying to use the TWG Upload Flash without authentification, the server login failed, expired or the configuration could not be found!"
It happens after apache restart by server owner (probably).
Well, I've check config file? it's ok.
Then I get tfu_login.php directly - all server settings is ok.
Then I try to find tfu.log - no such file.
When I'm trying to get tfu_upload.php directly I get message Not logged in!
If i do echo $login; in tfu_upload.php I get 'true'.
After all this actions I put into tfu_login.php
(before if (isset($_POST['twg_user']) && isset($_POST['twg_pass']) ))
a line:
file_put_contents('my.log','user: '.$_POST['twg_user']);
then I try to use TFU and I get not any $_POST['twg_user'] in my log file.
In addition, twg_user is undefined key of $POST
It seems to me that the flash do not send any post data to tfu_login.php and therefore function setSessionVariables(); not executed.
Any suggestions?
PS.: Sorry for my english once more.