Video Upload module issues
Hi,
I've been trying everything around this module to make it works. This module is just a great idea and would definitely help a bunch of people, including me ! I have a gazilion of questions to ask before it works though... I did see the errors I am talking about in some other threads and forums but looks like nobody ever found a clear answer... I'll need your help here ! :D
#Issue 1
First, how to use the tests that are provided with this module? I did change the "settings.php" file and when I had connections errors, it did showed me in the reports -> status reports that I had an authentification error. Now that I've solved it, it does not shows up for other tests... How can I see the tests running? According to the upload_video.test file there are a bunch of them...
#Issue 2
Another problem is that my files are uploaded under my directory "files" on my server. Sometimes they appear in the content management->Upload video management and sometimes they don't. But whatever the file appears or not, the videos never reach my youtube account...
#Issue 3
When I manually run the cron I have the following errors:
warning: Invalid argument supplied for foreach() in /home/failocom/public_html/modules/taxonomy/taxonomy.module on line 1189.
And I also have most of the time the error :
video status is not shown. Probably because the video has not been process yet
#Issue 4
Finally, I would like to see if I did everything right when installing the Zend library (even if I think I did, and I used the same version as the one showed in the install.txt). Where can I check if the Zend library is running well?
Thank you for your help :)

Update
for the #issue 3, I do not have the error on the taxonomy module anymore because I changed in the taxonomy.module file this (line 1189)
<?phpif (!empty($node->taxonomy)) {
foreach ($node->taxonomy as $term) {
$output[] = $term->name;
}
}
?>
While I am running through my tests (which is hard because there is no error showing except for video status is not shown. Probably because the video has not been process yet
I am now sure that my connection with my youtube account is okay because if I add a video directly on this account, it is visible under the "manage video uploads" administer section.
I also noticed that when i add a node with an uploaded video in the cck field, the video is uploaded to my server but it does not show up in the "manage video uploads".
I've put a screenshot of "manage video uploads". You will see the video that I uploaded directly to youtube (so it appears at orphean). And under it, you have a video from a node that does not exist anymore and I do not what it is doing there... I have other nodes with videos uploaded in it but they does not show up.
I also modified in my CCK field the path to put my videos in a subdirectory but the videos are still uploaded in the files/ directory...
EDIT:
I deleted all of my nodes and all fields within the content-type where the video upload field was. I still don't have any message error nor errors in my log entries. The improvement is that now it upload the files inside the subdirectory. But the bad thing is that all the other problems are still there !!!
I still only have a single node in my manage video uploads and nothing is reaching my youtube account !
HELP IS NEEDED :(