Cannot Modify Header Information – While trying logging in

wp-includes/general-template.php:2102 is the function wp_admin_css(). On the login page this function is called in login_header(). Your theme or some plugin trys to send an HTTP header after that, probably during the actions login_enqueue_scripts or login_head. wp-includes/option.php on:569 is in function wp_user_settings(); a cookie is set here. Cookies are HTTP headers, so that cannot work when … Read more

what are WP_DEBUG conditions?

Any messages you are seeing with the debug output should be resolved. These often point to holes in the current logic within your theme. If your goal is to submit the theme to the WordPress Theme Directory you have to resolve any PHP errors, warnings, or notices for the theme to be approved. Themes must … Read more

How can I remove text above the header? [closed]

This could be output a ton of different places and ways, but judging on what you re saying, and that you can’t see anything in your header.php, check your theme functions.php. Look for something along the lines of this: dirname(__FILE__); pathinfo(__FILE__, PATHINFO_FILENAME); SCRIPT_FILENAME If no luck still, check index.php and then check mu-plugins folder for … Read more

Comment WP_DEBUG in wp-config file

IMHO WP_DEBUG allows to enable display of notices during development. If you look at the core file default-constants.php you see this : if ( !defined(‘WP_DEBUG’) ) define( ‘WP_DEBUG’, false ); So I don’t see why you should set it to false again in wp-config.php. Regarding your issue just delete the line, WP_DEBUG should never be … Read more

What is debug.log.old? It seems to take up a lot of space

It is not necessary to delete it but if you want to save your space then you can delete it. Actually when we turn on the debugger then debug.log file created. It contains the warnings and errors of the code. May be your development team have renamed it with debug.log.old. You can delete it or … Read more

problem with size of debug.log file

debug.log is exactly what it sounds – it’s just a file that contains log information for debugging purposes. You can easily delete it and without any fear. But… Debugging should not be turned on on production site – it’s a security problem. If your debug.log file is so big, then your site has many problems. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)