UPDATE `iwp_users` SET `password` = SHA1( 'new_password' ) WHERE
`email`='[email protected]',
All posts by PF
FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Class ‘Elementor\Scheme_Color’
2022/03/24 04:21:34 [error] 48814#48814: *3018415 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Class 'Elementor\Scheme_Color' not found in ... /wp-content/plugins/tz-feature-pack/includes/elementor/class-tz-fp-site-logo.php:115
Stack trace:
Last night elementor update was causing me this fatal error.
The solution is to replace Scheme_Color with \Elementor\Core\Schemes\Color
As seen on https://forum.elementor.com/fixing-common-issues-33/wordpress-error-with-elementor-plugin-10649
another statz screenshots


Kadoc – The Nighttrain (Official Video) (1997)
DJ Rolando – Jaguar
Blaze – Lovelee Dae (Official Video) (1997)
VAVA
logitec g hub not loading
Need to have the logitec g hub on my laptop.
After installing it… a few hours later or some laptop halt, I had to reopen logitc g hub and it wouldn’t load.
Had to re-install it a few times.
Turn out I/we should have auto updates disabled.
Who cares about updates…..
dj falcon blog djfalcon.de
wordpress update 5.9.2 – images issues
On WP 5.9.2 the includes/css/dist/block-library/style.min.css has the following CSS declaration:
html :where(img){ height: auto; max-width: 100% }
You can try to use replace with, the the file or use a plugin for custom css.
html :where(img){ height: auto; max-width: fit-content; }
More readings at