Viewing 1 replies (of 1 total)
  • Hi,

    Open your database and select your table. Now select SQL tab and paste the below code and click go button.

    ALTER TABLE WP_hdflvvideoshare MODIFY google_adsense_value INT( 3 ) NULL
    ALTER TABLE WP_hdflvvideoshare MODIFY google_adsense INT( 3 ) NULL
    ALTER TABLE WP_hdflvvideoshare MODIFY midrollads INT( 11 ) NULL
    ALTER TABLE WP_hdflvvideoshare MODIFY imaad INT( 11 ) NULL
    ALTER TABLE WP_hdflvvideoshare MODIFY prerollads VARCHAR(25) NULL
    ALTER TABLE WP_hdflvvideoshare MODIFY postrollads VARCHAR(25) NULL

    Note : Replace WP_ with your table prefix in the above query. Also you can upgrade the latest version of the plugin to fix the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘add new video not working in wordpress 4.4’ is closed to new replies.