Koozali.org: home of the SME Server

Corebos CRM

Offline Bud

  • *
  • 487
  • +0/-0
Re: Corebos CRM
« Reply #45 on: June 14, 2019, 07:20:27 AM »
ReetP and all thank you for your support

so when i issue the following commands

Code: [Select]
grep UploadMaxFile /etc/e-smith/templates/opt/remi/php71/root/etc/php.ini/*
Result:
Quote
/etc/e-smith/templates/opt/remi/php71/root/etc/php.ini/60FileUploads:    my $mf = $php71{UploadMaxFilesize} || "10M";

Code: [Select]
grep -ir Upload /etc/opt/remi/php71/php.ini
i get the following:

Quote
upload_max_filesize                     = 64M
file_uploads                           = On
upload_max_filesize                    = 64M
; added by stephdl see $php71MaxFileUpload
max_file_upload                        = 64M

however when i try to upload a file it still says:

Maximum upload size is 3MB

amy ideas what i am doing wrong?  :D


Offline mmccarn

  • *
  • 2,626
  • +10/-0
Re: Corebos CRM
« Reply #46 on: June 14, 2019, 11:47:53 AM »
According to the coreBOS FAQ you need to edit the value of upload_maxsize in the coreBOS config.inc.php

Offline Bud

  • *
  • 487
  • +0/-0
Re: Corebos CRM
« Reply #47 on: June 16, 2019, 05:09:03 PM »
mmccarn thank you for pointing that out

i have already done the following:

edit the following files
1.  " /home/e-smith/files/ibays/mycrm/html/config.inc.php "
2. " /home/e-smith/files/ibays/mycrm/html/config.template.php "

add the line " $upload_maxsize = 25000000; " in both files

restarted the SME 9.2 Server

same problem when i try to upload a 20mb file

Maximum upload size is 3MB

what to do?