nicolas19 Posted August 29, 2019 Share Posted August 29, 2019 hello please help me Having issue where client submits a ticket, but when i try to look at it i recive error: InvalidArgumentException: Data missing in /home/xxxxxx/public_html/whmcs/vendor/nesbot/carbon/src/Carbon/Carbon.php:425Stack trace:#0 /home/xxxxxx/public_html/whmcs/admin/supporttickets.php(0): Carbon\Carbon::createFromFormat('Y-m-d H:i:s', NULL)#1 {main} 0 Quote Link to comment Share on other sites More sharing options...
nicolas19 Posted August 29, 2019 Author Share Posted August 29, 2019 On 7/16/2019 at 1:13 PM, WHMCS Peter said: Hi @0843, Could you open a Support Ticket with us regarding this? We'd likely need to investigate on your server why this is occurring for you. thank you for your reply 0 Quote Link to comment Share on other sites More sharing options...
sibuk Posted October 5, 2019 Share Posted October 5, 2019 I am having exactly the same problem since updating to latest version and php 7.2 ... is there a solution to fix this ? 0 Quote Link to comment Share on other sites More sharing options...
Rupesh Posted November 4, 2019 Share Posted November 4, 2019 We have the same issues , Is there any update ? exception 'InvalidArgumentException' with message 'Data missing' in /home/modulesdev2/public_html/783/vendor/nesbot/carbon/src/Carbon/Carbon.php:425 Stack trace: #0 /home/modulesdev2/public_html/783/vendor/whmcs/whmcs-foundation/lib/Carbon.php(0): Carbon\Carbon::createFromFormat() #1 /home/modulesdev2/public_html/783/creditcard.php(0): WHMCS\Carbon::createFromCcInput() #2 {main} 0 Quote Link to comment Share on other sites More sharing options...
phuber Posted February 8, 2020 Share Posted February 8, 2020 if anyone has this issue, as this is the first and pretty much only thread that comes up: alter table `tbltickets` add `attachments_removed` tinyint(1) NOT NULL DEFAULT '0' AFTER `attachment` alter table `tblticketreplies` add `attachments_removed` tinyint(1) NOT NULL DEFAULT '0' AFTER `attachment` alter table `tblticketnotes` add `attachments_removed` tinyint(1) NOT NULL DEFAULT '0' AFTER `attachments` 0 Quote Link to comment Share on other sites More sharing options...
jhonatansm Posted April 20, 2021 Share Posted April 20, 2021 No work phuber InvalidArgumentException: Data missing in /home/hosti24r/public_html/whmcs/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php:623Stack trace:#0 /home/hosti24r/public_html/whmcs/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php(645): Carbon\Carbon::rawCreateFromFormat('d M Y', NULL, NULL)#1 /home/hosti24r/public_html/whmcs/vendor/whmcs/whmcs-foundation/lib/Environment/Php.php(0): Carbon\Carbon::createFromFormat('d M Y', NULL)#2 /home/hosti24r/public_html/whmcs/vendor/whmcs/whmcs-foundation/lib/View/Admin/HealthCheck/HealthCheckRepository.php(0): WHMCS\Environment\Php::hasSecurityPhpSupport('7.3')#3 /home/hosti24r/public_html/whmcs/vendor/whmcs/whmcs-foundation/lib/View/Admin/HealthCheck/HealthCheckRepository.php(0): WHMCS\View\Admin\HealthCheck\HealthCheckRepository->checkPhpVersion()#4 /home/hosti24r/public_html/whmcs/admin/systemhealthandupdates.php(0): WHMCS\View\Admin\HealthCheck\HealthCheckRepository->nonKeyChecks()#5 {main} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.