www.say2learn.com Open in urlscan Pro
2606:4700:3037::ac43:ae28  Public Scan

Submitted URL: http://www.say2learn.com/posts/enable-wordpress-debugging-mode/
Effective URL: https://www.say2learn.com/posts/enable-wordpress-debugging-mode/
Submission: On March 11 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

POST https://www.say2learn.com/wp-admin/admin-ajax.php

<form action="https://www.say2learn.com/wp-admin/admin-ajax.php" class="ajax-form popup-form" method="POST">
  <div class="message"></div>
  <div class="field-wrap">
    <input type="text" name="user_login" value="Username">
  </div>
  <div class="field-wrap">
    <input type="password" name="user_password" value="Password">
  </div>
  <div class="button-wrap left nomargin">
    <a href="#" class="element-button submit-button">Sign In</a>
  </div>
  <div class="button-wrap switch-button left">
    <a href="#" class="element-button dark" title="Password Recovery">
<span class="button-icon help"></span>
</a>
  </div>
  <input type="hidden" name="user_action" value="login_user">
  <input type="hidden" name="user_redirect" value="">
  <input type="hidden" name="nonce" class="nonce" value="30766721f6">
  <input type="hidden" name="action" class="action" value="themex_update_user">
</form>

POST https://www.say2learn.com/wp-admin/admin-ajax.php

<form action="https://www.say2learn.com/wp-admin/admin-ajax.php" class="ajax-form popup-form" method="POST">
  <div class="message"></div>
  <div class="field-wrap">
    <input type="text" name="user_email" value="Email">
  </div>
  <div class="button-wrap left nomargin">
    <a href="#" class="element-button submit-button">Reset Password</a>
  </div>
  <input type="hidden" name="user_action" value="reset_password">
  <input type="hidden" name="nonce" class="nonce" value="30766721f6">
  <input type="hidden" name="action" class="action" value="themex_update_user">
</form>

GET https://www.say2learn.com/

<form role="search" method="GET" action="https://www.say2learn.com/">
  <input type="text" value="" name="s">
</form>

GET https://www.say2learn.com/

<form role="search" method="GET" action="https://www.say2learn.com/">
  <input type="text" value="" name="s">
</form>

Text Content

Sign In
Sign In

Reset Password


 * Home
 * Blog
   * Educational
   * Tech
   * WordPress
 * Courses
 * Papers
 * Contact us
 * About

Home HomeBlog   Educational   Tech   WordpressCoursesPapersContact usAbout


POSTS


ENABLE WORDPRESS DEBUGGING MODE

Many settings in WordPress that you can use to help debug the main application,
themes, your own custom code,  and more. Generally, these settings are intended
for use by developers and should not be used on “live” sites.  However, you can
also use them to troubleshoot issues you may be experiencing with third-party
code,  such as plugins or themes.

To enable wordpress debugging mode:

1. Log in to cPanel.

2. Using the cPanel File Manager, open the wp-config.php file from public_html
or www folder in your preferred text editor.

3. To enable debugging mode, add the following line to the wp-config.php file:

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);

4. Save your changes and exit the text editor. Debugging mode is now active.






 


SCRIPT DEBUGGING:

When SCRIPT_DEBUG is enabled, WordPress uses development versions of core CSS
and JavaScript files instead of the compressed versions that it normally uses.
By default, this setting is disabled. You can use this setting to test
modifications to built-in .js or .css files. To enable this setting, add the
following line to the wp-config.php file:

define('SCRIPT_DEBUG', true);

 



 


LOGGING DATABSAE QUERIES:

If you are experiencing issues in database of your WordPress, you can enable
query logging. When query logging is enabled, the following items are saved in
the global $wpdb->queries array:
1. The actual database query.
2. How long the query takes to run.
3. The function that called the query.

To enable database query logging, add the following line to the wp-config.php
file:

define('SAVEQUERIES', true);

 

If you liked this article, then please subscribe or follow us. You can also find
us on Facebook , Google Plus and Twitter or Download our APP.


Like us !
 * 
 * 
 * 
 * 



0
September 2, 2018
 by Say2Learn in 
Posts, Wordpress
CpanelEnable debug mode wordpressFile managerWordpress debug modeWp config edit


COMMENTS


LEAVE A REPLY

 * Default Comments (0)
 * Facebook Comments

You must be logged in to post a comment.




JOIN US !






RECENT POSTS

 * Google launches new search experience for job seekers
 * How To Calculate Area of Circle
 * Enable WordPress Debugging Mode
 * Reset WordPress Admin Password Using Phpmyadmin
 * How to Fix Folder and File Permissions Error in WordPress


GOOGLE+ BADGE




Copyright © 2016 www.Say2Learn.com
 * Home
 * About
 * Contact us





We'd like to show you notifications for the latest news and updates.


AllowCancel