SoniNow
Forum Replies Created
-
Forum: Plugins
In reply to: [Debug] Plugin is abandoned and has security issuesHi Sirrahikkala,
The team has fixed the issue and released on WordPress. So now you may use the service without any issue.
Forum: Reviews
In reply to: [Debug] Просто ужас, а не плагинHey anna888,
This issue is not due to this plugin because of when ever you activate this plugin actually you enable higher debug/errorreporting on. So due to errors in your website the functionality of website throw error.
If you wanna get actually issue you may check in display errors and found issue in website code. And if you wanna share that issue with me I can help you to identify actually issue.
Thanks
SoniNow Team
https://www.soninow.comForum: Reviews
In reply to: [Debug] Essential part of a debugger’s toolkitThank helgatheviking
We verify this plugin for latest version of WordPress. and updated it.
Thanks once again for your feedback.Forum: Plugins
In reply to: [Debug] Emails will not stopHi kevlew,
This Plugin is throw error in a new email so you will get email equal to a single page loading error and if too many time page reload all emails are throw from your hosting server.
All emails are in queue so you will be receive email till this queue is not clear after remove OR Disable plugin. so i suggest enable email bug alert only when no errors in you website so this email can able to notify you on RUN TIME error’s on your production website.Forum: Plugins
In reply to: [Debug] No Log File FoundHi imoyano,
you should have to config Debug Plugin from Debug -> Setting page.
On setting page you will found option to create log file by enable checkbox of ” Create Error Log in File /wp-content/debug.log {define(‘WP_DEBUG_LOG’,true);}”And you can see log file at path /wp-content/debug.log as well as in Debug Plugin Error Log Section.
Thanks
Forum: Plugins
In reply to: [Debug] Sorry, you are not allowed to access this page.Hi Krammig,
This message will show when you website’s wp-config.php file is not writable. please go at your hosting and set permission for write the file.
Forum: Plugins
In reply to: [Debug] The debug window doesn't wrap info and can't be resized in ChromeHi Glen Rowell,
This chrome extension will not work with debug plugin log UI. due to Debug log manage in
<pre>
html tag and this extension only re-size textarea.To re-size
tag flow following steps
- Please login to your website FTP
- Go to wp-content\plugins\debug/admin/debuglog.php
- change css from #debug-log
- OR
- change following line
echo '<pre id="debug-log">'.htmlentities($content).'</pre>';
toecho '<textarea id="debug-log">'.htmlentities($content).'</textarea>';
Forum: Plugins
In reply to: [Debug] The debug window doesn't wrap info and can't be resized in ChromeHi Glen Rowell,
can you please elaborate issues that’s you face. so we will provide best support.
Thanks
Forum: Plugins
In reply to: [Debug] fails to write wp-configHi ralfralfralf,
We have try to do this on our testing servers but we can’t replicate this issue as you specified in both root directory and sub-directory of wp.
so you may add debug code manually in wp-config.php file as following.
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, true);
define(‘SCRIPT_DEBUG’, true);
define(‘SAVEQUERIES’, true);if you don’t mind, you may shared your testing server with us so it will helpful to replicate this issue and improve this plugin.
Shared at https://www.soninow.com/contact OR email US at [email protected]
Thanks
Forum: Plugins
In reply to: [Debug] fails to write wp-configHi ralfralfralf,
As per my knowledge you should have to add write permission on wp-config.php file at wordpress root directory.
You may flow steps of file permission for
- cpanel at https://www.siteground.com/tutorials/cpanel/file_permissions.htm
- filezilla at https://www.dummies.com/how-to/content/how-to-change-file-permissions-using-filezilla-on-.html
if you still face issue please reply with this discussion.
Thanks
Forum: Plugins
In reply to: [Debug] Enabling email notification shows the errors on screenHi ianperrettive,
Q. Is it possible to have both email notifications and the error display turned off?
Ans. Yes! now it’s possible with debug plugin version 1.7.for Display errors due to call widget class in any other plugins so please flow following discussion OR hide by unchecked check-box from debug plugin.
Discussion :- https://www.ads-software.com/support/topic/constructor-method-for-wp_widget-is-deprecated-since-430?replies=31
Thanks for use Debug Plugin
Forum: Plugins
In reply to: [Debug] Enabling email notification shows the errors on screenHi ianperrettive,
We are waiting your reply.
Q. Did you resolved issue or still face any issue related to plugin?if you not reply OR not face any issue, we will make this discussion as resolved/completed.
Thanks
Forum: Plugins
In reply to: [Debug] IP Based DebuggingHi lxrajldh,
Thanks for use debug plugin and also for contribute on this plugin.
we will release ip base debug functionality in this plugin As Soon As Possible.
Thanks
Forum: Plugins
In reply to: [Debug] Enabling email notification shows the errors on screenHi ianperrettive,
This debug plugin auto hide all errors from frontend and emails lists of errors on your selected email address in admin section.
If you got any errors after enable this plugin please share your website URL to resolve issues from plugin end.
Thanks
Forum: Plugins
In reply to: [Debug] Out of MemoryHi Jason,
We resolved following issues in this plugin .
* Add: Email Notification Settings on plugin setting page.
* BugFix: Resolved any user to download debug.log and wp-config.php file. now only super admin can download files.
* BugFix: resolved error when large debug.log file load on plugin section. now only load 1.4 MB file only from end of file.Thanks you