Large File Upload Issues

Permalink
I use Bluehost and have a large video file I am trying to upload that will be a downloadable file eventually... not to stream. That said, I've modified the php.ini file and verified that the website is picking up on the new PHP settings, which it is as seen below, but it still says that 256MiB is the max upload limit when trying to upload via the File Manager. The option to select Single php.ini is no longer in the PHP config but I modified both the root php.ini as well as copied it to the directory where the website is in production. The settings show up fine in the C5 Environment but I am still being blocked past 256MiB.

# concrete5 Version
Core Version - 8.5.1
Version Installed - 8.5.1
Database Version - 20190301133300

# concrete5 Packages
Accordion Pro (1.0.6), Bitter Shop System (1.2.1), Bitter Theme (1.1.6), Community Store (2.1.6.1), Community Store Order History (0.2), Counter Up (1.0.2), Grand Gallery (1.1.5), Image Carousel (0.9.0.8), List files from set (1.0.13), More Block Templates (0.9.6), Open Graph Tags Lite (2.1.3), Portfolio Grid (1.0.2), Price Charts (1.0.1), Progressbar (1.0.2), Tallacmans Copyright (1.0)

# concrete5 Overrides
None

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache

# Server API
cgi-fcgi

# PHP Version
7.1.29

# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, Core, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imagick, imap, intl, ionCube Loader, json, libxml, mbstring, mcrypt, mysqli, mysqlnd, OAuth, odbc, openssl, pcntl, pcre, PDO, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, readline, Reflection, session, SimpleXML, soap, sockets, SPL, sqlite3, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib

# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 1500M
post_max_size - 1100M
sql.safe_mode - Off
upload_max_filesize - 1100M
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
odbc.max_links - Unlimited
odbc.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
pgsql.max_links - Unlimited
pgsql.max_persistent - Unlimited
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5

barkingtuna
 
barkingtuna replied on at Permalink Reply
barkingtuna
The only thing that makes sense is that Bluehost overrides anything over 256MiB regardless of the php.ini settings. Thoughts?