WordPress update bug

Your website is not really broken. As far as I know, what I see when I look on your source code is some HTML code read as plain text. It means WordPress is interpreting HTML as if it was just random text. For example, on your front-office, some HTML is published and readable (We should … Read more

Error logging in wordpress

You’ll find error_log output in WordPress’s debug.log, under wp-content, if enabled in your web server’s error log file, e.g. /var/log/httpd/error_log for Apache, or /var/log/apache2/error_log on Ubuntu /var/log/nginx/default-error.log for nginx or in your PHP FPM service’s error log if you’re running that instead It generally won’t get output in the web page, no. If you want … Read more

Platform sh site setup in localhost gets Cookie error

Putting the code below in the settings.php file to boycott cookies solved my issue. define( ‘AUTH_KEY’, ‘put your unique phrase here’ ); define( ‘SECURE_AUTH_KEY’, ‘put your unique phrase here’ ); define( ‘LOGGED_IN_KEY’, ‘put your unique phrase here’ ); define( ‘NONCE_KEY’, ‘put your unique phrase here’ ); define( ‘AUTH_SALT’, ‘put your unique phrase here’ ); define( … Read more

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