Jump to content

ThePolovsky

Retired Forum Member
  • Posts

    23
  • Joined

  • Last visited

About ThePolovsky

Recent Profile Visitors

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

ThePolovsky's Achievements

Junior Member

Junior Member (1/3)

-1

Reputation

  1. Infelizmente a parte do idioma tem havido muito descuido. Hoje em dia até com AI pode ajudar a resolver essa situação. Esperemos com a nova versão 9.0 vem algo diferente.
  2. Hello, Since I updated to version 8.6.0, all automated emails for invoices, domain renewal etc are being sent in duplicate to my customers. The manual emails are all working fine. someone with the same problem?
  3. Hello, Can someone help me when the client doesn't have VAT ID be able to automatically add this number 9999999990 in this code {$clientsdetails.tax_id}.
  4. Hello guys, Up to version 8.4.1 I was able to use this code in the hook folder. <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimarySidebar', 1, function(MenuItem $primarySidebar) { $service = Menu::context('service'); $domain = $service->domain; $servertype = $service->product->servertype; # Not cPanel, no links added if ($servertype!="cpanel"){ return; } if (!is_null($primarySidebar->getChild('Service Details Actions'))) { $primarySidebar->getChild('Service Details Actions') ->getChild('Login to cPanel') ->setUri('http://'.$domain.'/cpanel'); $primarySidebar->getChild('Service Details Actions') ->getChild('Login to Webmail') ->setUri('http://'.$domain.'/webmail'); } }); In version 8.5.1 it stopped working. say this message: Error: Call to a member function setUri() on null in /home/.../.../includes/hooks/cpanel_login.php:20 Stack trace: #0 /home/..../..../vendor/whmcs/whmcs-foundation/lib/Hook/Manager.php(0): WHMCS\Utility\SafeInclude::{closure}(Object(WHMCS\View\Menu\Item)) #1 /home/..../..../vendor/illuminate/support/Facades/Facade.php(261): WHMCS\Hook\Manager->run('ClientAreaPrima...', Array, true) #2 /home/..../..../includes/functions.php(0): Illuminate\Support\Facades\Facade::__callStatic('run', Array) #3 /home/..../..../vendor/whmcs/whmcs-foundation/lib/ClientArea.php(0): run_hook('ClientAreaPrima...', Array, true) #4 /home/..../..../vendor/whmcs/whmcs-foundation/lib/ClientArea.php(0): WHMCS\ClientArea->outputWithoutExit() #5 /home/..../..../vendor/whmcs/whmcs-foundation/lib/Http/Message/AbstractViewableResponse.php(0): WHMCS\ClientArea->getOutputContent() #6 /home/..../..../vendor/laminas/laminas-httphandlerrunner/src/Emitter/SapiEmitter.php(41): WHMCS\Http\Message\AbstractViewableResponse->getBody() #7 /home/..../..../vendor/laminas/laminas-httphandlerrunner/src/Emitter/SapiEmitter.php(31): Laminas\HttpHandlerRunner\Emitter\SapiEmitter->emitBody(Object(WHMCS\ClientArea)) #8 /home/..../..../clientarea.php(0): Laminas\HttpHandlerRunner\Emitter\SapiEmitter->emit(Object(WHMCS\ClientArea)) #9 {main} Does anyone know how to solve this issue?
  5. Hello, With the update of the WHMCS to the latest version, the welcome email on the products / services has become unconfigured and some emails that are in "email templates" are not appearing in products under "welcome email". Is it happening to anyone?
  6. I think that recently there was a bug that the child theme of theme six and 21 had some problems. In this case, I am using orderforms with Six. It seems that some changes to the child theme in orderforms don't work very well.
  7. Hello, I have version 8.1.1 of WHMCS, but in the previous version the orderforms child theme was working and now it has stopped working. The "Six" theme with the child theme is working. But in the orderforms child theme not working.
  8. Hello, I have version 8.1.1 of WHMCS, but in the previous version the orderforms child theme was working and now it has stopped working. The "Six" theme with the child theme is working. But in the orderforms child theme not working. someone with the same problem?
  9. It appears to me this way. I tested it with the twenty-one theme child and it appears the same. I just have css / custom.css in the folder and I haven't made any more changes
  10. Hello, In the client area in the Email History section when using the Child of Six Theme, emails do not appear. When I use the Six major version it works. someone with the same problem?
  11. The widgets on the Dashboard are almost impossible to rearrange. when moving to the right side it just puts them on top of each other. The right hand column looks like it has a bug. I checked that the bug occurs with the browser in full screen. Just maximize a little and you can order the widgets. Does anyone have the same problem?
×
×
  • 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