Current time: 05-22-2013, 11:07 PM Hello There, Guest! (LoginRegister)

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hosted Site + Video Issues...
03-30-2011, 07:27 AM
Post: #25
Wink RE: Hosted Site + Video Issues...
Okay fixed it. The problem ended up being that pclZip couldn't write to the directory after the zip file had already been created (hence why the #.avs file didn't exist and it only contained 1 set of images). For future reference the error I ended up getting when I did the following echo $zip->errorInfo(true); was

Code:
PCLZIP_ERR_READ_OPEN_FAIL (-2) : Unable to open temporary file 'pclzip-4d3603fd043e1.tmp' in binary write mode

The fix was to edit the lib/pclzip.lib.php file and add

Code:
define( 'PCLZIP_TEMPORARY_DIR', '/tmp/' );

Now video works like a charm Big Grin
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Hosted Site + Video Issues... - Aaron - 03-09-2010, 01:55 PM
RE: Hosted Site + Video Issues... - Aaron - 03-09-2010, 03:01 PM
RE: Hosted Site + Video Issues... - Aaron - 03-10-2010, 04:34 AM
RE: Hosted Site + Video Issues... - Aaron - 03-10-2010, 05:00 AM
RE: Hosted Site + Video Issues... - Aaron - 03-10-2010, 06:02 AM
RE: Hosted Site + Video Issues... - Aaron - 03-10-2010, 07:28 AM
RE: Hosted Site + Video Issues... - mydigitalvoid - 03-30-2011 07:27 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)