Jump to content

NoDoze

Member
  • Posts

    59
  • Joined

  • Last visited

About NoDoze

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

NoDoze's Achievements

Member

Member (2/3)

0

Reputation

  1. Same issue going on here. Hopefully they'll fix the bug soon!
  2. I can't find any documentation via WHMCS, Stripe, or Google. I inquired with Stripe, and they told me to ask WHMCS. However, with how slow WHMCS support is these days, I figured I may get a faster response here. I have enabled Bitcoin support in Stripe, but there is no config/setting in WHMCS to enable this to work. Anyone have any insight? Otherwise, I know third party mostripe and serverping are the alternatives, but I prefer to work with the default WHMCS Stripe module. Thanks
  3. WHMCS 7.2.3 I created and uploaded OpenInvoices.php but it doesn't appear. Is there something more I need to do? Or is 7.2.3 not supported? Thanks
  4. Since is seams WHMCS support is NOT in my time zone PST, since they only reply in the middle of the night. I figured I'd post in here to hopefully get a quicker reply. Ticket #FRW-619249 Upgrade error... Script WHMCS\Installer\Composer\Hooks\ComposerInstallerHook::postUpdateCmd handling the post-update-cmd event terminated with an exception Http error log... PHP Fatal error: Class 'Illuminate\\Container\\Container' not found in /home/dir/public_html/whmcs/vendor/whmcs/whmcs/vendor/whmcs/whmcs-foundation/lib/Container.php on line 0 Anyone else getting this issue? Or have any insight? Everything I try gives the same fatal error.
  5. OK, so I narrowed down the issue to the https in the SystemURL. Does WHMCS 7 not support https?
  6. I completed a clean install and it worked without issue. I imported my DB backup to the new db, and the issue reappeared. This would lead me to believe the issue is within the database? What in the database would cause this?
  7. Completed the upgrade from 6.2 to 7, was prompted to delete the install directory. Once that was completed, refreshed the page and got "The page isn’t redirecting properly". No matter what page I go to I get the same response. Clean out browser cache and history, cleaned out tmp sessions, disabled/enabled htaccess file, same result. I already opened a ticket, but since the search here didn't give any results, I figured I should post in here incase someone has the same issue. Thanks
  8. Apps = Mobile version No? I was only talking about aWHMCS, which is the Android version of WHMCS which is an application (app).
  9. Where to start with the list...? The major issues are: - the reply features in the browser version are not available in awhmcs. - merged tickets don't appear merged in the app. - closed tickets appear open in the app with only the first response showing. - tickets are out of order. - occassionally responses appear as new tickets in the app. So, yea, it makes for a mess and renders it useless.
  10. With every update now of whmcs, awhmcs is more and more broken, now it's almost useless again! Any hopes in getting more frequent updates? The mobile app is really useful. @6.3.1 What alternatives does everyone else use?
  11. 6.3.1 and the issue persists, any solutions!?! aWHMCS was working well finally with 6.2, but since all the new ticket changes in the last update, it really broke aWHMCS
  12. / web1 server haproxy server-- \ web2 server I have this setup for our WHMCS installation, a mirror website behind a haproxy server. I added the haproxy server to our Trusted Proxies entry so the IP is tracked correctly from the end user, however this is only working with one web server. As soon as I add the second server, I get an Invalid License warning because the roundrobin picks up the other web server's IP. Is there a way for WHMCS license to be bind to the haproxy server IP? Or do I need to buy a whmcs license for each web server, which isn't practical since the content is exactly the same. Has anyone run this kind of setup? I've contacted whmcs support but the tech only suggested to enter the proxy IP to the trusted proxy list, as I did. I don't think he understood the license issue. Any insight or help is appreciated! Thanks!
  13. When an order has been pending for X many days, WHMCS automatically deletes the invoice, even though the order remains pending. How do I prevent the invoice from being deleted? ...but just stop sending the email notification after X many days? I search but couldn't find anything.... Thanks for the info!
  14. Ok, I got the API to work! I originally removed: $postfields["username"] = $username; $postfields["password"] = md5($password); because I thought it was for existing registered users who were creating new tickets. But since this was to be used for unregistered users, I removed it. I realized now this is for the api authorization! However, the api doesn't send email confirmation/notification to the persons....? Is this normal? Or am I missing something...? If the api doesn't send emails, then I may want to just send a form email. But then, again, as I stated above, this would not include priority and other fields. Any work around? Thanks!
  15. Yea I looked at both of those.... The api i wasn't sure was the correct method to go about it because it would require an admin username, password, and api key for authentication...? Sounded like something for admin use only. Then my test resulted in authorization errors. So then I tried just an email form. But then it only took email, subject, and and message post info. Wanted to include priority and other fields. I guess if the api is the best option Ill keep working at it.... Thanks!
×
×
  • 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