Closed (fixed)
Project:
Blue Droplet Video
Version:
6.x-1.0
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
15 Dec 2009 at 15:31 UTC
Updated:
1 Jan 2010 at 10:50 UTC
sorry for my poor english...
i create a new type material "video". after create new field for blue drop.
create for atorage api.
than i create a new node for type "video" (url for that /node/add/video)
browse my video file.
click at button "create"
page reload... "...page was created"
But... Url was same /node/add/video. Not /node/1234
still form for add node - title, form for upload file and more...
This is misleading users
what can i do???
Comments
Comment #1
jbrown commentedI can't recreate this. Are you sure another module isn't interfering?
Comment #2
gentl.ice commentedyes, i'm sure. i installed only codec flaac. after that it was work normally. other type i can add normally. problem only with type with cck field "blue droplet"
Comment #3
gentl.ice commentedi'm found a problem. this is when i'm at another language than english. when i'm at www.site.com/en/add/... - it is normal. when i;am at www.site.com/ru/add/... - it has problem
add:
error was only when language interface different from english.
Comment #4
jbrown commentedGreat! thanks for finding this. I'll take a look.
Comment #5
gentl.ice commentedwe find the bug. should be fix at
modules/bd_video/includes/modules/content.inc
on line 784
should be...
if($form_state['clicked_button']['#value'] == t('Save'))
(thanks to nexor)
BUT:... now i see a problem with cron... it very often don't want start
Comment #6
jbrown commentedThanks guys!
http://drupal.org/cvs?commit=303932