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

TubePressPro 2.2.7 Wordpress Install failed due fatal err


  • Please log in to reply
7 replies to this topic

#1 Matthew Goodman

Matthew Goodman

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 30 August 2011 - 05:50 AM

Wordpress 3.2.1
PHP 5.2.17 - running as Apache compiled module
Gentoo Linux

After unzipping the zipfile provided in the download area, I copied the tubepress_pro_2_2_7/ directory into wp-content/plugins

I can see the TubePress Pro 2.2.7 in the plugins list, but when I go to activate it, I receive the following error:

Plugin could not be activated because it triggered a fatal error.

Fatal error: Class 'ReflectionClass' not found in /home/brownsplumbing/newsite/wp-content/plugins/tubepress_pro_2_2_7/sys/classes/org/tubepress/impl/ioc/TubePressIocService.class.php on line 128

^^ Inside of the Wordpress plugin page.

Please advise if you have any ideas. I have searched the bug tracker and the forums but found nothing :(

#2 Matthew Goodman

Matthew Goodman

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 31 August 2011 - 02:01 PM

Could I please receive a reply regarding this issue, I am currently unable to proceed with the Pro version.

#3 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 31 August 2011 - 06:35 PM

Hi,

I'm sorry that you're having trouble getting TubePress Pro to work. We should be able to clear up these errors. What's strange is that your PHP installation seems to have Reflection disabled, which according to the PHP official docs is impossible. Some Googling around shows that perhaps in the past users could provide the "--disable-reflection" switch, but I can't find any official references to such an option. The current list of compile options doesn't have it, either.

Could you provide your output of phpinfo? We might be able to gather some more clues from that.

Thanks!

#4 Matthew Goodman

Matthew Goodman

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 31 August 2011 - 07:45 PM

I will re-build PHP with reflection enabled and see if that works. If not, I will report back here with an output of my php info.

Also, I have emailed you a summary of this error (with appropriate links to phpinfo as well as wordpress backend). I'll report back here with the results. Thank you SO much for responding!

#5 Matthew Goodman

Matthew Goodman

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 31 August 2011 - 11:06 PM

And voila! --enable-reflection did the trick!

Sorry - I use Gentoo Linux and their default USE flags occasionally creates problems when it comes to compile options. Thank you for noticing it and letting me know, that made my day!

#6 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 31 August 2011 - 11:12 PM

Great news! Yeah, I used Gentoo for many years and completely understand ;) I'm still surprised that PHP will let you disable reflection.

Please let us know if you run into any other snags. Thanks!

#7 Paul Koziorowski

Paul Koziorowski

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 14 September 2011 - 11:25 AM

I don't get any errors. Just a blank screen...(website)/plugins.php?activate=true&plugin_status=inactive&paged=1&s=

any ideas as to why?

#8 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 14 September 2011 - 10:25 PM

I don't get any errors. Just a blank screen...(website)/plugins.php?activate=true&plugin_status=inactive&paged=1&s=

any ideas as to why?


Hi,

Do you have access to your PHP error log? There's almost definitely an error being logged there. If you're using PHP 5.3.7 or higher, there's also a hotfix that you might want to apply: http://code.google.c...su...?id=386#c3

Let me know. Thanks!