Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hello.... I have this simple code to check if a php file is running if not it start it...
error_reporting(E_ALL ^ E_NOTICE);
$output = shell_exec('ps -C php -f');
if (strpos($output, "php launchListener.php")===false) {
shell_exec('php launchListener.php > /dev/null &');
}
It work...
Hello
All day i receive this email:
/etc/cron.daily/plesk-rrd-cleaner:
/usr/bin/find: ‘/usr/local/psa/var/health/data/localhost/plesk_cgroups-disk_nvme0n1\024’: No such file or directory
/usr/bin/find: ‘/usr/local/psa/var/health/data/localhost/plesk_cgroups-disk_nvme0n1\024’: No such file or...
I've been getting emails related to a cron job which is apparently supposed to call a Python script to shrink the ModSecurity SDBM database (at least I assume that's what it's for since I found a similar utility on GitHub). Originally I was getting an error saying that the path to the python...
Hallo there,
I'm using redis as a Object Cache for my WordPress installation and I'm very happy about the performance that I get out of it.
Every month or so I get some warnings about redis and the connection get lost.
I tried to debug the situation, but I think that the KISS solution is to...
Hello, I am trying to create a cron job from a node-js application.
I am adding my full path : /usr/bin/nodejs /var/www/vhosts/something/parser.js
I get the following output: /usr/bin/nodejs: No such file or directory
If I open my terminal and check the installation using:
1. which node...
Hi,
I tried to create a cron job that automatically updates the dns for a specific subdomain.
However - the command "./cron/plesk.sh" when executed the first time created a directory "cron" with a file plesk.sh inside and the file had content.
But I couldn't make Plesk run that file via the...
Dear Community,
I'd appreciate some help with the following problem:
I've got two vhosts installed on my Plesk (Plesk Obsidian 18.0.35 Update #1). Both run a moodle instance with exactly the same PHP settings.
In order to run unoconv for moodle I installed it as root following this...
Hi guys,
A developer created a cron in plesk, to update all the categories, catalog and images of my client's online store in prestashop.
After executing it, it shows the following:
I have been bugging with open_basedir but nothing was fixed for me.
The developer tells me exactly "the...
Hi guys,
I've rolled out several new VMs in the last few months with a new provider and all are experiencing the same issue - Plesk maintenance tasks don't seem to be running. As a result statistics don't calculate on a nightly basis, backups don't run, notifications don't send, etc. All...
I see the following script, probably from cron, taking way too long to complete (now at 106206 seconds):
opt/psa/admin/plib/modules/joomla-toolkit/scripts/auto-update.php
Is there a way to debug and/or stop it?
Thank you,
Hey there,
since this morning I get a hourly mail with the following subject:
"/opt/psa/admin/bin/php -dmemory_limit=-1 -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/letsencrypt/scripts/keep-secured.php' > /dev/null"
and the content
[2020-11-10 09:59:01.836] ERR [panel] Protocol...
Greetings!
I am trying to run a backup command written in a .sh file via cron.
The content of the .sh file is:
plesk bin pleskbackup --domains-name secure.authlogin.de --output-file="*******************************" --ftp-login=********* --ftp-password=********* --incremental
The script is...
Hi,
I'm newbie to Plesk when I run cron job for my subdomain from schedule task but I'm not able to add the correct path to my sub-domain directory in the cron command.
The directory structure looks like this, where email.example.com is my sub domain and in this directory my cronscript exists...
I believe after the latest update Plesk began to truncate scheduled task errors, I'm getting ... at the bottom of the error. How can I see the full error? I've tried looking in the error files and it's not there.
I am receiving an Email every morning at about 4 from cron:
run-parts: /etc/cron.daily/60sa-update exited with return code 4
The subject states:
Cron <root@liesenfeld> test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
When I run from shell...
I've a problem. Since some months I'm getting this error via email every night when Plesk runs the daily crons:
flock: failed to execute /opt/alt/python35/bin/python3: No such file or directory
I have no idea how I can fix this. Please help me! Thanks.
Hi,
I want to set up a cron job for Sendy newsletter hosted on my server.
The instructions are:
I have a question about the command. Should I select as task type to run a command or better run a PHP script?
What about the redirection parameter > /dev/null 2>&1?
Thanks!