Hello there !
Before I explain my problem, know that I have tried the various solutions from these threads :
Deleted... 'cause I couldn't post with these links
and the FAQ.
Maybe, I've missed something, but I did the best I could.
I'm using Joomla 1.5.7 and JFU 2.8.1.
My server is a Debian with Apache2 & PHP5.
As it is not the only website running on my server, I have to use auto session start for joomla.
That is where I think I have a problem :
I have uncommented the debug lines in tfu_upload.php and I have in tfu.log :
Code:
11.25.2008 12:48:16 - session id : 491e8e5f4a68118a156ec9e300e4a540
11.25.2008 12:48:16 - session TFU: 491e8e5f4a68118a156ec9e300e4a540
11.25.2008 12:48:16 - login: true
11.25.2008 12:48:16 - dir: upload
11.25.2008 12:48:16 - ERROR 2 in joomla_flash_uploader/tfu/tfu_upload.php, line 95: move_uploaded_file(upload/company_logo.png) [<a href='function.move-uploaded-file'>function.move-uploaded-file</a>]: failed to open stream: No such file or directory
11.25.2008 12:48:16 - ERROR 2 in joomla_flash_uploader/tfu/tfu_upload.php, line 95: move_uploaded_file() [<a href='function.move-uploaded-file'>function.move-uploaded-file</a>]: Unable to move '/tmp/phpjCVGmW' to 'upload/company_logo.png'
11.25.2008 12:48:16 - ERROR 2 in joomla_flash_uploader/tfu/tfu_upload.php, line 107: move_uploaded_file(upload/company_logo.png) [<a href='function.move-uploaded-file'>function.move-uploaded-file</a>]: failed to open stream: No such file or directory
11.25.2008 12:48:16 - ERROR 2 in joomla_flash_uploader/tfu/tfu_upload.php, line 107: move_uploaded_file() [<a href='function.move-uploaded-file'>function.move-uploaded-file</a>]: Unable to move '/tmp/phpjCVGmW' to 'upload/company_logo.png'
The value we see here as
session id appears in my Session Cookies with a key that looks like a random 64bits value, and not the expected PHPSESSID. But my PHPSESSID
is different.
My problem is the left browser is empty and the files won't upload...
I hope this will be enough for you to help me !
Patrick