Jump to content

Carbon\Carbon::createFromFormat('Y-m-d H:i:s', NULL)


Recommended Posts

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:425
Stack trace:
#0 /home/xxxxxx/public_html/whmcs/admin/supporttickets.php(0): Carbon\Carbon::createFromFormat('Y-m-d H:i:s', NULL)
#1 {main}

 

 
Link to comment
Share on other sites

  • 1 month later...
  • 5 weeks later...

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}

 

Link to comment
Share on other sites

  • 3 months later...

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`
Link to comment
Share on other sites

  • 1 year later...

No work phuber

InvalidArgumentException: Data missing in /home/hosti24r/public_html/whmcs/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php:623
Stack 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}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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