Jump to content
Bicrypto v3.7.0 + All Plugins ×

kryz

Members
  • Posts

    1
  • Reputation

    0
  • Files

    0
  • Joined

  • Last visited

About kryz

kryz's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • First Post

Recent Badges

0

Reputation

  1. I have the same problem. php.ini is fine. Rebooted multiple times. Database config is set to 524288000 bytes (500MB). Etc. I have poured through the code yet I cannot figure out what's wrong. My error is "File too big. Max file size 500MB" yet I cannot upload any file more than like 1MB. I have somewhat narrowed down the error. I don't think PHP is the issue (I could be wrong though) because the errors in UploadController.php don't trigger. The actual error that's thrown lies in resources>views>frontend>global>includes>uploadbox.blade.php on line 154 $exceedTheAllowedSizeError = str_replace('{maxFileSize}', subscription()->formates->file_size, lang('File too big. Max file size: {maxFileSize}', 'upload zone')); Anybody have a solution?
×
×
  • Create New...