• Skip to content
  • Skip to primary sidebar
  • Skip to footer

Foliovision

Main navigation

  • Weblog
    • FV Player
    • WordPress
    • Video of the Week
    • Case Studies
    • Business
  • About
    • Testimonials
    • Meet the Team
    • We Support
    • Careers
    • Contact
    • Pricing
  • Products
  • Support
    • FV Player Docs
    • Pro Support
  • Login
  • Basket is empty

Gomez

  • Profile
  • Topics Started
  • Replies Created

Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • 3 years ago in reply to: Can’t create new video after last update
    Gomez

    Hi, I reinstalled only FV Player while I kept FV Pro installed and everything seems to work again fine. Thank you for the help!

    3 years ago in reply to: Can’t create new video after last update
    Gomez

    Do I also need to uninstall FV Pro and FV Vast or just the FV Player is enough?

    3 years ago in reply to: Can’t create new video after last update
    Gomez

    This is the SQL exception thrown while executing the alter table query:

    #1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
    3 years ago in reply to: Can’t create new video after last update
    Gomez

    This is the full list of what I see inside the database panel inside FV Player Tools tab:

    Here’s the result of the last database upgrade check:

    DESCRIBE wp_fv_player_players;
    SHOW INDEX FROM wp_fv_player_players;
    DESCRIBE wp_fv_player_playermeta;
    SHOW INDEX FROM wp_fv_player_playermeta;
    DESCRIBE wp_fv_player_videos;
    SHOW INDEX FROM wp_fv_player_videos;
    ALTER TABLE wp_fv_player_videos ADD COLUMN splash_attachment_id bigint(20) unsigned
    DESCRIBE wp_fv_player_videometa;
    SHOW INDEX FROM wp_fv_player_videometa;
    3 years ago in reply to: Can’t create new video after last update
    Gomez

    I updated again the plugin to the latest version available and I checked if the column “splash_attachment_id” had added to the db table. Apparently the alter table script is beeing executed, but the new column is not present. The only action I made after the plugin was updated was to click on “save changes” button on FV Vast page, I had to do it because I got a message saying I have to insert a valid Vast license key (even if the license was already valid and already present).

    I’d like to not reinstall FV Player, I’m worried to loose all the videos and the configs and I can’t risk that, I have thousands of videos there. Moreover a complete reinstall will cause a big disservice for my customers.

    From the system info I could verify that the table “wp_fv_player_videos” does not have “splash_attachment_id” column. However inside the database panel I can see that the script was executed:

    ALTER TABLE wp_fv_player_videos ADD COLUMN splash_attachment_id bigint(20) unsigned

    Now if I try to create new video inside a wordpress post/page I get this errore message:

    “Failed to save the video: Unknown column ‘splash_attachment_id’ in ‘field list'”

    {"video_meta":{"video":{"0":{"last_video_meta_check":{"value":"1657209730"}}},"hls":{"0":{},"16":{}},"subtitles":{"0":[{"code":"","file":""}]},"transcript":{"0":{}},"chapters":{"0":{}}},"player_meta":{},"fv_wp_flowplayer_field_player_name":"","videos":{"0":{"fv_wp_flowplayer_field_src":"aaa.mp4","fv_wp_flowplayer_field_src1":"","fv_wp_flowplayer_field_src2":"","fv_wp_flowplayer_field_width":"","fv_wp_flowplayer_field_height":"","fv_wp_flowplayer_field_rtmp":"","fv_wp_flowplayer_field_rtmp_path":"","fv_wp_flowplayer_field_mobile":"","fv_wp_flowplayer_field_splash":"aaa.jpg","fv_wp_flowplayer_field_splash_attachment_id":"54927","fv_wp_flowplayer_field_splash_text":"","fv_wp_flowplayer_field_caption":"","fv_wp_flowplayer_field_start":"","fv_wp_flowplayer_field_end":"","fv_wp_flowplayer_hlskey":"","fv_wp_flowplayer_field_encoding_job_id":""}},"fv_wp_flowplayer_field_width":"","fv_wp_flowplayer_field_height":"","fv_wp_flowplayer_field_autoplay":"","fv_wp_flowplayer_field_embed":"","fv_wp_flowplayer_field_align":"","fv_wp_flowplayer_field_controlbar":"","fv_wp_flowplayer_field_sticky":"","fv_wp_flowplayer_field_playlist":"","fv_wp_flowplayer_field_share":"","fv_wp_flowplayer_field_share_url":"","fv_wp_flowplayer_field_share_title":"","fv_wp_flowplayer_field_speed":"","fv_wp_flowplayer_field_playlist_advance":"","fv_wp_flowplayer_field_ab":"","fv_wp_flowplayer_field_hflip":"","fv_wp_flowplayer_field_qsel":"","fv_wp_flowplayer_hlskey":"","fv_wp_flowplayer_field_copy_text":"","fv_wp_flowplayer_field_end_actions":"","fv_wp_flowplayer_field_redirect":"","fv_wp_flowplayer_field_popup_id":"","fv_wp_flowplayer_field_popup":"","fv_wp_flowplayer_field_email_list":"0","fv_wp_flowplayer_field_ad":"","fv_wp_flowplayer_field_ad_width":"","fv_wp_flowplayer_field_ad_height":"","fv_wp_flowplayer_field_ad_skip":"","fv_wp_flowplayer_field_video_ads":"","fv_wp_flowplayer_field_video_ads_post":""}
    3 years ago in reply to: Can’t create new video after last update
    Gomez

    Hi, no it didn’t fix it.

    1. If I try to create a new video inside wp-admin -> FV Player –> Videos/Playlists a new record appears in the list but it doesn’t have a name or a preview (even if I added them during the creation). If I try to create a new video inside a wordpress page (using the classic editor) the shortcode [fvplayer id="...."] is added inside the body, but If I publish the page/post FV player does not appear on it. Moreover, the video created directly inside the page is not listed inside wp-admin -> FV Player –> Videos/Playlists. If I try to edit the video from the wordpress page editor, the modal keeps on loading and the error I reported in my previous message appears inside the developer tools. Basically the javascript exception blocks the correct execution of your plugin.

    2. I created a new page/posts and I created a new video with FV player from the WordPress classic editor. I got the shortcode, then I clicked on FV player to edit the video and I got this in my logs:

    FV Player Editor: Loading for TinyMCE in Text Mode...
    FV Player Editor: Loading shortcode: fvplayer id="1039"
    FV Player Editor: Loading shortcode player id: 1039
    FV Player Editor: Running fv_player_db_load Ajax.
    FV Player Editor: Finished fv_player_db_load Ajax.
    {id: '1039', author: '1', changed_by: '1', date_created: '2022-07-06 22:03:41', date_modified: '2022-07-06 22:04:10', …}
    Uncaught TypeError: Cannot read properties of undefined (reading 'match')
        at HTMLDocument.show_stream_fields (shortcode-editor.js?ver=1657144964:3665:89)
        at HTMLDocument.dispatch (load-scripts.php...)
        at v.handle (load-scripts.php...)
        at Object.trigger (load-scripts.php...)
        at HTMLDocument.<anonymous> (load-scripts.php...)
        at Function.each (load-scripts.php...)
        at s.fn.init.each (load-scripts.php...)
        at s.fn.init.trigger (load-scripts.php...)
        at playlist_item_show (shortcode-editor.js?ver=1657144964:3221:12)
        at Object.success (shortcode-editor.js?ver=1657144964:2368:17)
    3 years ago in reply to: No vast ads loaded from both Exoclick and AdsTerra
    Gomez

    I did all the tests using guest mode with Chrome but I still don’t get any ads. However it turned out that the problem was the country where I played the videos, in one case I got 0 ads out of 20 attempts. Switching to other countries using a VPN displayed the ads instead.
    The problem seems to be solved thank you for the support. Please can you delete the whole thread with all the messages? Thank you

    3 years ago in reply to: No vast ads loaded from both Exoclick and AdsTerra
    Gomez

    Hi, I’ll post the original links then. However yes, I tried to play videos and ads in guest mode but nothing is displayed.

    (redacted)-pushing-creamy-redacted)

    (redacted)-close-up/

    (redacted)-juice/

    (redacted)/dark-haired-(redacted)

    Thank you

    3 years ago in reply to: No vast ads loaded from both Exoclick and AdsTerra
    Gomez

    Ok I thought it was not safe to share adult links, I’d like if you can hide the link publicly. However here you are 3 different videos where vast ads should load immediately after the start. I don’t see any ads in any of theese videos.

    (redacted)

    Thank you

    • This reply was modified 3 years, 3 months ago by Mária Stašová. Reason: Links redacted
    3 years ago in reply to: No vast ads loaded from both Exoclick and AdsTerra
    Gomez

    I’d prefer to share links to the website privately. Is it possible to open a new ticket privately instead of this public thread? Thank you

    3 years ago in reply to: No vast ads loaded from both Exoclick and AdsTerra
    Gomez

    This is Exoclick vast code used for every videos:

    https://syndication.realsrv.com/splash.php?idzone(redacted)

