• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Recent content by PeopleInside

  1. PeopleInside

    Resolved There was an issue with updating system packages and third-party components. pum is called with arguments: ['--list', '--repo-info', '--json']

    Hi Sebahat, thank you for your kind reply and for your time. I hope your day is going well! I will try and see, for now the error has been stopped but can happen again in the future as maybe Plesk run some update when is running other update. Thank you!
  2. PeopleInside

    Resolved There was an issue with updating system packages and third-party components. pum is called with arguments: ['--list', '--repo-info', '--json']

    After this error I run: ps aux | grep -E 'pum|plesk' to check if some process was locking the update. AI helped to understand the result and no process was locking the update. I checked also for zombie process sudo lsof /var/lib/dpkg/lock-frontend sudo lsof /var/lib/apt/lists/lock sudo lsof...
  3. PeopleInside

    Resolved There was an issue with updating system packages and third-party components. pum is called with arguments: ['--list', '--repo-info', '--json']

    The error can be reproduced using the command: /usr/local/psa/admin/sbin/pum --list --repo-info --json Result: 2025-08-02 11:00:20 INFO: pum is called with arguments: ['--list', '--repo-info', '--json'] 2025-08-02 11:00:20 ERROR: Update operation was locked by another update process (Plesk...
  4. PeopleInside

    Resolved There was an issue with updating system packages and third-party components. pum is called with arguments: ['--list', '--repo-info', '--json']

    Hi, I hope this message finds you well. Since different days I'm getting an email from Plesk that indicate issues on updating third-party components. The email say: I searched on the Internet for a solution but I was unable to fix and find a solution. Could you please help me? IF I run apt-get...
  5. PeopleInside

    Question How to change an existing Plesk php symbolic link on Ubuntu?

    Maybe I found this: #su pleskusername # echo "alias php='/opt/plesk/php/8.4/bin/php'" >> ~/.bashrc then exit and login again by ssh. php -v seems now works also for the plesk user
  6. PeopleInside

    Question How to change an existing Plesk php symbolic link on Ubuntu?

    Hi, this method on this topic works great for the root user. When I switch to the Plesk user with the su command followed by the username, the PHP version still be 8.3 when should be 8.4 Using by SSH: export PATH=/opt/plesk/php/8.4/bin:$PATH it works but if I run # vi ~/.profile on the Plesk...
  7. PeopleInside

    Issue Unable to run Grav installed on sub-directory load with the root URL

    Seems the issue is only with a try to setup an existing install, a new install doesn't have this issue. Maybe so it's something related to Grav
  8. PeopleInside

    Issue Unable to run Grav installed on sub-directory load with the root URL

    I'm trying to move a grav install from www.domain1.ext/grav to www.domain2.ext/grav and made the URL to load without the sub-directory so should be www.domain2.ext I followed the Grav official guide here: Change the site URL but seems on Plesk I get always a browser redirect issue. The guide...
  9. PeopleInside

    Question How to change an existing Plesk php symbolic link on Ubuntu?

    Could I ask how can I add the command in the profile to made persistent? Found: # vi ~/.profile then add the line export PATH=/opt/plesk/php/8.4/bin:$PATH at the end of the file and saving.
  10. PeopleInside

    Question How to change an existing Plesk php symbolic link on Ubuntu?

    This is a SSH command? This will work only for the current SSH session and will be reverted? I think I'm not understanding.
  11. PeopleInside

    Question How to change an existing Plesk php symbolic link on Ubuntu?

    Ubuntu 22.04.5 LTS # which php /usr/bin/php # ls -l /usr/bin/php lrwxrwxrwx 1 root root 26 Mar 15 2024 /usr/bin/php -> /opt/plesk/php/8.3/bin/php I installed php 8.4 in Plesk, how can I use also on SSH php 8.4?
  12. PeopleInside

    Resolved It's possible to install Chatwoot on a Plesk server?

    Hum never mind I tested Chatwoot by registering on their website and the chat miss important features (like live visitors, conversations deletion, ban, etc) that I have in my current live chat so will not install it. Also too hard install :) Resolved for now, thank you for the help!
  13. PeopleInside

    Resolved It's possible to install Chatwoot on a Plesk server?

    Hi Raul, I'm happy to read your reply also if I still have no idea on how I can install Chatwoot . I hope your day and time is going well Seems to be complicated install Chatwoot on Plesk, I also looked for video on YouTube about Chatwoot on a Plesk server but nothing exist. Mmmmm ok so I...
  14. PeopleInside

    Resolved It's possible to install Chatwoot on a Plesk server?

    Hi everyone , I hope your time and day is going well ❣️ In those days I discovered the open source live chat "Chatwoot" and I would like install on a Plesk server to try to see if I can replace the actual PHP live chat I'm using. Seems that ChatWoot is not written in PHP. I tried in a test...
Back
Top