Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Bug - No Meta Data


  • Please log in to reply
1 reply to this topic

#1 twiddle7

twiddle7

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 25 February 2013 - 06:32 AM

I get this error when I try creating a gallery with no meta data        

 

 

 Show each video's...[dropdown]. 

 

Fatal error: Call to undefined method tubepress_impl_options_ui_fields_MetaMultiSelectField::getStorageManager() in /home/content/99/8725299/html/GEF2/wp-content/plugins/tubepress_pro_3_0_0/src/main/php/classes/tubepress/impl/options/ui/fields/AbstractMultiSelectField.php on line 67

 

 

 

What is the best way to achieve a random 1 video with no metadata? 

 

current code works but i'd like to display different video's in the side bar. 

<!-- Start Sidebar-->

<?php include WP_PLUGIN_DIR . '/tubepress_pro_3_0_0/sys/classes/TubePressPro.class.php';?>
<div id="right-content">
 
  
  
  <div class="video-block">
    <h3>Featured Video</h3>
 
  <?php   print TubePressPro::getHtmlForShortcode('mode="user" tagValue="globalenrichment" hqThumbs="true" lazyPlay="true" perPageSort="oldest" ResultsPerPage="1"');
 
?>
 
 
 


#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 25 February 2013 - 04:33 PM

Hi,

 

This is a known bug that has a fix slated for TubePress 3.0.1. In the meantime, you can get your current copy of TubePress working by following the instructions in this thread. Please give that a try and let us know how it works for you. Thanks!