Joe Deegan
New Pleskian
Hi, i'm having issues running the plesk_password_changer script detailed on your KB 113391.
After running the following i receive many strict standards errors...
And goes on like this for each domain...
php -d open_basedir= -d safe_mode=0 plesk_password_changer.php `cat /etc/psa/.psa.shadow` --domains
PHP 5.4.44 (cli) (built: Aug 6 2015 07:41:49)
disable_functions is disabled...
Can someone advise? Thanks.
After running the following i receive many strict standards errors...
Code:
[root@mail ~]# php -d open_basedir= -d safe_mode=0 plesk_password_changer.php `cat /etc/psa/.psa.shadow` --domains
PHP Strict Standards: Non-static method PleskPasswordChanger::isCbmIntegration() should not be called statically in /root/plesk_password_changer.php on line 27
PHP Strict Standards: Non-static method PleskDb::getInstance() should not be called statically in /root/plesk_password_changer.php on line 219
PHP Strict Standards: Non-static method Util::getPleskDbType() should not be called statically in /root/plesk_password_changer.php on line 1171
PHP Strict Standards: Non-static method Util::isWindows() should not be called statically in /root/plesk_password_changer.php on line 1699
PHP Strict Standards: Non-static method Util::getPleskDbName() should not be called statically in /root/plesk_password_changer.php on line 1172
PHP Strict Standards: Non-static method Util::isWindows() should not be called statically in /root/plesk_password_changer.php on line 1681
PHP Strict Standards: Non-static method Util::getPleskDbPort() should not be called statically in /root/plesk_password_changer.php on line 1173
PHP Strict Standards: Non-static method Util::isWindows() should not be called statically in /root/plesk_password_changer.php on line 1719
PHP Strict Standards: Non-static method Util::getPleskDbLogin() should not be called statically in /root/plesk_password_changer.php on line 1174
PHP Strict Standards: Non-static method Util::isWindows() should not be called statically in /root/plesk_password_changer.php on line 1690
PHP Strict Standards: Non-static method Util::getPleskDbHost() should not be called statically in /root/plesk_password_changer.php on line 1176
PHP Strict Standards: Non-static method Util::isWindows() should not be called statically in /root/plesk_password_changer.php on line 1708
PHP Strict Standards: Non-static method Util::getPleskRootPath() should not be called statically, assuming $this from incompatible context in /root/plesk_password_changer.php on line 871
PHP Strict Standards: Non-static method Util::isLinux() should not be called statically, assuming $this from incompatible context in /root/plesk_password_changer.php on line 1664
PHP Strict Standards: Non-static method Util::isWindows() should not be called statically, assuming $this from incompatible context in /root/plesk_password_changer.php on line 1490
PHP Strict Standards: Non-static method PleskOS::isDebLike() should not be called statically, assuming $this from incompatible context in /root/plesk_password_changer.php on line 1665
PHP Strict Standards: Non-static method PleskOS::_detectOS() should not be called statically, assuming $this from incompatible context in /root/plesk_password_changer.php on line 2019
PHP Strict Standards: Non-static method PleskOS::catEtcIssue() should not be called statically, assuming $this from incompatible context in /root/plesk_password_changer.php on line 2088
PHP Strict Standards: Non-static method Util::exec() should not be called statically, assuming $this from incompatible context in /root/plesk_password_changer.php on line 2099
PHP Strict Standards: Non-static method Util::isWindows() should not be called statically, assuming $this from incompatible context in /root/plesk_password_changer.php on line 1866
PHP Strict Standards: Non-static method PleskOS::_detectOS() should not be called statically, assuming $this from incompatible context in /root/plesk_password_changer.php on line 2020
PHP Strict Standards: Non-static method PleskOS::catEtcIssue() should not be called statically, assuming $this from incompatible context in /root/plesk_password_changer.php on line 2088
PHP Strict Standards: Non-static method Util::exec() should not be called statically, assuming $this from incompatible context in /root/plesk_password_changer.php on line 2099
PHP Strict Standards: Non-static method Util::isWindows() should not be called statically, assuming $this from incompatible context in /root/plesk_password_changer.php on line 1866
PHP Strict Standards: Non-static method Util::isWindows() should not be called statically, assuming $this from incompatible context in /root/plesk_password_changer.php on line 1671
PHP Strict Standards: Non-static method Log::step() should not be called statically, assuming $this from incompatible context in /root/plesk_password_changer.php on line 881
[2016-01-04 11:18:15][INFO] ==> Validate given db password
And goes on like this for each domain...
php -d open_basedir= -d safe_mode=0 plesk_password_changer.php `cat /etc/psa/.psa.shadow` --domains
PHP 5.4.44 (cli) (built: Aug 6 2015 07:41:49)
disable_functions is disabled...
Can someone advise? Thanks.