• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by shoxicwaste

  1. S

    Plesk 12.5 mysql 5.6 ODBC error #01000

    @Razvan - I got Plesk & mysql working but things were not right some services messed up. Anyway I spun up a new server and got everything migrated over. Was very painful process and lost a lot of money doing it.
  2. S

    Problems after upgrading MySQL to 5.7

    @CoyoteKG If it makes you feel any better I've been having the same issues - Client wants a Magento 2.0 installation, which means MySQL 5.6 > ...... ffs. After a paid SI completely destroyed my dev environment I had to do it myself.. Just out of interest, did you encounter any issues with the...
  3. S

    Two Email Problems

    @Umbus setting up your mail from 3rd party clients is also very well documented in the official plesk documentation found here: https://docs.plesk.com/en-US/12.5/administrator-guide/website-management/quick-start-with-plesk/set-up-mail-accounts/2-access-your-mailbox.65691/ Or alternatively...
  4. S

    Two Email Problems

    @Umbus, I would imagine that you are not connecting to the server from the mail client correctly... First on all I would try to establish a test connection with a test e-mail account over unencrypted SMTP port 25. As you can only receive mail I assume your IMAP/POP config is perfectly fine.
  5. S

    ERROR: PleskDBException: Unable to connect to database

    Hey @cookkoo, have you made any more progress? Just to clarify: Sorry I believe it should be: /var/lib/mysql not mysqld for ubunutu LTS What is the output of: cat /var/log/mysql/error.log can you confirm the BIND-ADDRESS? in /etc/mysql/my.cnf? is MySQL reinstallation an option? incase you...
  6. S

    ERROR: PleskDBException: Unable to connect to database

    /dev/md2 - this is a raid setup? Are you sure this isn't a space issue? this command can help determine the biggest files on your system: du -a / | sort -n -r | head -n 15
  7. S

    ERROR: PleskDBException: Unable to connect to database

    perhaps the partition is full, I would suggest checking your partitions with: df -h
  8. S

    ERROR: PleskDBException: Unable to connect to database

    @cookkoo no problem. Try this in SSH: sudo systemctl stop mysql.service ps -ef |grep mysql sudo systemctl status mysql.service -l
  9. S

    ERROR: PleskDBException: Unable to connect to database

    What is output of systemctl enable mysqld.service EDIT: systemctl enable mysql.service
  10. S

    ERROR: PleskDBException: Unable to connect to database

    @cookkoo - I firstly check the DSN in etc/odbcinst.ini: [MySQL] Description = MySQL driver for Plesk Driver = /usr/lib64/libmyodbc5.so Setup = FileUsage = 1 Driver64 = /usr/lib64/libmyodbc5.so Setup64 = UsageCount...
  11. S

    ERROR: PleskDBException: Unable to connect to database

    I recently experienced this issue on a vanilla plesk 12.5 Centos 6.7 setup. Found that the issue was related to MYSQL 5.6 odbc driver. It might be worth while to check your /etc/odbc.ini and make sure all connectors are in your /lib64/ as expected. I was missing a driver which was also causing...
  12. S

    Plesk 12.5 mysql 5.6 ODBC error #01000

    Update: I resolved the issue thanks to a combination of this article: http://stackoverflow.com/questions/23428301/correct-way-of-updating-php-mysql-on-a-running-plesk-11-5-server And this article here: https://talk.plesk.com/threads/app-installer-issue.315200/ Thanks! Now its time to deal...
  13. S

    Plesk 12.5 mysql 5.6 ODBC error #01000

    Hi all, I have a customer who wants to setup a magento 2.0.4 which requires mysql 5.6 so ive setup a dev environment on centos 6.5 with plesk 12.5 I have multiple php versions installed and have gone through mysql 5.6 upgrade however im now seeing issues in plesk application vault. After...
Back
Top