Fulvio Notarstefano
Forum Replies Created
-
Forum: Reviews
In reply to: [WP PHP Console] Amazing Tool!Thank you for the kind words and glad it’s helpful to you.
The plugin development occurs on https://github.com/unfulvio/wp-php-console
At the moment is rather stable so there’s not much needed in my opinion.
It would be probably more valuable to contribute to the underlying PHP library:
https://github.com/barbushin/php-console
And it would be great if the Chrome extension was ported to Firefox or other browsers.
Cheers!
Forum: Plugins
In reply to: [WP PHP Console] PHP console show nothing though the plugin was installedYou can register the PC class in the Plugin settings, although that is a feature added a by a contributor I seldom use.
To ensure the plugin is working you need to install the Browser extension. Then set a password in the plugin settings. Then, finally, once you see the key icon, enter the same password in the browser.
Check if you are behind SSL and that works alright.
Forum: Reviews
In reply to: [WP PHP Console] Finally!You’re welcome, glad that you found it useful. Cheers
Forum: Reviews
In reply to: [WP PHP Console] Really usefulThank you! I haven’t updated much lately, but the plugin is stable and doesn’t need many updates at the moment. I might bump to show that is still actively supported (I use it myself).
Forum: Reviews
In reply to: [WP PHP Console] great toolGlad you liked it and found useful, cheers
Forum: Plugins
In reply to: [WP PHP Console] Debug Plugin .phpHey David,
I am not sure if I understand your question. If your plugin is activated, it should be then included/loaded in WordPress and get caught by PHP Console. If this doesn’t happen, is your code running in the first place? Is perhaps hooking too early?
There’s a chance where PHP Console is unable to help you is when your code breaks WordPress too early and triggers a fatal error before PHP Console or WordPress is leaded entirely. But in that case the browser screen would show where the error is.
PHP Console is also not helpful in detecting out of memory errors if you have something like an infinite loop for instance.
Cheers
Forum: Reviews
In reply to: [WP PHP Console] Great plugin for debuggingthanks Michel, I appreciate that
Forum: Plugins
In reply to: [Sequential Order Numbers for WooCommerce] Doesn’t work since WC 2.7Hello @jan_a
WooCommerce 2.7 (soon to be renamed WooCommerce 3.0 https://woocommerce.wordpress.com/2017/03/13/important-update-regarding-the-upcoming-woocommerce-release-2-7-will-be-3-0-0/) hasn’t been released yet, the version circulating now is just a release candidate and not suitable for production use, but, as you found out, to test what works and what doesn’t and evaluate changes that were introduced.
Rest assured we are working to bring compatibility with WooCommerce 3.0 for all our plugins, including the free ones published on www.ads-software.com ?? New versions will be released right before WooCommerce 3.0 (formerly 2.7) is officially released.
Thank you!
Fulvio
Forum: Plugins
In reply to: [WP PHP Console] Running selectivelyI think a few reasons why this happens is that you have an error in your code that results in a server error (such as an infinite loop or a script timing out, or lack of internet connection where scripts and wp are making external calls) — therefore WP cannot execute completely and phpconsole is waiting for it to be ready
I see what could have went wrong here — probably writing permission rights in your wp folders structure
I needed to store phpconsole session somewhere temporarily as other means to record the session provided by the phpconsole library didn’t work out for me
Forum: Reviews
In reply to: [WP PHP Console] Real time saver and learning toolthank you @mizagorn, glad you find this useful
Forum: Plugins
In reply to: [WP PHP Console] Running selectivelyI noticed this glitch too, very occasionally; it seems triggered while doing some ajax in the background. Perhaps when there is an issue there.
Unfortunately this may be a bit hard to pin down, there is no issue with logs. It’s hard to understand how to replicate it. It may as well be related with the core library or with the chrome extension.
have you checked PHP logs for errors? clear also your browser caches, run the session with chrome console open and tick the setting to not use cache while the js (chrome) console is open
Forum: Plugins
In reply to: [Customizer for WooCommerce] Changing specific namesHello Juniha,
renaming that label “Tax” in that specific context is part of WooCommerce not this plugin specifically
you can assign labels to taxes, as shown here:
https://docs.woocommerce.com/document/setting-up-taxes-in-woocommerce/
the label text change will be reflected in cart / checkout and elsewhere as in your screenshot
please refer to this other support forum if you need help setting up taxes in WooCommerce
https://www.ads-software.com/support/plugin/woocommerce
thank you
Forum: Reviews
In reply to: [WP PHP Console] Excellent plugin for debugging!thanks domnusca I’m glad you like it and it’s useful to you