Just upgraded to 1.4.2
When I try to upload a movie, it seems to do everything correctly, except for moving the file to the appropriate directory. Hence I get a "not found" error when I try to play the movie from the gallery. I've set my temp folder to C:\PHP\sessiondata in both the php.ini and the gallery config page, but no luck. For now i can just manually drag it over to the appropriate folder I suppose, but then that means I won't be able to do things remotely.
Also, config still says apache isn't obeying my htaccess file.
----
Gallery version: 1.4.2
Apache version: 2.0.48
PHP version (don't just say PHP 4, please): 4.3.4
Graphics Toolkit: imagemagick
Operating system: XP
Posts: 13451
moogleii, please provide a debug info printing. FAQ Gallery:c.31
Does picture uploading work? Could it be FAQ Gallery:c.16 ?
Posts: 20
here's the debug output. Btw, when i do add photo instead of addphotos to add a movie file, it'll end up saying file not found.
Processing status...
- Adding 101_0119.AVI
Resizing/compressing original image
Cannot resize/compress this filetype
Executing:
"C:\Program Files\Apache Group\Apache2\htdocs\gallery\jhead.exe"
Results:
none
Error messages::
Status: 1 (expected 0)IN UTIL ITEMCAPTUREDATE = 1969
Executing:
"C:\Program Files\Apache Group\Apache2\htdocs\gallery\jhead.exe" "C:\Program Files\Apache Group\Apache2\htdocs\albums\album01\101_0119.avi"
Results:
none
Error messages::
Status: 1 (expected 0)No email sent as no valid email addresses were found
Posts: 8194
Try moving your jhead binary to a directory without a space (i.e. not "Program Files")
Posts: 20
hmm u've told me to do that twice before with 1.4.1 and it's never worked, but i'll try it again. Any other ideas just in case?
Posts: 20
yeah, it had no effect.
Posts: 8194
What's the output now?
Posts: 20
The output looks the same to me, other than that the dir has changed. Here it is:
Processing status...
- Adding 101_0119.AVI
Resizing/compressing original image
Cannot resize/compress this filetype
Executing:
C:\jhead.exe
Results:
none
Error messages::
Status: 1 (expected 0)IN UTIL ITEMCAPTUREDATE = 1969
Executing:
C:\jhead.exe "C:\Program Files\Apache Group\Apache2\htdocs\albums\album02\101_0119.avi"
Results:
none
Error messages::
Status: 1 (expected 0)No email sent as no valid email addresses were found
Posts: 20
nobody has any idea what's wrong then?