PostAlmostAnything
- Total activity 118
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
Comments
Recent activity by PostAlmostAnything-
It is issuing the certificates to the subdomain created when adding the domain instead of the real domain. Whenever an add-on domain is created and it does not share the root directory of the main ...
-
Firstly restart the VPS, Then type lsblk in terminal to see if you have any new Disks available. To Make 2 new partitions from an existing mounted partition, follow below: fdisk -l (To see the...
-
Do you see the same error in other browsers, such as Firefox? One test you can do from your local workstation would be to try and access the site with "curl" on the command line, to see if that g...
-
I can access the site via FTP but for whatever reason it will not send data to web browsers.
-
Hey there! Your user profile here on the forums indicates you only have cPanel-level access to the machine, so you wouldn't be able to check any higher-level error logs to see more details. Whil...
-
Did you try the special character escape trick to see if that changed the behavior? Sorry for not updating this. I tried simply using a + character and coding my script to convert + characters to...
-
Can you let me know what you mean when you say "not triggering the script on the other end"? Cron itself has no concept of javascript or bash or anything, as it just triggers the processes to hap...
-
It seems even the jobs without that character that do run to the right place are not triggering the script on the other end. Are cron jobs compatible with javascript? All the URLs in question are ...
-
I checked the cron log and it looks like the jobs are running but without the tail end of them. The second " and >/dev/null 2>$1 are not in the cron log when they are run. Here is an example with ...
-
I found a solution and Puppeteer is installed. I had to create a file called .npmrc in the application root and add a line that said scripts-prepend-node-path=true