Array
(
    [0] => Warning
    [1] => Undefined array key "language"
    [2] => /home/whmcsdev/public_repo/wbteampro.major-release/installation/modules/addons/wbteampro/initialize.php
    [3] => 282
)
Array
(
    [0] => Warning
    [1] => Undefined property: stdClass::$state
    [2] => /home/whmcsdev/public_repo/wbavatax.master/installation/modules/addons/wbavatax/hooks.php
    [3] => 942
)
Array
(
    [0] => Deprecated
    [1] => htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated
    [2] => /home/whmcsdev/public_repo/wbavatax.master/installation/modules/addons/wbavatax/hooks.php
    [3] => 279
)
How can I increase the file size limit for project file uploads? - Knowledgebase - WHMCS Dev
Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com

How can I increase the file size limit for project file uploads? Print

  • 2

Files uploaded to wbTeamPro are limited only by the PHP installation for a particular server.  Every installation of PHP has variables that define the maximum size of files that can be uploaded to the server.  To change the upload file size limit, you will either to be hosted on a server that allows for account level PHP definitions, or you will need access to the servers general configuration file.  The following variables will need to be modified:

  • upload_max_filesize - This is the maximum size of a file that can be uploaded
  • post_max_size - This is the maximum size of data that can be received from the upload form (same or larger than upload_max_filesize)
  • memory_limit - This affects the download procedure and should be set higher for large file downloads

Additional information can be found be searching the web for "PHP Upload File Size Limits", or by visiting the following url: http://www.cyberciti.biz/faq/linux-unix-apache-increase-php-upload-limit/

Was this answer helpful?

« Back

Powered by WHMCompleteSolution