I have successfully downloaded the zip file from roConnect and installed MediaInfo and setup Apache Server.
Now everything is set except for the indexing part. When I click on Index in the Media Section of the server. I see that the page is stuck with the "processing" flash message.
I looked into the error logs and found the following trace when clicking on the "Index" Button.
1. Clicking on Index with the recursive "off"
[Sat Oct 18 01:59:58 2014] [error] [client 127.0.0.1] PHP Notice: Undefined index: File in /var/www/roku/classes/videoMetaData.class.php on line 273, referer:
http://localhost/roku/index.php[Sat Oct 18 01:59:58 2014] [error] [client 127.0.0.1] PHP Notice: Trying to get property of non-object in /var/www/roku/classes/videoMetaData.class.php on line 273, referer:
http://localhost/roku/index.php
2. Clicking on Index with the recursive "on"
[Sat Oct 18 01:49:47 2014] [error] [client 127.0.0.1] PHP Warning: opendir(/media/OS/Users/manjunath/Videos/Movies/): failed to open dir: Permission denied in /var/www/roku/classes/videoMetaData.class.php on line 111, referer:
http://localhost/roku/index.php
Can you please help me with this.