SoniNow
Forum Replies Created
-
Forum: Plugins
In reply to: [Debug] Visible Debug Messages on HTML but turned off?Hi beascott,
@ini_set( ‘display_errors’, 0 ); is a php default function that allow to display errors on screen or not and define( ‘WP_DEBUG_DISPLAY’, false ); is WordPress defined constant that indirectly changed php ini_set(‘display_errors’, 0/1);you may also change it on php.ini file on server.
Forum: Plugins
In reply to: [Debug] Cannot install new version of DebugHi FeralReason,
I hope your have fixed this permission base issue at your end. if you need more help please contact us at https://www.soninow.com/contact
Forum: Plugins
In reply to: [Debug] Cannot install new version of DebugHello FeralReason,
Actually! this is not any issue related to WordPress and Debug plugin.
This is OS user issue, This user not able to make change/delete in a directory/folder. if you go in plugin directory and try to delete form OS you are not do this.
it can several issue and we are add few as following.- Directory not have permission to write/delete.
- A os user not have Administrator permission/not have os Administrator
- Directory have only “Read only” permission.
if you need more help! please share following info with us.
- OS Name and version
- Apache Server Name and Version
- PHP Version
- WordPress CMS Version
Thanks
Forum: Plugins
In reply to: [Debug] Out of MemoryThanks Jason,
I think! we have to Display log form any other way of load file actully we load all file in single variable and php OR wp allow only 256M Memory side to load any file.
If you need to load large file please visit https://stackoverflow.com/questions/21680244/fatal-error-allowed-memory-size-of-268435456-bytes-exhausted-tried-to-allocate
and also we will resolve load file issue ASAP.
Thanks Again. ??
Forum: Plugins
In reply to: [Debug] wp-content is downloaded as wp-config.php.exeThanks jason hendriks,
now we resolved this issue. please get update copy and try with in your MAC.
Forum: Reviews
In reply to: [Debug] Fantastic toolhello jasonhendriks,
we add some features as you suggest as follow.
- Display last line of code: add auto scroll at last log
- Add option to download debug.log file
- immediately show the log when debug is clicked: change order of submenu
See the Changelog to know more changes.
Thanks