Jump to content

bigsean

Member
  • Posts

    51
  • Joined

  • Last visited

About bigsean

Recent Profile Visitors

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

bigsean's Achievements

Member

Member (2/3)

0

Reputation

  1. Thanks, Brian. So to clarify, I should apply the hotfixes in the order you presented starting with 1 all the way up to 4 being the last hotfix to apply? Appreciate your help!
  2. Did you manage to figure out which hotfix would be the correct one to apply? I am upgrading from 7.7.1 to 7.8.3 and wondering if we go by the 'Updated on' or 'Posted on' date, thanks. It would make most sense that if I download the full 7.8.3 release today it would already have the hotfixes applied but that doesn't seem to be the case when I compare the last modified dates of some of the files when compared to the hotfixes.
  3. Hi, We sell the RapidSSL and RapidSSL Wildcard certificates. I've enabled the client area homepage banner to show the RapidSSL banner however if they already have this then there is an 'upsell' banner for Wildcard. How can I hide the Wildcard upsell banner. I just don't want the customer to see the Wildcard SSL upgrade banner. Thanks
  4. Thank you, Brian! That worked and using template files makes much more sense. Note: You referenced 'viewticket' however on the View Ticket page (Once logged in obvs) the Support sidebar is still visible. I'm not sure if it's something else in my template system as it's not heavily modified at all. There is of course a viewticket.tpl so it really should just work. I cleared the template cache just to be sure but it's still visible. I used my original file name method hook temporarily for that specific page but it's just odd that it still shows on that page.
  5. Hi, I use the following code to hide the Support menu from a specific page and it works fine (code is for when a client is logged in): <?php use WHMCS\View\Menu\Item as MenuItem; if (App::getCurrentFilename() == 'viewticket') add_hook('ClientAreaSecondarySidebar', 1, function(MenuItem $secondarySidebar) { $client = Menu::context('client'); if (!is_null($client)) { if (!is_null($secondarySidebar->getChild('Support'))) { $secondarySidebar->removeChild('Support') ->removeChild('Announcements') ->removeChild('Knowledgebase') ->removeChild('Downloads') ->removeChild('Network Status') ->removeChild('Open Ticket'); } } } ); My issues is that I want to hide the same Support menu on the Knowledgebase page when the client is logged in however the Knowledgebase friendly URL is not a file path and so I'm not sure how to edit the code to reference this. The URL in the address bar is xyz.com/whmcs/knowledgebase (example). Thanks
  6. Was there a solution to this? I just hit the create button on the SSL product via the admin panel and I see the same message: " Status Description Polling for file-based authentication. Check and ensure the necessary file is present and accessible. " Do I now have to contact RapidSSL or is there something else that I should be doing....The clients website is hosted on our servers with no abnormal setup.
  7. Are you referring to the Enom name spinner in General settings under the Domain tab? I am not using that. Thanks
  8. I've experienced the exact same issue. The checker will eventually eat up memory on the server: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 11105 username 20 0 234m 55m 8072 S 0.0 1.4 0:00.53 /usr/bin/php /home/username/public_html/whmcsinstalldir/domainchecker.php 11165 username 20 0 234m 55m 8064 S 0.0 1.4 0:00.52 /usr/bin/php /home/username/public_html/whmcsinstalldir/domainchecker.php The above is a snippet of the processes, there are tons of them and the processes don't finish/end. His video is quite clear on how to reproduce the error. Thanks
  9. I'm experiencing the same issue. New subscriptions are still prefixed with "S-" I'm using the standard PayPal module and the PayPal Payments Pro (for CC processing). Anyone have any luck or info on how to get subscriptions to start with the "I-" prefix?
  10. Thanks, I've gone ahead and added it to the feature request. If anyone is interested here is the URL: https://requests.whmcs.com/responses/iwhmcs-app-additions Cheers
  11. Just wanted to say that the App is great so far and glad to see it back in development. I did want to request a feature, not sure where so I'll do it here. When replying to a ticket it would be very useful if we could use predefined replies. It was there is version 1.0 however in the new iWHMCS there is no way to reply using a predefined reply. I think this would be very useful especially when replying from your phone, having the ability to use predefined replies is crucial from a mobile device. Thanks!
  12. okay before I do it again, can anyone confirm the admin panel no longer shows blank, basically does it work okay now? Thanks
  13. same issue here, cleared templates_c and getting invalid token on whois lookup. 5.2.13
  14. Yes I got the patch from support and am having the same issue. CC payments are not all being processed on cron run.....frustrating to say the least.
×
×
  • 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