PDA

View Full Version : Cron Jobs For Invoices



James
12-22-05, 01:14 PM
Set up the cron job and i get "No input file specified." (php version)

it is directed to the right url as it is copied from the admin section.

is there any way of generating the invoices manually?

Please advise

James

Matt
12-22-05, 07:16 PM
Hi,

It is possible to generate invoices manually from the invoices section of the clients profile - you will find it on one of the tabs at the top of the client profile page. This will allow you to create your urgent invoices. However, please contact me on [email protected] with login details to your WHMCS system to resolve the problem.

Thanks,

Matt

xeonman13
12-02-08, 02:26 AM
I am getting this as well.
Anyone have a resolution?

handsonwebhosting
12-02-08, 03:28 AM
WOW - talk about an old thread dig-up. This is from 3 years ago :)

What issue are you having? Are you looking for a manual generation of invoices? Did you setup the cron jobs as outlined under the Configuration > Automation section of WHMCS?

Drac0
12-02-08, 04:49 AM
At least he used search!

xeonman13
12-02-08, 01:32 PM
Hi. Wow I didnt notice the date. I just did a search!
Well I have the cron job setup and Im getting an email from my server when it is supposed to run saying NO INPUT FILE Specified. For the cron job i have copied exactly whats in WHMCS. I have CPANEL so I even went down to the basic cron job config and pasted the command from my whmcs panel.

When I surf using a browser directly to the cron.php file it runs fine.

joelunch
04-13-10, 11:34 PM
I'm also getting this same "No input file specified." error when the daily cron job runs. Does anyone have a solution?

joelunch
04-13-10, 11:53 PM
Ok I worked it out. This might solve it for others.
WHMCS told us to simply run this file;

.../services/admin/cron.php

But we had moved the admin folder to a random name eg;

.../services/myadminname/cron.php

So watch out for this.