anatoli
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Sentry] Sentry combo with is_wp_errorHi Alex,
thanks for reply.Your snippet works! Thanks a lot, meanwhile i was trying with this
try { myMethodThatCanThrowAnException(); } catch ( \Exception $e ) { // We are using wp_sentry_safe to make sure this code runs even if the Sentry plugin is disabled if ( function_exists( 'wp_sentry_safe' ) ) { wp_sentry_safe( function ( \Sentry\State\HubInterface $client ) use ( $e ) { $client->captureException( $e ); } ); } wp_die( 'There was an error doing this thing you were doing, we have been notified!' ); }
and it works as well!
Thank you
Forum: Plugins
In reply to: [WordPress Sentry] Only Sentry test works.Alex,
finally i’ve got the problem.
There are no plugins who block Sentry…
the problem is about only fatal error are catched (so when i remove all plugins some fatel error are sento to SentrY).No warning, no notice are catched, only fatal errors.
Can i fix that?
Forum: Plugins
In reply to: [WordPress Sentry] Only Sentry test works.Anyway… Sentry is reciving just Fatal Error, no Notice or Warning that i can find inside the wp’s debug.log
I’ve tried whit adn whitout:
define( ‘WP_SENTRY_ERROR_TYPES’, E_ALL); in my wp-config.php.Any suggest about that?
(i’m still looking for bad plugin…)
- This reply was modified 2 years, 1 month ago by anatoli.
Forum: Plugins
In reply to: [WordPress Sentry] Only Sentry test works.Yes, sure.
Let me find the guilty and i’ll tell you back.Forum: Plugins
In reply to: [WordPress Sentry] Only Sentry test works.Hi Alex, now it works! I disabled all plugins and now it's working... so i'have to find the guilty one!! Onestly i had just tried to disabled all plugins but BEFORE modify the wp-config.php as you suggested with your first link. Now, with the wp-config edited as you suggested and removing all others plugins it work. Thanks a lot!
Forum: Plugins
In reply to: [WordPress Sentry] Only Sentry test works.Hi Alex,
thanks for reply, i tried what your’s link suggest but it’s still not working.I created the php file suggested inside mu-plugins folder without success.
However the test call still works again.
Forum: Themes and Templates
In reply to: [Fruitful] Theme broken on iPadsHi, here my feedback.
Thanks for your fix but is not working for me (ipad air 2).I replaced all the data files inside fruitful theme director but anything is changed.
Instead the anphira’s tricks works properly (thanks anphira’s ?? ).
Thanks
Great!
If you find something, please let me know.Thanks a lot.
Hi Cory,
ok that’s the answer…
“This option is only availbe with mysqldump mode.”I’ve used it in “php mode” so no one checkbox are shown in Database Tab.
I’m going to try your trick.
Thanks Cory,
i’m going to try your trick but i don’t find the option you’re talking about.Where i can find it?
I’m using Duplicator 1.1.14
Hi Cory,
Thanks for your reply.I checked the MyServer version and i found the problem.
Is the utf8mb4 db chars code that is not supported by my host.
The upgrade to WP 4.5.3 did the damage :).
Maybe could be interesting add an option, in your amazing plugin, for retro-compatibility?
Anyway thanks a lot, after converted DB to utf8 the problem is gone.
ThanksI’ve got the same problem. ??
I made a simple test creating a level with just one day expiration time.
I put all my wordpress in my testing remote site, subscribed this kind of membership level yestarday and today… the user keep viewing the rescricted resouces. ??
Also… i need to create a lot of different specific level and i’d like to test it in my local configuration but how can i do that?
Changing the operation system date is not working so there is a trick to resolve it?Surely i’ll going to get a membership pro account because my project needs a lot of specific help but before do that i need to know if this is the right plugin for me and then i need to see it works.
Thank you in advance.
Yes!!!!
It’s sounds perfect! Thank you!
Forum: Plugins
In reply to: [Plugin: PodPress] Doesn't works!Finally I found the guilty!
There is a problem with “iMP Auto Slimbox” plugin. Deactivated it, everything works fine even in IE. ??
The strange thing is… why you don’t see the problem browsing the page by your IE version?
Doesn’t matter… problem solved
Thank you very much ntm! ??
Forum: Plugins
In reply to: [Plugin: PodPress] Doesn't works!First of all,
thanks for you help.Visiting your page i’ve no error with my IE, and it’s strange because in my blog, i’ve got this problem only on the pages where podpress works so i don’t no what i’ve to thing.
I searched with Google about this error and they talk about some king of compatibily between podpress ad wordpress 2.6, anyway i’m gonna search again.
So, thanks again ??