Viewing 11 replies - 1 through 11 (of 11 total)

Primary Sidebar

Sign in Register
FV Player Docs Post New Topic

Welcome

to Foliovision support forums! We'll be happy to provide free support to resolve all the reported bugs. You always can start by specifying your OS and browser and steps to reproduce the bug.

If you need help with the installation on your site, please submit a request for a Pro Support Incident. We'll have you up and running in no time, with detailed instructions on how to resolve your issue yourself in the future.

Facing a hard to solve WordPress problem? On a tight deadline?

Let us take care of it for you
right now.

Pro Support Buy FV Player

Footer

Our Plugins

  • FV WordPress Flowplayer
  • FV Thoughtful Comments
  • FV Simpler SEO
  • FV Antispam
  • FV Gravatar Cache
  • FV Testimonials

Free Tools

  • Pandoc Online
  • Article spinner
  • WordPress Password Finder
  • Delete LinkedIn Account
  • Responsive Design Calculator
Foliovision logo
All materials © 2025 Foliovision s.r.o. | Panská 12 - 81101 Bratislava - Slovakia | info@foliovision.com
  • This Site Uses Cookies
  • Privacy Policy
  • Terms of Service
  • Site Map
  • Contact
  • Tel. ‭+421 2/5292 0086‬

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Necessary Cookies

Strictly Necessary Cookie allow you to log in and download your software or post to forums.

We use the WordPress login cookie and the session cookie.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.

Support Cookies

Foliovision.com uses self-hosted Rocket.chat and self-hosted Freescout support desk to provide support for FV Player users. These cookies allow our visitors to chat with us and/or submit support tickets.

We are delighted to recommend self-hosted Rocket.chat and especially Freescout to other privacy-conscious independent publishers who would prefer to self-host support.

Please enable Strictly Necessary Cookies first so that we can save your preferences!

3rd Party Cookies

This website uses Google Analytics and Statcounter to collect anonymous information such as the number of visitors to the site, and the most popular pages.

Keeping this cookie enabled helps us to improve our website.

We reluctantly use Google Analytics as it helps us to test FV Player against popular Google Analytics features. Feel free to turn off these cookies if they make you feel uncomfortable.

Statcounter is an independent Irish stats service which we have been using since the beginning of recorded time, sixteen years ago.

Please enable Strictly Necessary Cookies first so that we can save your preferences!