DingoBlue
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by DingoBlue-
DingoBlue commented,
Hi 24x7server, thank you for that information. Iwas afraid that was going to be the answer as I don't like compromising users if I can avoid it. Regards
-
DingoBlue created a post,
Can I disable mysql strict mode in one cagefs account only?
I am using on a VPS service: WHM 68.0.30 MySQL 5.6.38 php 7.1.15 I have root access in WHM. I host several sites, all in a cagefs environment. Most use MySQL and currently all are set to strict ...
-
DingoBlue commented,
Thank you for your help. Ticket ID is 7360615
-
DingoBlue commented,
/etc/redhat-release:CloudLinux Server release 6.7 (Aleksei Gubarev) /usr/local/cpanel/version:11.52.0.18 /var/cpanel/envtype:xen pv 2.6.32-531.29.2.lve1.3.11.1.el6.x86_64
-
DingoBlue commented,
If I log in to root and run "which ftp" I get "/usr/bin/ftp". Is there somewhere that could be stopping a cpanel cron job from getting to /usr/bin?
-
DingoBlue commented,
Hello, Do you have enable SSH access to your account? If yes, Please login your server with that user and provide us following command out. ftp echo $SHELL I have SSH access both normal and Ja...
-
DingoBlue commented,
Hello, Can you please try to use full path of FTP in your scripts. Try with /usr/bin/ftp and let me know if you are getting same issues. #!/bin/sh pwd /usr/bin/ftp -n ftp2.xxxxx.com.au home/yy...
-
DingoBlue created a post,
ftp command not found - running cron script
I am trying run a cron command from cpanel. The script, for testing purposes is set to run every minute. If I change the script to run simple commands such as dir, ls, pwd it works fine and I am ...