not able to use Tubepress in my wordpress site
-
not able to use Tubepress in my wordpress site, even options are not showing in admin panel for creating galleries.
-
Can you verify that the plugin has been activated at WP Admin > Plugins?
Are you seeing any error messages?
Yes Plugin was activated and nothing like error messages showing.
I’m experiencing the same issue. Plugin is installed and enabled but no configuration options in WordPress admin are showing up.
PHP: 5.3.10
Wordpress: 3.5.1
Tubepress: 3.0.1Tubepress is ignoring my PHP
error_log
configuration directive. So I had to manually catch this error intubepress_impl_bootstrap_TubePressBootstrapper::boot()
The service definition "tubepress_spi_context_executioncontext" does not exist.
Unable to provide a debug backtrace as I have no idea where Tubepress is logging error messages to.
Here’s the backtrace:
PHP Fatal error: Uncaught exception 'ehough_iconic_api_exception_InvalidArgumentException' with message 'The service definition "tubepress_spi_context_executioncontext" does not exist.' in wp-content/plugins/tubepress/vendor/ehough/iconic/src/main/php/ehough/iconic/impl/ContainerBuilder.php:595 Stack trace: #0 wp-content/plugins/tubepress/vendor/ehough/iconic/src/main/php/ehough/iconic/impl/ContainerBuilder.php(299): ehough_iconic_impl_ContainerBuilder->getDefinition('tubepress_spi_c...') #1 wp-content/plugins/tubepress/vendor/ehough/iconic/src/main/php/ehough/iconic/impl/Container.php(240): ehough_iconic_impl_ContainerBuilder->_onGetCausedInvalidArgumentException(Object(ehough_iconic_api_exception_ServiceNotFoundException), 'tubepress_spi_c...', 1) #2 wp-content/plugins/tubepress/src/main/php/classes/tubepress/impl/patterns/ioc/CoreIocContainer.php(53): ehough_iconic_impl_Container->get('tubepress_spi_c in wp-content/plugins/tubepress/vendor/ehough/iconic/src/main/php/ehough/iconic/impl/ContainerBuilder.php on line 595
Thanks for passing along the error messages. I suspect that this is definitely a bug. Two questions:
1. Did either of you have TubePress 3.0.0 running? Wondering if this a new problem with TubePress 3.0.1 (which is the latest at the time of this writing)
2. What happens if you add ?tubepress_debug=true to the end of the URL when you’re in your WP admin area? e.g.
https://yoursite.com/wp-admin/?tubepress_debug=true
That should spit a whole lot of debugging information to the screen which, if you’re able and willing, could be posted to pastebin.com or somewhere else where it’s easy to read.
Let me know. Thanks!
Following was happened after adding tubepress_debug=true to the end of the URL when i am in WP admin area.
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Booting!
[2013-04-04 06:25:43] [DEBUG] Filesystem Plugin Discoverer: Found valid plugin at /home4/prasann2/public_html/wp-content/plugins/tubepress/src/main/php/plugins/wordpress/WordPress.info
[2013-04-04 06:25:43] [DEBUG] Filesystem Plugin Discoverer: Found valid plugin at /home4/prasann2/public_html/wp-content/plugins/tubepress/src/main/php/plugins/youtube/YouTube.info
[2013-04-04 06:25:43] [DEBUG] Filesystem Plugin Discoverer: Found valid plugin at /home4/prasann2/public_html/wp-content/plugins/tubepress/src/main/php/plugins/embedplus/EmbedPlusPlayer.info
[2013-04-04 06:25:43] [DEBUG] Filesystem Plugin Discoverer: Found valid plugin at /home4/prasann2/public_html/wp-content/plugins/tubepress/src/main/php/plugins/core/Core.info
[2013-04-04 06:25:43] [DEBUG] Filesystem Plugin Discoverer: Found valid plugin at /home4/prasann2/public_html/wp-content/plugins/tubepress/src/main/php/plugins/jwplayer/JwPlayer.info
[2013-04-04 06:25:43] [DEBUG] Filesystem Plugin Discoverer: Found valid plugin at /home4/prasann2/public_html/wp-content/plugins/tubepress/src/main/php/plugins/vimeo/Vimeo.info
[2013-04-04 06:25:43] [DEBUG] Filesystem Plugin Discoverer: Found 6 valid plugin(s) from /home4/prasann2/public_html/wp-content/plugins/tubepress/src/main/php/plugins
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Found 6 plugins (6 system and 0 user)
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Now register plugin classloaders
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 1 of 6: TubePress Core) Creating classloader that has 1 classpath(s)
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 1 of 6: TubePress Core) Registering /home4/prasann2/public_html/wp-content/plugins/tubepress/src/main/php/plugins/core/classes as a classpath
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 2 of 6: Basic WordPress Integration) Creating classloader that has 1 classpath(s)
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 2 of 6: Basic WordPress Integration) Registering /home4/prasann2/public_html/wp-content/plugins/tubepress/src/main/php/plugins/wordpress/classes as a classpath
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 3 of 6: Basic YouTube Integration) Creating classloader that has 1 classpath(s)
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 3 of 6: Basic YouTube Integration) Registering /home4/prasann2/public_html/wp-content/plugins/tubepress/src/main/php/plugins/youtube/classes as a classpath
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 4 of 6: Basic Vimeo Integration) Creating classloader that has 1 classpath(s)
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 4 of 6: Basic Vimeo Integration) Registering /home4/prasann2/public_html/wp-content/plugins/tubepress/src/main/php/plugins/vimeo/classes as a classpath
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 5 of 6: EmbedPlus) Creating classloader that has 1 classpath(s)
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 5 of 6: EmbedPlus) Registering /home4/prasann2/public_html/wp-content/plugins/tubepress/src/main/php/plugins/embedplus/classes as a classpath
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 6 of 6: JW Player) Creating classloader that has 1 classpath(s)
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 6 of 6: JW Player) Registering /home4/prasann2/public_html/wp-content/plugins/tubepress/src/main/php/plugins/jwplayer/classes as a classpath
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Done registering plugin classloaders. Now registering plugin IoC container extensions.
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 1 of 6: TubePress Core) Will attempt to load tubepress_plugins_core_impl_patterns_ioc_IocContainerExtension as an IoC container extension
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 1 of 6: TubePress Core) Successfully loaded tubepress_plugins_core_impl_patterns_ioc_IocContainerExtension as an IoC container extension
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 2 of 6: Basic WordPress Integration) Will attempt to load tubepress_plugins_wordpress_impl_patterns_ioc_WordPressIocContainerExtension as an IoC container extension
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 2 of 6: Basic WordPress Integration) Successfully loaded tubepress_plugins_wordpress_impl_patterns_ioc_WordPressIocContainerExtension as an IoC container extension
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 3 of 6: Basic YouTube Integration) Will attempt to load tubepress_plugins_youtube_impl_patterns_ioc_YouTubeIocContainerExtension as an IoC container extension
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 3 of 6: Basic YouTube Integration) Successfully loaded tubepress_plugins_youtube_impl_patterns_ioc_YouTubeIocContainerExtension as an IoC container extension
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 4 of 6: Basic Vimeo Integration) Will attempt to load tubepress_plugins_vimeo_impl_patterns_ioc_VimeoIocContainerExtension as an IoC container extension
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 4 of 6: Basic Vimeo Integration) Successfully loaded tubepress_plugins_vimeo_impl_patterns_ioc_VimeoIocContainerExtension as an IoC container extension
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 5 of 6: EmbedPlus) Will attempt to load tubepress_plugins_embedplus_impl_patterns_ioc_EmbedPlusIocContainerExtension as an IoC container extension
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 5 of 6: EmbedPlus) Successfully loaded tubepress_plugins_embedplus_impl_patterns_ioc_EmbedPlusIocContainerExtension as an IoC container extension
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 6 of 6: JW Player) Will attempt to load tubepress_plugins_jwplayer_impl_patterns_ioc_JwPlayerIocContainerExtension as an IoC container extension
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 6 of 6: JW Player) Successfully loaded tubepress_plugins_jwplayer_impl_patterns_ioc_JwPlayerIocContainerExtension as an IoC container extension
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Done registering plugin IoC container extensions. Now registering plugin IoC compiler passes.
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 1 of 6: TubePress Core) Will attempt to load tubepress_plugins_core_impl_patterns_ioc_CoreIocContainerCompilerPass as an IoC compiler pass
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 1 of 6: TubePress Core) Successfully loaded tubepress_plugins_core_impl_patterns_ioc_CoreIocContainerCompilerPass as an IoC compiler pass
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 2 of 6: Basic WordPress Integration) Did not register any IoC compiler passes
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 3 of 6: Basic YouTube Integration) Did not register any IoC compiler passes
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 4 of 6: Basic Vimeo Integration) Did not register any IoC compiler passes
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 5 of 6: EmbedPlus) Did not register any IoC compiler passes
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: (Plugin 6 of 6: JW Player) Did not register any IoC compiler passes
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Done registering plugin IoC compiler passes. Now compiling IoC container.
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Done compiling IoC container. Now loading plugins.
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Attempting to load plugin 1 of 6: TubePress Core
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Done attempting to load plugin 1 of 6: TubePress Core
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Attempting to load plugin 2 of 6: Basic WordPress Integration
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Done attempting to load plugin 2 of 6: Basic WordPress Integration
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Attempting to load plugin 3 of 6: Basic YouTube Integration
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Done attempting to load plugin 3 of 6: Basic YouTube Integration
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Attempting to load plugin 4 of 6: Basic Vimeo Integration
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Done attempting to load plugin 4 of 6: Basic Vimeo Integration
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Attempting to load plugin 5 of 6: EmbedPlus
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Done attempting to load plugin 5 of 6: EmbedPlus
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Attempting to load plugin 6 of 6: JW Player
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Done attempting to load plugin 6 of 6: JW Player
[2013-04-04 06:25:43] [DEBUG] TubePress Bootstrapper: Boot completed in 141.525984 millisecondsHey…I just got the same thing…..What is it? Same log errors
(I forgot to click the notify button. Therefore the double post)
Same thing is happening to me.
I don’t even see TubePress Options in my Settings.Can’t get this plugin working ?? Same issues as the others in this topic. Settings are not even showing up. Tested 3.0.1 and 3.1.0 RC, no luck.
Any news on this? 3 months ago this was called a bug, but no solution seems to be provided…
Hi folks,
The first thing we would recommend is to try TubePress 3.1.0.RC1. It’s not officially stamped as stable, but we have it running on hundreds of production sites without any issues.
If after upgrading to 3.1.0.RC1 you’re still experiencing trouble, we would ask that you provide us with one, or better all, of the following…
- The output of phpinfo(). Here is a good short tutorial on how to invoke phpinfo(). This will allow us to reproduce your exact PHP environment.
- Your TubePress debug output. You can get this by adding
?tubepress_debug=true
to the end of the URL when you’re in your WP admin area. e.g.
- The topic ‘not able to use Tubepress in my wordpress site’ is closed to new replies.