Getting notices on fresh 3.6.1 install

First: Good girl/guy! Debugging is important 🙂 Second: As those are PHP errors, there still has to be something that causes those errors. And it’s not DB related. Please turn off all plugins and switch to the default theme. If these errors still occur, then something happened during installation. Please go into your Dashboard and … Read more

Always keep a parameter in URL?

You should not change the output you want to debug just to debug it, that’s a contradiction. 🙂 Use cookies for that. For example, put something like this into your wp-config.php: if ( ! empty ( $_GET[‘debug’] ) ) { if ( ‘on’ === $_GET[‘debug’] ) set_debug_mode( TRUE ); elseif ( ‘off’ === $_GET[‘debug’] ) … Read more

Rendering css to screen and debug problem

Its an old bug in Chrome. In order to solve your problem though – you just need to add this CSS (append to the one you already have in place): .fleche { float: none !important; vertical-align: top; } With inline-blocks – you don’t need floats to keep them on the same line.

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