|
I can't seem to figure this out....I have gone in and changed all of my 755's to 777 and have updated the memory_limit to 64....
it still is giving me this error....
Can anyone help me...is there some thing I'm missing...
Mahalo,
Joe
This will check your server against the basic requirement for jVideoDirect.
Note: Converter related requirement and Suhosin directives (if installed) are NOT tested here.
if you haven’t save your configuration after your installation, please save it.
We have 3 tests in 2 steps. You need to pass step 1 before you can proceed step 2.
Test 1: PHP Configuration.
Test 2: Directory Permission.
Test 3: Background Processing.
PHP Configuration
PHP version 5 or above ok
Path to PHP Present - /usr/bin/php
exec() ok
PHP Interface (reference) cgi
PHP test ok
GD version 2.0.34 ok
GD Library ok
Jpeg Format
ok
Png Format
ok
Gif Format
ok
memory_limit 40M Recommended value 64M or above. e.g.( 64M, 128M, 256M, 384M )
cURL ok
Optional Set passed
file_get_contents()
ok
file_put_contents()
ok
allow_url_fopen
ok
Directory Permission
Permission Check failed Directories listed below are not writable.
jVideoDirect fetch and transcode video using background process.
As a result, these directories are needed to be accessible by the username of your webserver.
Typically, apache or nobody.
You should check
1. Directory and sub-directories of (joomla root /jMediaDirect) are owned by the username of apache
OR
2. Directory and sub-directories of (joomla root /jMediaDirect) are set with permission 777.
Otherwise, jVideoDirect will not working correctly.
If you have RECURSIVELY set their permission OR changed their owner and failed, your php path must be incorrect.
joomla root / jMediaDirect
Not Writeable
joomla root / jMediaDirect/videos
Not Writeable
joomla root / jMediaDirect/videos/tester
Not Writeable
joomla root / jMediaDirect/videos/temp
Not Writeable
joomla root / jMediaDirect/videos/pics
Not Writeable
joomla root / jMediaDirect/videos/pics/small
Not Writeable
joomla root / jMediaDirect/videos/pics/medium
Not Writeable
joomla root / jMediaDirect/videos/pics/small2
Not Writeable
joomla root / jMediaDirect/videos/org
Not Writeable
joomla root / jMediaDirect/videos/hd
Not Writeable
joomla root / jMediaDirect/videos/sd
Not Writeable
joomla root / jMediaDirect/videos/csv
Not Writeable
joomla root / jMediaDirect/buffer
Not Writeable
Background Process
Absolute Path to PHP Present
Background Processing failed Please check "PHP Path" and/or "Double check Directory Permission of (joomla root / jvideodirect) and/or availability of "exec()" function.
More PHP settings for reference
Below php settings are for reference only, it?s depends on your preference. They used for video upload
upload_max_filesize 10M Max. allowed size for uploaded files. Reference value: 100M
post_max_size 8M Max. size of POST data that PHP will accept. Reference value: 100M
max_execution_time 30 Max. execution time of each script in seconds. Reference value: 600
max_input_time 60 Max. amount of time each script may spend parsing data. Reference value: 600
Note: If all above passed but you still have problem to fetch video, subscribers should open a new ticket via support center.
powered by jVideoDirect
|