JessC
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by JessC-
Thank you for the feedback. But the website is not busy, here's a summary of the website visit for the last 24 hours As I mentioned, this mostly happens when members are logged-in in the WordPr...
-
I'd suggest checking the error logs at cPanel>>Metrics>>Errors as well as the PHP error logs which can be enabled by editing the MultiPHP INI editor in the cPanel interface. Hi Sir, Upon checkin...
-
To understand correctly, they're telling you that you should not be able to connect over a secure port from their shared servers? That doesn't make a whole lot of sense, I'm not sure I understand ...
-
Hi Sir, Why do I have this error in other domain? /home/s1076714/cron/deletemail.sh: line 2: /home/s1076714/mail/example.com.au/someusr.cubio/cur: is a directory Nevermind, I find my mistake.
-
Hi Sir, Why do I have this error in other domain? /home/s1076714/cron/deletemail.sh: line 2: /home/s1076714/mail/example.com.au/someusr.cubio/cur: is a directory
-
You are trying to execute a bash script using PHP, that won't work. Since the script has execute permissions as the user, just put: /home/example/cron-jobs/deletemail_it.sh or you could do: ba...