• 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 rohanjoshi0894

  1. R

    Question Looking for PHP Tutorial for Beginners

    For beginner I would suggest you to start with Head first PHP. I would suggest you to go with this link to know more about PHP and How you should start learning PHP.
  2. R

    Question PHP Certification Exam Pattern

    Hi Adi, I always recommend you w3schools PHP Certification is the best PHP Certifications.
  3. R

    Question What can PHP do that JavaScript cannot?

    PHP is a server-side scripting language. JavaScript is run client-side. You can for example not do anything database related in JavaScript. Even if there where database libraries are written for JavaScript they would be of no use because your server cannot trust database queries done by the...
  4. R

    Important COVID-19 consequences

    I think and I also want to give my own opinion that is completely about learning, I learned a lot of things from this duration, I am listing here them: 1. We’ve Woken Up To Food Waste 2. We’re Getting On Our Bikes 3. We’re Taking Stock Of Our Travel Habits 4. We’re Getting On Our Bikes 5...
  5. R

    Question Relocating from MySQL to MariaDB

    Hi Adi, Here is the simplest for migrating from MySQL to MariaDB is listed below: The simplest method follows these steps: Update your software repositories list with the MariaDB repos Update your Linux package manager with the new repos Stop MySQL Install MariaDB with your package manager Go...
Back
Top