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.
Hi! I want create backup db from cron task, but plesk return error.
When i use
mysqldump mydb > mydb.sql - -: mysqldump: command not found
/usr/bin/mysqldump mydb > mydb.sql - -: /usr/bin/mysqldump: No such file or directory
plesk db dump mydb > mydb.sql - -: plesk: command not found
how i can...
Hello,
I recently migrated my VPS from Plesk 12 to Plesk Onyx (I am now running Plesk Onyx v17.0.17 update #21 on Ubuntu 14.04.5 LTS). I have a number of custom rules in iptables and, previously, I just had iptables-persistent installed - it was auto loading on reboot iptables stored in...
We need to user same restart function like your button form plesk
for restart php-ftp7, we need to use it cron
* * * * * /usr/sbin/service php5-fpm restart - this is workign for php-fpm 5
* * * * * /usr/sbin/service php7-fpm restart - bat for 7 this is not working
It is other setting for...
Hi,
For my website I need to set a Cron command in Plesk. On the Plesk website and numerous others the advice is to click the 'Scheduled Tasks' option in 'Websites & Domains'. However, this option is not present in the 'Websites & Domains' tab. This is what I see as options:
Another suggested...
I recently installed a Let's Encrypt certificate in my domain, using the corresponding extension in my Plesk 12.5, from that moment when the cron programmed run the following error:
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.mydomail.es/myfunction...
I'm looking for a phpList user that runs crons from Plesk.
I was using phpList on my old server for many years, and used Plest cron to send the mail queue. After I just moved to my new server, phpList sends just fine, but only if I do the manual process queue. I set up the cron just as I did...
I am using CentOS Linux 7.3.1611 (Core) with Plesk Onyx Version 17.0.17 Update #12
I have to run several crons like such:
* * * * * /usr/bin/php -q /var/www/vhosts/blabla.com/httpdocs/apps/console/console.php send-campaigns >/dev/null 2>&1
it shout out an error so i checked this forum here and...
this happened now several times by doing plesk updates (and i stick around at least since version 10, lately this happened by upgrading to onyx)
symptom:
sofisticated and full crontab for root with many different jobs and many multiline comments, some empty lines.
after an update the ordering...
When running a scheduled task from within Plesk I get the message "completed with error". If I run the same command from a shell there is no problem and the cronjob gets executed the way it should be.
The cronjob is:
wget --no-check-certificate -O /dev/null -q https://<url>/<page.php>
This is...
Hi,
I am still new in doing a scheduled task. My problem is where should I put the PHP script I will make?
In creating a Schedule Task I need to fill up this:
Specify the full path to the script. Example: /tmp/script.php
How can I get the full path? I already created a web user in my domain...
Hi there,
my system: OS: CentOS Linux 7.2.1511 (Core), Plesk Version 12.5.30 Update #23
I have a strange event with a php-cronjob for customers.
Access to the server over SSH: forbidden
Scheduler management in hosting subscription: enable
Now my problem: We have a customer with a scheduled...
Hello.
Plesk 12.5.30 #24
User can't add task
panel.log
[2016-03-10 16:41:10] ERR [1] Unable to find row with id in ScheduledTasks table.
[2016-03-10 16:41:13] ERR [panel] Db_Table_Exception: Unable to find row with id in ScheduledTasks table.
[2016-03-10 16:56:42] ERR [1] Unable to find row...
I use Jomsocial and someone can tell me. Which one is support to install at my server plesk, i use ubuntu
lynx -source "http://www.domain.com/index.php?option=com_community&task=cron" > /dev/null
Lynx is a text-based browser that is installed in most hosting environments. If you do not have...
Hello,
I use Scheduled Tasks in my plesk panel with this line : (OVH server with Ubuntu 14.04.1 LTS and Plesk version 12.0.18)
wget -O - "http://example.com/application/lite.php?module=ultimatenews&name=task"
but I have notified by this error :
HTTP request sent, awaiting response... 503...