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

Error Message: Upgraded To 3.0.0
#1
Posted 02 February 2013 - 09:45 PM
#2
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:
- Delete any existing installations of TubePress from wp-content/plugins
- Re-install TubePress Pro
Does the problem still persist after doing that?
#3
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
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
Posted 04 February 2013 - 09:39 PM
Uncaught SyntaxError: Unexpected token : funny-videos-2:1789
GET http://www.tubetamil..._=1360031438299 404 (Not Found)
#6
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
Posted 05 February 2013 - 07:45 PM
Thanks
another question:
Help with changing thumbnail, hqdefault to mqdefault.
#8
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?