I have come across two issues while setting up my site which may be bugs in TFU and seem to differ from TWG:
The log_plugin script calls debug() to do it's job. In TWG this works fine. However in standalone TFU I got a function not found error. I found in tfu_helper for the standalone that the debug function is called tfu_debug(). I changed the call in log_plugin.php to tfu_debug and that fixed the error. I'm not sure if this was intentional or not but thought I would call it to your attention.
The second issue really did happen, trust me, but I can't reproduce it now. It seemed that for the standalone TFU at least that the maxfilesize that the flash was getting from php.ini was not converting MB to KB, it was just using MB as KB (ie: 1000MB was read as 1000KB).
As I said, I can't reproduce this now so it may have been my imagination. However, looking through tfu_helper I noticed that in the return_kbytes() function you have for both "case 'g':" and "case 'm':" "$val *= 1024". This to me seems to be similar to the case I described except for GB to KB rather than MB to KB. I know just enough PHP to get myself in serious trouble, so I may be way off base with this. If this is the case, feel free to ignore me.
T.
|