I am having multiple issues with Dash Player. I have DLed and installed everything as told in the documentation and the following errors are occuring....

In administration I do not have an 'Access Control' option (I only have permissions)

In permissions i do not have options for 'load raw node data' the closest i can find is the 'node_service module' and in that 'load any node data and load own node data'

When looking at the FFMPEG list there is no mention on MP3

When I try to upload a video file i get the following error - attempt to upload video files gives An HTTP error 0 occurred. /upload/js

Can anyone help?

Comments

travist’s picture

Status: Active » Postponed (maintainer needs more info)

Hello,

You must be using Drupal 6, which has different text for some of those items, but what you described are the right settings.

The error that you are seeing about HTTP error 0, is not caused from the Dash Media Player, but rather that your PHP is timing out during the upload process. You will need to change your php.ini file and up your max_execution_time setting to make sure that this does not happen. You might also take a look at the Upload module issue queue and see if that helps.

Thanks,

Travis.

pamshalligan’s picture

Hi thanx for the reply. I changed the PHP.ini file and still had no luck. After being messed about by Vexxhost (can you beleive they put me on a server that wasnt fully set up? I couldnt even do backups) I decided I had enough and moved to apthost and the uploads work fine.

crifi’s picture

This problem is maybe caused by a wrong configuration of $base_url and should be prevented by inserting a warning message to the requirements system. Therefore I created a new issue #1046682: Install/Update process fails if $base_url is set to a wrong URL. Please close this bug as a duplicate, if this solves your issue. Thanks!