Open GoogleCodeExporter opened 9 years ago
Same problem in my case. I did manage to activate it after editing (it was very
annoying), not sure if everything works, but patch (attached) could be useful
anyway (it is against Bp_Media_Nightly_Build-2012-07-21) :)
Original comment by al21000...@gmail.com
on 29 Jul 2012 at 8:47
Attachments:
This problem is being caused by a change in the PHP 5.4x interpreter that
throws a fatal error when a function is called with a pass-by-reference
parameter.
Example: foo($bar, &$fail);
We're updating the PHP portions of the plugin as quickly as possible, but it
requires 5K+ edits over almost 1000 different files.
Recent updates:
https://code.google.com/p/buddypress-media/source/detail?r=2371
https://code.google.com/p/buddypress-media/source/detail?r=2357
https://code.google.com/p/buddypress-media/source/detail?r=2356
https://code.google.com/p/buddypress-media/source/detail?r=2355
https://code.google.com/p/buddypress-media/source/detail?r=2354
^F^
Original comment by CarlRoett@gmail.com
on 29 Jul 2012 at 9:11
Original issue reported on code.google.com by
markus.s...@gmail.com
on 8 Jul 2012 at 6:08