I got a error vhwn i ad arguments in views.
wibbla - September 11, 2008 - 13:48
| Project: | Dash Media Player |
| Version: | 6.x-1.0-beta7 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Hi whant to use taxanomi and I have the module catecory installd.
I have created a vocaleri "video" tems "hd" and "sd"
when I add the argumets Taxanomi: term I got this error
"An error occorred att http://yourdomain.com/admin/build/views/ajax/add-irem/videos/default/argument"
Modules I'm using:
cck 6.x-2.x-dev
Category 6.x-2.0-alpha4
DASH Player 6.x-1.0-beta7
FlashVideo 6.x-1.4-beta
Image 6.x-1.x-dev
Services 6.x-0.9
AMFPHP 6.x-1.x-dev
Views 6.x-2.x-dev
Fivestar 6.x-1.13
Voting API 6.x-2.x-dev

#1
Does the actual view work when you go to visit the page?
#2
the player loads but no video loads.
I can't add any argument to the views and I have setup the views right as you say in your site documets.
#3
Can you post the version of those module that forks.
#4
Hi I reInstalld the drupal site and it works now but the problem I have now is
wen using Taxonomy`I created to terms hd and sd
I have added the argument to the views Argument Taxonomy: Term
and I'm using this code.
<?php$params['width'] = 650;
$params['height'] = 425;
$params['playlist'] = 'videos';
$params['linktext1'] = 'High Def';
$params['linkarg1'] = 'aoc-hd';
$params['linkindex1'] = 0;
$params['linkalltext'] = 'standard';
$params['arg1'] = 'aoc-sd';
print dashplayer_get_player($params);
?>