Jump to content

pasargad

Member
  • Posts

    14
  • Joined

  • Last visited

  • Days Won

    1

pasargad last won the day on May 2 2023

pasargad had the most liked content!

About pasargad

Recent Profile Visitors

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

pasargad's Achievements

Junior Member

Junior Member (1/3)

2

Reputation

  1. Hello everyone I have a Telegram module. It's working in PHP 7.4 but after update to WHMCS 8.6.1 and change PHP version to 8.1 it's not working. problem is on: $getAdminUsername = full_query("SELECT * FROM `tbladmins` WHERE `id`='{$adminid}'"); $getAdminUsername = mysql_fetch_assoc($getAdminUsername); After I change mysql_fetch_assoc to mysqli_fetch_assoc it returns nothing. What is the problem? Thank you
  2. Hi all! I'm using WHMCS 8.4.1 in error_log show: [13-Apr-2022 14:29:32 UTC] PHP Warning: function_exists() expects exactly 2 parameters, 1 given in /home/userhost/public_html/whmcspath/init.php on line 0 [13-Apr-2022 14:29:32 UTC] PHP Warning: function_exists() expects exactly 2 parameters, 1 given in /home/userhost/public_html/whmcspath/init.php on line 0 [13-Apr-2022 14:29:32 UTC] PHP Warning: is_callable() expects exactly 2 parameters, 1 given in /home/userhost/public_html/whmcspath/vendor/whmcs/whmcs-foundation/lib/Utility/Error/Run.php on line 0 [13-Apr-2022 14:29:32 UTC] [WHMCS Application] ERROR: TypeError: Return value of WHMCS\Hook\Manager::toString() must be of the type string, null returned in /home/userhost/public_html/whmcspath/vendor/whmcs/whmcs-foundation/lib/Hook/Manager.php:0 Stack trace: #0 /home/userhost/public_html/whmcspath/vendor/whmcs/whmcs-foundation/lib/Hook/Manager.php(0): WHMCS\Hook\Manager->toString(Object(Closure)) #1 /home/userhost/public_html/whmcspath/vendor/whmcs/whmcs-foundation/lib/Hook/PublicRegistry.php(0): WHMCS\Hook\Manager->add('ClientAreaSideb...', -1, Object(Closure), '') #2 /home/userhost/public_html/whmcspath/vendor/illuminate/support/Facades/Facade.php(261): WHMCS\Hook\PublicRegistry->add('ClientAreaSideb...', -1, Object(Closure), '') #3 /home/userhost/public_html/whmcspath/includes/functions.php(0): Illuminate\Support\Facades\Facade::__callStatic('add', Array) #4 /home/userhost/public_html/whmcspath/vendor/whmcs/whmcs-foundation/lib/MarketConnect/Promotion.php(0): add_hook('ClientAreaSideb...', -1, Object(Closure)) #5 /home/userhost/public_html/whmcspath/vendor/whmcs/whmcs-foundation/lib/Hook/Manager.php(0): WHMCS\MarketConnect\Promotion::initHooks() #6 /home/userhost/public_html/whmcspath/vendor/illuminate/support/Facades/Facade.php(261): WHMCS\Hook\Manager->boot() #7 /home/userhost/public_html/whmcspath/init.php(0): Illuminate\Support\Facades\Facade::__callStatic('boot', Array) #8 /home/userhost/public_html/whmcspath/AdminsPanel/index.php(0): unknown() #9 {main} {"exception":"[object] (TypeError(code: 0): Return value of WHMCS\\Hook\\Manager::toString() must be of the type string, null returned at /home/userhost/public_html/whmcspath/vendor/whmcs/whmcs-foundation/lib/Hook/Manager.php:0)"} [] what is the problem? thank you
  3. Now, I check the system activity log and show this error: Application Link Provisioning returned the following warnings: API failure: You do not have a user named “freights”. XIDs: 3kfcdj, zs5ke7, p6b69a, uakkvr, j43fb9 and 10 more., API failure: Provide the “app” parameter for the “Whostmgr::API::1::Integration::create_integration_link” function. XIDs: vhgew2 I don't know what is the problem. thank you
  4. Hi, I'm using WHMCS 8.0.4 It was working very good and no problem. But, I don't know why from last day I can't create host and it have problem and show: "Internal Error (ID 490172067730786)" All work that I did: 1- I check my API Token. It's working and connected. 2- Active Log and debug in setup. Not show any error or warning to me. 3- check error_log file in host. but not any error or warning to me. Thank you
  5. Yes dear Steven99, It's not working. What you need for more info? Thank you
  6. Hi, I'm using WHMCS 8.0.4 and I did create one hook module for Telegram. But, It not working with password send! it was working on 8.0 to 8.0.3 I want know what is problem? I using by page: https://developers.whmcs.com/hooks/hook-index/ add_hook('ClientChangePassword', 1, function ($vars){ } Thank you
  7. Hi, all I did upgrade from 7.10.2 to 8.0.2 but, After it, page of my domains have problem. show error: Laminas\HttpHandlerRunner\Exception\EmitterException: Output has been emitted previously; cannot emit response in /home/username/public_html/members/vendor/laminas/laminas-httphandlerrunner/src/Exception/EmitterException.php:24 Stack trace: #0 /home/username/public_html/members/vendor/laminas/laminas-httphandlerrunner/src/Emitter/SapiEmitterTrait.php(40): Laminas\HttpHandlerRunner\Exception\EmitterException::forOutputSent() #1 /home/username/public_html/members/vendor/laminas/laminas-httphandlerrunner/src/Emitter/SapiEmitter.php(27): Laminas\HttpHandlerRunner\Emitter\SapiEmitter->assertNoPreviousOutput() #2 /home/username/public_html/members/clientarea.php(0): Laminas\HttpHandlerRunner\Emitter\SapiEmitter->emit(Object(WHMCS\ClientArea)) #3 {main} Thank you
  8. Hi Dear Friends, I do start update Domain price of .co in my WHMCS with module of Bulk Pricing Updater but show error: Failed! 0 Database Record(s) Updated SQL Query for Debugging Purposes UPDATE tbldomains SET recurringamount=27.00 WHERE (domain LIKE '%.com.co') AND registrationperiod='1' AND status IN ('Pending','Pending Transfer','Active') AND userid IN (SELECT id FROM tblclients WHERE currency=1) AND (dnsmanagement='1' OR (dnsmanagement='on' AND dnsmanagement != '0')) AND (emailforwarding='1' OR (emailforwarding='on' AND emailforwarding != '0')) AND (idprotection='1' OR (idprotection = 'on' AND idprotection != '0')) Please help me for solve this problem Thank you
  9. Any body there can help to me? Thank you
  10. Thanks for your help. How can solve this problem? what i do say to my hosting? Thanks
  11. Hello My hosting sent to me one mail for problem of CronJob, what is my problem? Time: Tue Aug 20 10:31:55 2013 +0430 Account: MYUSERNAME Resource: Process Time Exceeded: 37854 > 1800 (seconds) Executable: /usr/local/cpanel/bin/jailshell Command Line: jailshell (prexin) [init] shell -c php -q /home/MYUSERNAME/public_html/WHMCSFOLDER/admin/cron.php PID: 15706 (Parent PID:15689) Killed: No How can resolve it? Thank you
×
×
  • 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