Gagan Deep Singh
Forum Replies Created
-
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Button Text not showing@eraleks: Can you please mention the site name where the problem is appearing? On our systems with the default theme, its giving proper names on the tabs.
Forum: Plugins
In reply to: [Debug Bar] [Plugin: Debug Bar] PHP Notice: Array to string conversion@d.glockenmeier: Thanks for the patch. Works fine after the change ??
Hi Josh
Thanks for your appreciation. Such kind words help us continue development vigorously.
Cheers!
Forum: Plugins
In reply to: [Debug Bar] [Plugin: Debug Bar] PHP Notice: Array to string conversionSame error on my testing site also.
Not shown the debug bar itself, but its being displayed in the debug log stored in wp-contents folder.We need one is to one mapping of activities with albums and media files, so each activity saying updated an album belongs to that album, and each activity saying uploaded a photo, music or video belongs to a media file, so these can’t be managed without each other, so deleting one causes the deletion of other
Hierarchically the media files are in an album, and once the album is removed, all media files attached to that album are removed as well.About the broken links, I’ll look into the issue in the morning.
We’ll be adding this feature soon. We were about to add it in this release but some things were not going as planned so dropped it for our next big release 2.3
Forum: Plugins
In reply to: [rtMedia for WordPress, BuddyPress and bbPress] Menu Bar LinkThis is going to be there in the next release. In admin bar, there will be Media page with Upload, Photos, Music, Videos and Albums ??
We’ll be adding this support in the plugin very soon.
You can see the screenshots on this page:
https://rtcamp.com/buddypress-media/tour/You are welcome buddy, I am marking this topic as solved. Anything else bugs up, let us know, we’ll be there to help ??
Buddy, in my last comment, I meant you to increase the upload limit, not time limit. The error log you posted gives a clear idea that the problem is caused by the request length, i.e. how much you can upload in a single request, which is defined somewhere in the fcgid.conf which you can find here /etc/http/conf.d/fcgid.conf, edit the figure corresponding to the MaxRequestLen to 75000000
MaxRequestLen (16777216)
Buddy, your fastcgi module is configured to only take a max lenght of 16MB in a post, so the requests are failing…..
Try changing the MaxRequestLen value in fcgid.conf file(located generally in /etc/httpd/conf.d/) to higher than 65MB (lets say 75000000) so that your server will accept the post.@david: The thing is, connection reset happens depending upon the configuration of your server’s php.ini file
look for these values:
max_execution_time = 300000
max_input_time = 300000
memory_limit = 256MIncrease the timeouts to the point where you can upload that 65 MB file to the server with your internet connection(eg, 2MBPS internet connection will take around 300 seconds).
The screenshot you’ve given is showing the content of the activity which basically is a shortcode as of now. In our next release we’ll be making the content static then you’ll see audio, video or image tag instead of those shortcodes.
Also here’s how I tested it:
Installed the Multisite with subfolder structure.
Installed BPM on the main whole network.I guess I need to test it by enabling it only on a child site instead of whole network and see if it works or not.
The issue is resolved since version 2.0.1