node edit, nothing is saved
Jurgen8en - May 29, 2009 - 15:56
| Project: | FLV Media Player |
| Version: | 6.x-1.0-beta3 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Description
Hi,
I set "Allow settings override".
When I edit the node, de default value of the first item in "flash settings" is OFF?
When I edit the "flash settings" of a node. The settings aren´t saved. (I put the first item on.)
When I click update, the insert in the database looks ok.
The array:
Array ( [node_override] => 1 [player_display] => Array ( [display_body] => display_body [body_embed] => 0 [display_teaser] => 0 [display_teaser_embed] => 0 ) [name] => [player_path] => /sites/all/modules/flvmediaplayer/mediaplayer.swf [file_location_hook] => flvmediaplayer--1 [autostart] => 0 [bufferlength] => 0.1 [displayclick] => 0 [item] => 0 [mute] => 0 [external_config] => 0 [external_abouttext] => [external_aboutlink] => [external_client] => [external_id] => [external_linktarget] => [external_streamer] => [external_tracecall] => [external_version] => [embed_profile] => [noflash_text] => ) A remark: flashvars aren´t saved?
When I edit the node again, I see nothing is saved?
Can anybody help me. I just followed http://drupal.org/node/473414
Jurgen

#1
I'm having the same problem, changes to the flash settings are not saving and I have followed the same instructions. I have the XSPF views playlist output all ready to go but don't have anything to receive it. Any suggestions would be greatly appreciated!
#2
I have this same problem.
#3
Can you give the beta 7 version a try?
#4
I'm having the same issue. Strange thing is that with FLV Media Player enabled (in modules), then when I go to edit a content page, normally I have the Input Type "Full HTML" selected, but with this module enabled, none of the input types are selected by default. If I select one and make other changes, such as selecting the allow override checkbox, upon clicking the save button, nothing is actually saved. Happy to give a login for debugging purposes or to dig through stuff and test, though I'm no drupal hacker.
I'm on beta 7
#5
This is exactly the experience I'm having -- My input formats aren't selected by default, my WYSIWYG editor doesn't function, no changes are saved to the database, and the videos (consequently) don't play. Has anyone resolved this or found a module that works?
#6
Just to confirm... disabling this module brings back my WYSIWYG editor, my input formats, etc. Perhaps it's a conflict with another module running on my site, but I need a video solution...
#7
I am having the same issue. This module conflicts with input formats and breaks my WYSIWYG editor functionality. Can anyone point out the offending code? What is the issue?
#8
I am having the same problems... input types has no default value and are not saved (plus no WYSIWYG editor) and flash settings are also not saved. If I disable FLV Media PLayer from the node profile (must also deselect "allow settings override" checkbox before disabling the profile), then input type goes back to specified default type (and WYSIWYG editor comes back also), so it is definitely an issue with FLV Media Player .
When associating movies to the node, the player works fine. Also, for nodes I created with associated file FLV Media Player will still work & display videos if I deselect the "allow settings override" option for that node type (after adding the video) and keep the video profile for that node type. So this at least is a workaround to get the video into the node and still be able to use the WYSIWIG edtor later (although rather cumbersome).
Unfortunately, I have no clue what bit of the code may be causing this problem. I'm using 6.x1.0-beta3.
#9
I have similar issues:
When I add a node and click in save I got this screen:
<?phpstdClass Object ( [nid] => 11 [type] => story [language] => [uid] => 1 [status] => 1 [created] => 1257187774 [changed] => 1257187797 [comment] => 2 [promote] => 1 [moderate] => 0 [sticky] => 0 [tnid] => 0 [translate] => 0 [vid] => 11 [revision_uid] => 1 [title] => Codeplan online shop tutorials 04 - Episode 4 - Editing a product 01 [body] => Adding / Editing / Modifying a product: Add a Product Name: ie. PBCR Practice Brochures (pack of 1000) (P....[path] => content/codeplan-online-shop-tutorials-04-episode-4-editing-product-01 [field_vthumb] => Array ( [0] => Array ( [fid] => 49 [list] => [data] => Array ( [description] => ) [uid] => 1 [filename] => codeplan-04-hd.mov.thumb2_0_0_0.jpg [filepath] => sites/all/files/codeplan-04-hd.mov.thumb2_0_0_0.jpg [filemime] => image/jpeg [filesize] => 10675 [status] => 1 [timestamp] => 1257187797 ) ) [field_lbody] => Array ( [0] => Array ( [value] => [format] => ) ) [og_groups] => Array ( [2] => 2 ) [og_groups_both] => Array ( [2] => CODE UK ) [og_public] => 1 [last_comment_timestamp] => 1257187774 [last_comment_name] => [comment_count] => 0 [taxonomy] => Array ( ) [files] => Array ( [46] => stdClass Object ( [fid] => 46 [uid] => 1...
?>
goes like this for a couple of pages. If I go to content, the node has been published, if I click in reload it publish twice the same node.
How can I get rid of this screen?
I am using this module with Media_Mover, swfobjectAPI and XSPF_Playlist to convert and display attached files as videos in nodes.