arturmoczulski
Forum Replies Created
-
Forum: Plugins
In reply to: [Rollbar] Rollbar plugin creating errors and reporting itself (cron)Thank you for reporting this problem. I created a GitHub issue in our repo: https://github.com/rollbar/rollbar-php-wordpress/issues/82
I will address it shortly and let you know when the problem is fixed.
Forum: Plugins
In reply to: [Rollbar] Catching errors before ‘init’ actionThis has been implemented and included in release 2.5.0
Forum: Plugins
In reply to: [Rollbar] Catching errors before ‘init’ actionThanks for reporting. I’ve recreated this as a GitHub issue in the repo: https://github.com/rollbar/rollbar-php-wordpress/issues/73
And looking into implementing this now.
Forum: Plugins
In reply to: [Rollbar] WP_ENV is not usedHey @luzinis
We actually use environment variables for this and not PHP constants. So if you replace:
define( ‘WP_ENV’, ‘development’ );
with
putenv('WP_ENV=development');
you should be good to go
Forum: Plugins
In reply to: [Rollbar] WP_ENV is not usedThank you for reporting. I added this to my work stack and created an issue in github: https://github.com/rollbar/rollbar-php-wordpress/issues/68
I will update you when this is fixed.
Forum: Plugins
In reply to: [Rollbar] Configuration option custom_data_method doesn’t existFixed. Please update your plugin. Thank you for your patience with this.
- This reply was modified 6 years, 7 months ago by arturmoczulski.
Forum: Plugins
In reply to: [Rollbar] PHP Warning: ucwords() expects exactly 1 parameter, 2 givenHey @mattronica . This has been fixed now in release 2.4.3.
Forum: Plugins
In reply to: [Rollbar] 500 errorThis has been fixed ??
Forum: Plugins
In reply to: [Rollbar] 500 errorHey @mattronica
Sorry to hear you ran into this problem and had to manually fix your database entry.
The latest release v2.3.1 should be much more forgiving when it comes to saving invalid access tokens.
Forum: Plugins
In reply to: [Rollbar] 2.0 Causes Site Not to LoadThank you for bringing this to my attention. I fixed the issue and tagged it in 2.0.1. The update is available through your WordPress plugin installation section in your WordPress admin panel and through composer.