CyberBeat Posted February 18, 2010 Share Posted February 18, 2010 Hello, I am wondering how i would be able to edit the Logo in the invoice document without having access to the WHMCS files as our host has put them on another server and will not give us access to it. We asked our host, and they said this. Unfortunately, we don't offer support for WHMCS, but we can confirm that you DON'T need access to the server to edit the logo. Please find help on forums. So that is what i am doing here And another problem, i think it is because of it being on another server, but I have set up the Cron job using the details given by WHMCS automation page, but i get a error in the emails, No input file specified. any ideas? Thank you, Braydon 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted February 18, 2010 Share Posted February 18, 2010 I'm affraid you really need to copy it using FTP. 0 Quote Link to comment Share on other sites More sharing options...
CyberBeat Posted February 18, 2010 Author Share Posted February 18, 2010 yea that is what i thought but the Help desk seemed very certain that you can do it with out getting access to the files. any ideas about my other problem? 0 Quote Link to comment Share on other sites More sharing options...
vincent1 Posted February 18, 2010 Share Posted February 18, 2010 I'm a noob with WHMCS, just installed today, but I see it has option to input a URL for your logo in the general config. For cron jobs on another server, try using the GET method instead, as that also allows you to input the full URL Hope that helps, - Vince 0 Quote Link to comment Share on other sites More sharing options...
CyberBeat Posted February 18, 2010 Author Share Posted February 18, 2010 i have tried the url logo thingy but i think that is only for emails, and not for the PDF. and for the cron jobs, it gives me a whole load of crap when i do the get one, <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head> <title>406 Not Acceptable</title> </head><body> <h1>Not Acceptable</h1> <p>An appropriate representation of the requested resource /admin/cron.php could not be found on this server.</p> <p>Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.</p> </body></html> 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted February 18, 2010 Share Posted February 18, 2010 I'm a noob with WHMCS, just installed today, but I see it has option to input a URL for your logo in the general config. I'm affraid that's the logo in your normal templates, not for the PDF invoice. If you want to load the cronjob from an external URL, try: 0 0 * * * wget -q http://www.url-to-whmcs-install.com/admin/cron.php >/dev/null 2>&1 0 Quote Link to comment Share on other sites More sharing options...
CyberBeat Posted February 18, 2010 Author Share Posted February 18, 2010 THank you for that am about to try it now, will that still email me the results? 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted February 18, 2010 Share Posted February 18, 2010 THank you for that am about to try it now, will that still email me the results? Not the cronjob status from the machine, but it will just send the default "WHMCS Cron Job Activity" report. 0 Quote Link to comment Share on other sites More sharing options...
CyberBeat Posted February 18, 2010 Author Share Posted February 18, 2010 yea that is what i thought, though i havn'treceived any yet, will go check to see when it runs. 0 Quote Link to comment Share on other sites More sharing options...
CyberBeat Posted February 19, 2010 Author Share Posted February 19, 2010 Yay that seems to be working! it says in the LOG that it runs and completes! All i did was remove the "0 0 * * * " from that command Moo posted and added in my address and it works! thnak you! now about that PDF..... 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted February 19, 2010 Share Posted February 19, 2010 Yay that seems to be working! it says in the LOG that it runs and completes! All i did was remove the "0 0 * * * " from that command Moo posted and added in my address and it works! thnak you! now about that PDF..... Well, the 0 0 * * * was just the time when it needs to run, so every day on 0:00, but I'm glad it works for you. For the PDF part: only possible when you have access to the FTP account. The path to the image file is hard-coded in your invoicepdf.tpl file, and there isn't a file manager in WHMCS which allows you to upload another image. 0 Quote Link to comment Share on other sites More sharing options...
magic79 Posted February 27, 2011 Share Posted February 27, 2011 For the PDF part: only possible when you have access to the FTP account. The path to the image file is hard-coded in your invoicepdf.tpl file, and there isn't a file manager in WHMCS which allows you to upload another image Can you just edit the invoice.tpl file and change the root to the public? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.