Jump to content

vishvajit

Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by vishvajit

  1. It's possible that the version of ionCube Loader you have installed is not compatible with PHP 7.4. You may need to update your ionCube Loader to a version that is compatible with PHP 7.4. You can check the compatibility of your version of ionCube Loader with PHP 7.4 by consulting the ionCube website or documentation. If there is a new version available, you can download it and install it on your server. You may also want to check if any other PHP extensions or libraries that WHMCS depends on have also been updated to be compatible with PHP 7.4
  2. To allow non-logged-in users to access your affiliates page (/affiliates.php) in WHMCS, you can do the following: 1.Log in to your WHMCS admin area. 2. Click on "Setup" in the top menu and select "General Settings." 3. Click on the "Security" tab. 4.Under "General Security Settings," you should see an option for "Disable Affiliate Access Control." 5./Check the box next to this option to disable affiliate access control. 6.Click the "Save Changes" button. This will allow anyone to access your affiliates page without having to log in to their account.
  3. The error message you're encountering is caused by a missing data value in the Carbon library. According to the stack trace, the error occurs in the Carbon\Carbon::createFromFormat method when trying to create a date object from a format of "Y-m-d". The method is being passed a NULL value as the data to use to create the object, causing an InvalidArgumentException to be thrown. To resolve this issue, you will need to find out why the data is missing and ensure that it is being passed to the createFromFormat method correctly. You may need to debug the code in question or consult the relevant documentation for the WHMCS software to identify the root cause of the issue.
  4. this error message is indicating that the 'count ()' function is being passed a null value instead of a countable value or array in the "clientarea.php " file where the count function is being called with a "null value " and modify it to ensure that a countable value or array is being passed, it is possible that this error can be caused due to a bug or a missing value in the code.
  5. This error message is indicating that theres a type mismatch in the round() function in the direct admin module of the WHMCS application. not sure but it seems , the argument being passed to the round () function is a string but it is expected to be an integer or a floating-point number.
×
×
  • 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