Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with upload_max_size in import section of PHPMyadmin #2379

Closed
bharatgupta99 opened this issue Nov 20, 2019 · 0 comments
Closed

Issue with upload_max_size in import section of PHPMyadmin #2379

bharatgupta99 opened this issue Nov 20, 2019 · 0 comments

Comments

@bharatgupta99
Copy link
Contributor

bharatgupta99 commented Nov 20, 2019

Info:

  • Docker version (19.03.5, build 633a0ea):
  • Laradock commit (c3620e95c8c6174f07c593e7fee3c7a6b2bdc1d7):
  • System info (Mac):
  • System info disto/version:

Issue:

The upload_max_filesize is 1024M in phpinfo() but is not reflected in phpmyadmin's import section.


Expected behavior:

New upload_max_filesize should be reflected in phpmyadmin's admin section.


Reproduce:

Update the upload_max_filesize in php-fpm/laravel.ini file and removed php-fpm image and rebuild it.


Relevant Code:

laravel.ini file

date.timezone=UTC
display_errors=Off
log_errors=On

; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 256M
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 1024M
; Sets max size of post data allowed.
; http://php.net/post-max-size
post_max_size = 2048M
max_execution_time=600
default_socket_timeout=3600
request_terminate_timeout=600

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants