CronJob issues

Username (e.g. epiz_XXX) or Website URL

(please specify the website or account you are asking about)

We found a problem on your site:

  • The following cron job must be added to your cPanel account:

Run every minute: /usr/bin/php -f /home/vol1_8/epizy.com/epiz_33299377/htdocs/runcrons.php > /dev/null 2>&1

After this issue is corrected, you should be able to access the store within a few minutes.

(please share the FULL error message you see)

i have installed the cron job in the c panel area + the one in my account before i get to the c panel isnt working for my membership site

(other information and details relevant to your question)

Username epiz_33299377 Website membership19999.epizy.com

also get this werid error when i put them in

Forbidden

You don’t have permission to access /panel/indexpl.php on this server.

You may be able to set up the cron job here, but you will need to make some changes to the command to make it work.

The instructions provided by your website provide a system command to use. However, our Cron Jobs are technically “web crons”, meaning they call a URL on your website. You can’t use system commands with our cron jobs.

Give that the script is called runcrons.php, you should be able to trigger it with our cron jobs by providing the URLruncrons.php. The rest of the command provided are just boilerplate to make it work as a system cron.

Also, I strongly recommend to use the Cron Jobs tool in the client area, not in the control panel. The scheduling on that one is much more predictable and it logs the output of the cron jobs so you can see when it ran and what it did.

5 Likes

how would i create the cron url

option 1 — Free Web Hosting with PHP and MySQL - InfinityFree
option 2 — https://membership19999.epizy.com/htdocs/runcrons.php

i got it working thanks used option 2

Don’t include htdocs as part of the file path, that leads to a 404 error.

3 Likes

thank you my script support said i need to use this command with the cronjob

wget -O /dev/null https://membership19999.epizy.com/runcrons.php

how would i achieve this

Please see Admins post above.

3 Likes

ok got them working is there away to downgrade php version to 5.6

No, free hosting comes with PHP 7.4.8 only

3 Likes

do your upgraded plans include 5.6 etc

Premium hosting includes PHP version selector.
So switching PHP versions is possible
Please consider upgrading to that

3 Likes

great when thanks when its time to consider adding the feature def will

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.