Jump to content

owengreaves

Retired Forum Member
  • Posts

    53
  • Joined

  • Last visited

Everything posted by owengreaves

  1. Thanks, I though there might be an assign check box or mechanism to assign quotes to a support person.
  2. Is there a way to put Quotes on a To Do List assigned to a support role or person? Other than a manual process. Owen
  3. An interesting idea, is it, would it be possible to make the Twitter Feed a Block in the Client Area when logged in? Or does it matter if it's a block or not?
  4. Isn't this {php} tag going away in WHMCS soon? Being able to enable {php} tags?
  5. No worries, it's something I came across when 6.2 was first released. I thought it might be the issue. Glad to hear your challenge was not seriously hard to fix : )
  6. Are you piping your emails? If so, you may have to change permissions in your Crons folder on pipe.php to 755. I have to change them each time there's an upgrade.
  7. Headway is not really a theme in the traditional sense, you will need to learn how to or use a plugin to integrate WHMCS with WordPress. I can tell you this, those plugins do not play nice with Headway, most things work, but critical stuff breaks. I have tried them all, I don't use any of them...I am using Headway to match how I customized WHMCS - so they actually run side-by-side rather than a true integration. It's the long way of doing it, if you are committed to using Headway Themes like I am. I customize WHMCS - and then I use Headway to make WordPress look the same. I have yet to launch it, but that's the road I have chosen to make it work. I'm certain I didn't say what you wanted to hear : )
  8. A new way of asking about integration maybe? : )
  9. I was getting the token error, it stopped after upgrading PHP to 5.5.30 - but I don't know why or how it solved the problem, just that the upgrade seems to have made it go away.
  10. That sounds like a cPanel problem, not a WHMCS problem - I would check with your server admin as well, where you have the reseller account. If you can't FTP in, that's all server related, not WHMCS. Could be a Firewall issue : )
  11. Yes, permissions is one change you will have to make on pipe.php in the crons folder. You may also have to change the path in the config.php file in the crons folder, I found the direct path ($whmcspath = '/path/to/whmcs/' had to be there, not just ../
  12. Two things to check, 1)permissions...I changed permissions to 755 on pipe.php in crons folder. 2) make sure the $whmcspath=(the absolue path) not (../) in config.php in the crons folder The second one tells the cron folder where your whmcs install is located. And a possible 3rd issue, check your forwarding emails have the full absolute path for each piped email address (/home/name/public_html/whmcs/crons/pipe.php) Hope that helps?
  13. Also, put your CCS code in the custom.css file - that way the original stays intact, you can always remove the code in the custom.css file and never have to worry about the original : ) Just experiment using this file, it's safer. Just drop your code in: section#main-menu { background-color: #5E1C70; } That should do it.
  14. I narrowed it down to two items, it was permissions - 644 made emails bounce and not import into WHMCS, changing it to 755 fixed the problem - the path in config.php in the Crons folder. The path was ../ but that failed, with permissions set to either 644 or 755. The path has to be absolute it appears, so upon upgrade, somehow config.php in the Crons folder has to know where WHMCS is installed, otherwise we'll be having these chats regularly : ) The permissions thing is puzzling, but at least there is a workaround. Anyway, I'll be paying closer attention upon the next upgrade : ) Thanks for all your help.
  15. Howdy! I did all the above and change the forwarders to reflect the full path instead of just start with /public_html - tickets seem to be importing into WHMCS, the auto responder is working too. I'm not sure which item actually fixed it, but it's working : ) Thanks for some direction on this.
  16. Yes, when you use a Credit Card, if you use PayPal it's $100 USD. : )
  17. I got this error on first attempt to upgrade, here is what I did to fix it: - Log into cPanel - Go to MySQL Databases - Remove "Privileged User" from the whmcs database - Add the privileged user back in again (same username and password as before) - Then assign user to the database again You should be able to continue with your install. Good luck!
  18. You probably should put your change in the custom.css file, leave the others alone if possible, refer to them to find what you want to change.
  19. It is, the minimum refill is $100, you must have deposited at least that much before the registrations will work.\
  20. You are correct, I obviously was thinking of a different issue : ) Thanks for clarifying what I was trying to relate : )
  21. I had this error on my first upgrade to 6.0, the problem is mysql related, I merely removed (deleted) the privileged user for the whmcs database, you do this in phpmyadmin, then added that same privileged user back, same user name & password, so it matches the configuration.php data. Then I was able to complete the install.
  22. Not sound rude, but are you sure your payment gateway is setup properly?
  23. The cron jobs have been moved to /crons folder - the doaminsync.php file is in the cron folder. If you check WHMCS documentation the cron jobs have been chenged, and the path for those cron jobs is now pointing to the crons folder like so: php -q /path/to/home/public_html/whmcspath/crons/domainsync.php If you look in under your Automation Settings TAB - you will notice the cron job paths have changed....double check your cron jobs to match, and go to the following URL to check your domain sync cron jobs path: http://docs.whmcs.com/Domains_Tab#Domain_Sync_Enabled Hope this might help
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated