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

Error Message: Upgraded To 3.0.0


  • Please log in to reply
7 replies to this topic

#1 Ravishankar Sugathevan

Ravishankar Sugathevan

    Member

  • Members
  • PipPip
  • 21 posts

Posted 02 February 2013 - 09:45 PM

Fatal error: Class 'tubepress_impl_options_ui_AbstractFormHandler' not found in /home/indikolly/public_html/wp-content/plugins/tubepress_pro_3_0_0/src/main/php/plugins/wordpress/classes/tubepress/plugins/wordpress/impl/options/ui/WordPressOptionsFormHandler.php on line 16



#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 03 February 2013 - 03:15 PM

Hi,

 

Thanks for this report. Just to rule out a corrupted installation, would you mind doing the following:

 

  1. Delete any existing installations of TubePress from wp-content/plugins
     
  2. Re-install TubePress Pro

Does the problem still persist after doing that?



#3 Ravishankar Sugathevan

Ravishankar Sugathevan

    Member

  • Members
  • PipPip
  • 21 posts

Posted 03 February 2013 - 09:53 PM

Thanks

 

It works now.
but I have another problem after
Upgraded To 3.0.0

video thumbnails showing but nothing happens when I click on thumbnails.



#4 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 04 February 2013 - 08:19 PM

video thumbnails showing but nothing happens when I click on thumbnails.

 

Could you send along a link to your site? Unclickable thumbnails are usually easy to diagnose remotely. Thanks!



#5 Ravishankar Sugathevan

Ravishankar Sugathevan

    Member

  • Members
  • PipPip
  • 21 posts

Posted 04 February 2013 - 09:39 PM


Uncaught SyntaxError: Unexpected token : funny-videos-2:1789
GET http://www.tubetamil..._=1360031438299 404 (Not Found)



#6 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 04 February 2013 - 10:35 PM

The link that you sent looks like it has a hardcoded reference to "sys/ui/static" which is a path that has changed in TubePress 3.0.0 and above:

 

http://www.tubetamil.com/wp-content/plugins/tubepress_pro_3_0_0/sys/ui/static/players/solo/solo.js

 

The URL should look like

http://www.tubetamil.com/wp-content/plugins/tubepress_pro_3_0_0/src/main/web/players/static/players/solo/solo.js

 

Can you think of somewhere where you might have hardcoded that path?



#7 Ravishankar Sugathevan

Ravishankar Sugathevan

    Member

  • Members
  • PipPip
  • 21 posts

Posted 05 February 2013 - 07:45 PM

Thanks

 

another question:

Help with changing thumbnail, hqdefault to mqdefault.



#8 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 05 February 2013 - 07:49 PM

Help with changing thumbnail, hqdefault to mqdefault.

 

In TubePress 3.0.0 you can edit line 112 of tubepress_pro_3_0_0/src/main/php/plugins/procore/classes/tubepress/plugins/procore/impl/filters/video/ProVideoConstructionFilter.php. Simply replace "hqdefault" with "mqdefault".

 

Give that a try?