Error in video-list-table.class.php
-
There is an error when I use the create shortcode tool.
PHP Fatal error: Uncaught ValueError: Unknown format specifier “;” in /var/www/html/wp-content/plugins/codeflavors-vimeo-video-post-lite/includes/libs/admin/table/video-list-table.class.php:116
The error is in the string, the “%” is not escaped before feeding it into sprintf.
$form.= ‘<div style=”width:100%; display:block; clear:both”></div>’;
The correct string should be
$form.= ‘<div style=”width:100%%; display:block; clear:both”></div>’;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Error in video-list-table.class.php’ is closed to new replies.