Cannot upload video ads
-
Because the only posts on this problem I’ve seen and a fix for it are over 6 months old, is this still the recommended fix? I’m having the same problem, not being able to upload video ads, or link to video ads for pre-roll. I’m not getting any errors when I try to upload.
What I read in another post says I should run these updates on my db table:
ALTER TABLE wp_hdflvvideoshare_vgads CHANGE file_path file_path VARCHAR(200) CHARACTER SET utf8 COLLATE utf8_general_ci NULL; ALTER TABLE wp_hdflvvideoshare_vgads CHANGE title title VARCHAR(200) CHARACTER SET utf8 COLLATE utf8_general_ci NULL; ALTER TABLE wp_hdflvvideoshare_vgads MODIFY impressionurl TEXT NULL; ALTER TABLE wp_hdflvvideoshare_vgads MODIFY clickurl TEXT NULL;In phpadmin when I select the table wp_hdflvvideoshare_vgads and then the SQL tab, I see a line of code already inserted that says:
SELECT * FROM wp_hdflvvideoshare_vgads WHERE 1Do I leave this line there, or do I delete it first to run the updates on the table? Is running these updates on my DB still the suggested fix?
The topic ‘Cannot upload video ads’ is closed to new replies.