Forum Replies Created
-
-
6 years ago in reply to: Can’t edit playlist6 years ago in reply to: Can’t edit playlist
Hello Martin,
here’s the log from when I called export:
==============================... [29-Nov-2018 18:27:41] PHP Notice: Undefined variable: out in /var/www/web1640/html/wp-content/plugins/fv-wordpress-flowplayer-master/models/db.php on line 1216 ...
6 years ago in reply to: Can’t edit playlistHello Martin,
with your new version I can edit the playlist finally! But the export contains only “null”.
regards
Paul6 years ago in reply to: Can’t edit playlistHello Martin,
the log includes the moment I attempted to edit the playlist.
The export funktion opens an empty textfield and the buttons “Copy to Clipboard” and “Close”.regards
Paul6 years ago in reply to: Can’t edit playlistHello Martin,
the debug.log is from the moment I opend wp-admin -> FV Player until attempt to edit the playlist:
.... 28-Nov-2018 13:00:39] PHP Warning: json_encode() expects exactly 1 parameter, 2 given in .../wp-content/plugins/fv-wordpress-flowplayer/models/db.php on line 1064 .... [28-Nov-2018 13:01:00] PHP Warning: json_encode() expects exactly 1 parameter, 2 given in .../wp-content/plugins/fv-wordpress-flowplayer/models/db.php on line 1064 ...
6 years ago in reply to: Can’t edit playlistHello Martin,
it’s indeed a spinning icon in a white window. But it appeares on a black background (lightbox). Did’nt know how to describe it.
PHP version depends from my provider.
The problem occours no matter how many videos are in the playlist.regards
Paul6 years ago in reply to: Can’t edit playlistHello Martin,
Table `wp_fv_player_videometa` is empty. Here the other 3 tables:
================================================
— Host: localhost
— Server Version: 5.7.20
— PHP-Version: 5.4.45INSERT INTO `wp_fv_player_playermeta` (`id`, `id_player`, `meta_key`, `meta_value`) VALUES (9, 9, 'post_id', '3008'); INSERT INTO `wp_fv_player_players` (`id`, `player_name`, `player_slug`, `videos`, `ab`, `ad`, `ad_height`, `ad_width`, `ad_skip`, `align`, `author`, `autoplay`, `controlbar`, `copy_text`, `changed_by`, `date_created`, `date_modified`, `embed`, `end_actions`, `end_action_value`, `height`, `hflip`, `lightbox`, `lightbox_caption`, `lightbox_height`, `lightbox_width`, `playlist`, `playlist_advance`, `qsel`, `share`, `share_title`, `share_url`, `speed`, `sticky`, `video_ads`, `video_ads_post`, `width`) VALUES (9, 'testplaylist', '', '9', '', '', '', '', '', '', 1, '', '', '', 1, '2018-11-27 18:22:14', '2018-11-27 18:22:14', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `wp_fv_player_videos` (`id`, `src`, `src1`, `src2`, `splash`, `splash_text`, `caption`, `end`, `mobile`, `rtmp`, `rtmp_path`, `start`) VALUES (9, 'https://cdn.foliovision.com/wp-content/videos/Formation2010.mp4', '', '', '', '', '', '', '', '', '', '');
6 years ago in reply to: Can’t edit playlistHello Martin,
the cloned playlist can’t be edited either.
What export do you mean: from dashboard or database via myphpadmin?
I have enabled php-loging in wp-config.php:
define( ‘WP_DEBUG’, true);
No /wp-content/debug.log was written; php-errors are displayed on the web-site instead. But no new entries when open player in editor.regards
Paul