2M file size limit. Cannot change? Topic is solved

Need help installing Joomla! 3.x? For all Joomla! 3.x installation issues please use this forum.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Locked
stuffdone
Joomla! Guru
Joomla! Guru
Posts: 728
Joined: Tue Oct 28, 2008 11:06 pm
Location: NE Florida
Contact:

2M file size limit. Cannot change?

Post by stuffdone » Thu Apr 29, 2021 6:40 pm

I just installed new site and am installing packages.

One package is over 2MB and I cannot upload it. Problem is I have set a new php.ini even prior to starting the process. I always do that with new installs.

FileUpload is set for 20MB but Joomla still insists I am limited to 2MB.

( did double check php.ini and it is correct )

Have logged out. Closed browser and deleted cache etc.

When I log back in /install still has me locked at 2MB file size.

This is the user.ini

Code: Select all

display_errors = Off
max_execution_time = 30
max_input_time = 60
max_input_vars = 1000
memory_limit = 32M
post_max_size = 21M
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php74"
upload_max_filesize = 20M
zlib.output_compression = On
This is php.ini as created by cPanel MultiPHP utility.

Code: Select all

allow_url_fopen = On
display_errors = Off
enable_dl = Off
file_uploads = On
max_execution_time = 30
max_input_time = 60
max_input_vars = 1000
memory_limit = 32M
post_max_size = 21M
session.gc_maxlifetime = 1440
session.save_path = "/var/cpanel/php/sessions/ea-php74"
upload_max_filesize = 20M
zlib.output_compression = On
--- http://www.Stuffdone.com ---
Wow. Doing web sites for over 28+ years now. Still learn new tricks...not bad for an old dog

User avatar
AMurray
Joomla! Exemplar
Joomla! Exemplar
Posts: 9739
Joined: Sat Feb 13, 2010 7:35 am
Location: Australia

Re: 2M file size limit. Cannot change?

Post by AMurray » Thu Apr 29, 2021 10:11 pm

I just installed new site and am installing packages.
You installed Joomla itself without any issue concerning the file upload limit? You're now installing extensions but the problem has come up? Most Joomla install packages are anywhere from 10M upwards and extension packages would vary greatly (but probably not bigger than ~20M.)

What sort of hosting do you have shared, or VPS - do you need to restart the server? (or the Apache service)?

Is the *.ini file in the relevant folder where Joomla is installed - is it reading the correct file? The MultiPhp setting - can it be set for "all folders" or "specific folders" concerning PHP settings?

Could you please post the FPA report as directed in the red box above: https://forumpostassistant.github.io/docs/. This will tell us for sure, what your file upload limit is.

Make sure you also update the Post Size limit. Should be >= to the file upload limit (Maybe there's an issue with that as well).

[Off-topic] I note the memory limit (32M) is a bit low - should be 128M at least or 256M to be comfortable. You will likely run in to "memory limit exceeded" errors eventually.
Regards - A Murray
General Support Moderator

sozzled
I've been banned!
Posts: 13639
Joined: Sun Jul 05, 2009 3:30 am
Location: Canberra, Australia

Re: 2M file size limit. Cannot change?

Post by sozzled » Thu Apr 29, 2021 10:21 pm

AMurray wrote:
Thu Apr 29, 2021 10:11 pm
You installed Joomla itself without any issue concerning the file upload limit? You're now installing extensions but the problem has come up? Most Joomla install packages are anywhere from 10M upwards and extension packages would vary greatly (but probably not bigger than ~20M.)
This is quite possible. Most "out-of-the-box" self-hosted (e.g. WampServer-like) installations have the following "pre-set" PHP limits, such as

Code: Select all

Max. Upload Size = 2M
Max. POST Size: 8M
... and these things don't prevent installing J!.

However, these PHP settings (if unchanged) can affect updating J! or installing or updating J! extensions.

The best way to find out what PHP settings are in play with website is to use the Forum Post Assistant [FPA] tool.

User avatar
Maradona
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 154
Joined: Fri Aug 30, 2013 2:08 pm
Location: Argentina

Re: 2M file size limit. Cannot change?

Post by Maradona » Thu Apr 29, 2021 10:42 pm

AMurray wrote:
Thu Apr 29, 2021 10:11 pm
You installed Joomla itself without any issue concerning the file upload limit? You're now installing extensions but the problem has come up? Most Joomla install packages are anywhere from 10M upwards and extension packages would vary greatly (but probably not bigger than ~20M.)
I assumed the installation was using Softaculous. My cPanel default post_max_size is 2MB. I can still installed Joomla using Softaculous. I know this because I always forgot to change my post_max_size. I only changed it when I have to installed or upload anything larger than 2MB. :laugh:

Luckily my hosting enable PHP Selector so I can easily changed this setting without touching php.ini file.

User avatar
AMurray
Joomla! Exemplar
Joomla! Exemplar
Posts: 9739
Joined: Sat Feb 13, 2010 7:35 am
Location: Australia

Re: 2M file size limit. Cannot change?

Post by AMurray » Thu Apr 29, 2021 10:46 pm

AMurray wrote: ↑ Fri Apr 30, 2021 6:11 am
You installed Joomla itself without any issue concerning the file upload limit? You're now installing extensions but the problem has come up? Most Joomla install packages are anywhere from 10M upwards and extension packages would vary greatly (but probably not bigger than ~20M.)
@sozzled wrote:This is quite possible. Most "out-of-the-box" self-hosted (e.g. WampServer-like) installations have the following "pre-set" PHP limits, such as
True, I didn't consider the fact a user would normally install Joomla first by FTP-ing the files to their live hosting, then running the installation (this wouldn't be affected by PHP file upload limit).
Regards - A Murray
General Support Moderator

sozzled
I've been banned!
Posts: 13639
Joined: Sun Jul 05, 2009 3:30 am
Location: Canberra, Australia

Re: 2M file size limit. Cannot change?

Post by sozzled » Thu Apr 29, 2021 11:06 pm

Maradona wrote:
Thu Apr 29, 2021 10:42 pm
I assumed the installation was using Softaculous. My cPanel default post_max_size is 2MB. I can still installed Joomla using Softaculous.
Yes, well we aren't discussing installing J!. We're discussing installing extensions after installing J!. Our views about scripted installations (e.g. Softaculous, Fantastico, "quick-installations", etc.) are well known. We don't use them.

Maradona wrote:
Thu Apr 29, 2021 10:42 pm
Luckily my hosting enable PHP Selector so I can easily changed this setting without touching php.ini file.
I agree. That's what I use, too. 8)

stuffdone
Joomla! Guru
Joomla! Guru
Posts: 728
Joined: Tue Oct 28, 2008 11:06 pm
Location: NE Florida
Contact:

Re: 2M file size limit. Cannot change?

Post by stuffdone » Fri Apr 30, 2021 12:30 am

Same hosting service I have used for ten years. I've entered my 26th year web service.

Same server that has every one of my Joomla sites. Nothing has changed in this regard. I install new Jooma sites on a regular basis always use same procedures.

1. Add the account in WHM
2. Create database in cPanel
3. Set php.ini for upload size
4. Use file manager to upload the Joomla package
5. Extract
6. Run install from browser
7. Install the basic packages such as backup, editor etc.
8. Make a backup of the initial site
9. Add any additional extensions as needed.

The only thing that is different in this case is that I am using the http://IP/~account name as the domain transfer won't complete for a few days.

That has not impacted anything else and don't see why that could have any affect on the effect of the .ini file.

It is late today I will follow up in the morning with a dump of data here.

Thanks

Not once have I ever had to ask to have the server restarted in all this time.
--- http://www.Stuffdone.com ---
Wow. Doing web sites for over 28+ years now. Still learn new tricks...not bad for an old dog

sozzled
I've been banned!
Posts: 13639
Joined: Sun Jul 05, 2009 3:30 am
Location: Canberra, Australia

Re: 2M file size limit. Cannot change?

Post by sozzled » Fri Apr 30, 2021 1:07 am

Image

stuffdone
Joomla! Guru
Joomla! Guru
Posts: 728
Joined: Tue Oct 28, 2008 11:06 pm
Location: NE Florida
Contact:

Re: 2M file size limit. Cannot change?

Post by stuffdone » Fri Apr 30, 2021 1:50 pm

Just as a note. I have never used the installers that are provided in cPanel.

I always download most recent package from Joomla, upload and do a manual install from that.

cPanel installers almost never up to date ...I just ignore them.
--- http://www.Stuffdone.com ---
Wow. Doing web sites for over 28+ years now. Still learn new tricks...not bad for an old dog

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44089
Joined: Sat Apr 05, 2008 9:58 pm

Re: 2M file size limit. Cannot change?

Post by Webdongle » Fri Apr 30, 2021 2:03 pm

Content >>> Media >>> Options
media options 01.png
or
Upload the extension zip /tmp and install from folder
or
Create a folder in /tmp, unpack the extension zip and upload the files to the new folder then install from folder.
You could also activate the 'install from web' plugin and install the extension from there.
You do not have the required permissions to view the files attached to this post.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

stuffdone
Joomla! Guru
Joomla! Guru
Posts: 728
Joined: Tue Oct 28, 2008 11:06 pm
Location: NE Florida
Contact:

Re: 2M file size limit. Cannot change?

Post by stuffdone » Fri Apr 30, 2021 2:12 pm

Thank you.

That does not solve the riddle or the problem of why Joomla won't accept server settings for file size limits.

Not seeking work around because I know I can do it the "hard way". Interested in actually solving the problem of file size limits.
--- http://www.Stuffdone.com ---
Wow. Doing web sites for over 28+ years now. Still learn new tricks...not bad for an old dog

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44089
Joined: Sat Apr 05, 2008 9:58 pm

Re: 2M file size limit. Cannot change?

Post by Webdongle » Fri Apr 30, 2021 4:12 pm

fpa then please
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

stuffdone
Joomla! Guru
Joomla! Guru
Posts: 728
Joined: Tue Oct 28, 2008 11:06 pm
Location: NE Florida
Contact:

Re: 2M file size limit. Cannot change?

Post by stuffdone » Fri Apr 30, 2021 5:46 pm

Did that.

It vanished?

I will upload FPA again and hope it does not vanish but I uploaded it in reply hours ago but it is gone!


Forum Post Assistant (v1.6.2) : 30-Apr-2021 wrote:
Basic Environment :: wrote:Joomla! Instance :: Joomla! 3.9.26-Stable (Amani) 13-April-2021
Joomla! Platform :: Joomla Platform 13.1.0-Stable (Curiosity) 24-Apr-2013
Joomla! Configured :: Yes | Read-Only (444) |
Configuration Options :: Offline: false | SEF: true | SEF Suffix: false | SEF ReWrite: false | .htaccess/web.config: Yes | GZip: false | Cache: false | CacheTime: 15 | CacheHandler: file | CachePlatformPrefix: false | FTP Layer: false | Proxy: false | LiveSite: | Session lifetime: 15 | Session handler: database | Shared sessions: false | SSL: 0 | Error Reporting: default | Site Debug: false | Language Debug: false | Default Access: 1 | Unicode Slugs: false | dbConnection Type: mysqli | PHP Supports J! 3.9.26: Yes | Database Supports J! 3.9.26: Yes | Database Credentials Present: Yes |

Host Configuration :: OS: Linux | OS Version: 2.6.32-754.6.3.el6.x86_64 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate | System TMP Writable: Yes | Free Disk Space : 32.52 GiB |

PHP Configuration :: Version: 7.4.16 | PHP API: cgi-fcgi | Session Path Writable: Yes | Display Errors: | Error Reporting: 32759 | Log Errors To: error_log | Last Known Error: | Register Globals: | Magic Quotes: | Safe Mode: | Allow url fopen: 1 | Open Base: | Uploads: 1 | Max. Upload Size: 20M | Max. POST Size: 28M | Max. Input Time: 60 | Max. Execution Time: 30 | Memory Limit: 32M

Database Configuration :: Version: 5.5.5-10.3.27-MariaDB (Client:mysqlnd 7.4.16) | Database Size: 4.39 MiB | #of Tables with config prefix: 84 | #of other Tables: 0 | User Privileges : GRANT ALL
Detailed Environment :: wrote:PHP Extensions :: Core (7.4.16) | date (7.4.16) | libxml (7.4.16) | openssl (7.4.16) | pcre (7.4.16) | zlib (7.4.16) | filter (7.4.16) | hash (7.4.16) | pcntl (7.4.16) | readline (7.4.16) | Reflection (7.4.16) | SPL (7.4.16) | session (7.4.16) | standard (7.4.16) | cgi-fcgi (7.4.16) | bcmath (7.4.16) | calendar (7.4.16) | ctype (7.4.16) | curl (7.4.16) | dom (20031129) | ftp (7.4.16) | gd (7.4.16) | iconv (7.4.16) | imap (7.4.16) | json (7.4.16) | mbstring (7.4.16) | mysqlnd (mysqlnd 7.4.16) | PDO (7.4.16) | Phar (7.4.16) | posix (7.4.16) | SimpleXML (7.4.16) | soap (7.4.16) | sockets (7.4.16) | tokenizer (7.4.16) | xml (7.4.16) | xmlwriter (7.4.16) | xsl (7.4.16) | zip (1.15.6) | mysqli (7.4.16) | pdo_mysql (7.4.16) | xmlreader (7.4.16) | Zend Engine (3.4.0) |
Potential Missing Extensions ::

Switch User Environment :: PHP CGI: Yes | Server SU: Yes | PHP SU: Yes | Potential Ownership Issues: No
Folder Permissions :: wrote:Core Folders :: images/ (755) | components/ (755) | modules/ (755) | plugins/ (755) | language/ (755) | templates/ (755) | cache/ (755) | logs/ (---) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) | administrator/logs/ (755) |

Elevated Permissions (First 10) ::
Database Information :: wrote:Database statistics :: Uptime: 451321 | Threads: 28 | Questions: 2745302 | Slow queries: 183 | Opens: 135817 | Flush tables: 25 | Open tables: 2000 | Queries per second avg: 6.082 |
Extensions Discovered :: wrote:Components :: Site ::
Core :: com_wrapper (3.0.0) 1 | com_mailto (3.0.0) 1 |
3rd Party:: WF_XHTMLXTRAS_TITLE (2.9.6) ? | WF_FULLSCREEN_TITLE (2.9.6) ? | WF_AUTOSAVE_TITLE (2.9.6) ? | WF_PREVIEW_TITLE (2.9.6) ? | WF_FORMATSELECT_TITLE (2.9.6) ? | WF_LINK_TITLE (2.9.6) ? | WF_VISUALCHARS_TITLE (2.9.6) ? | WF_TEXTCASE_TITLE (2.9.6) ? | WF_SPELLCHECKER_TITLE (2.9.6) ? | WF_WORDCOUNT_TITLE (2.9.6) ? | WF_TABLE_TITLE (2.9.6) ? | WF_ARTICLE_TITLE (2.9.6) ? | WF_BROWSER_TITLE (2.9.6) ? | WF_EMOTIONS_TITLE (2.9.6) ? | WF_CONTEXTMENU_TITLE (2.9.6) ? | WF_VISUALBLOCKS_TITLE (2.9.6) ? | WF_PRINT_TITLE (2.9.6) ? | WF_FONTCOLOR_TITLE (2.9.6) ? | WF_KITCHENSINK_TITLE (2.9.6) ? | WF_ANCHOR_TITLE (2.9.6) ? | WF_FONTSELECT_TITLE (2.9.6) ? | WF_SEARCHREPLACE_TITLE (2.9.6) ? | WF_HR_TITLE (2.9.6) ? | WF_LISTS_TITLE (2.9.6) ? | WF_DIRECTIONALITY_TITLE (2.9.6) ? | WF_STYLESELECT_TITLE (2.9.6) ? | WF_MEDIA_TITLE (2.9.6) ? | WF_CLIPBOARD_TITLE (2.9.6) ? | JCE - Noneditable (1.0.0) ? | WF_STYLE_TITLE (2.9.6) ? | WF_FONTSIZESELECT_TITLE (2.9.6) ? | WF_REFERENCE_TITLE (2.9.6) ? | WF_CHARMAP_TITLE (2.9.6) ? | WF_ATTRIBUTES_TITLE (2.9.6) ? | WF_HELP_TITLE (2.9.6) ? | WF_CLEANUP_TITLE (2.9.6) ? | WF_IMGMANAGER_TITLE (2.9.6) ? | WF_NONBREAKING_TITLE (2.9.6) ? | WF_SOURCE_TITLE (2.9.6) ? | WF_LINKS_JOOMLALINKS_TITLE (2.9.6) ? | WF_LINK_SEARCH_TITLE (2.9.6) ? | WF_POPUPS_JCEMEDIABOX_TITLE (2.9.6) ? | WF_AGGREGATOR_DAILYMOTION_TITLE (2.9.6) ? | WF_AGGREGATOR_VIMEO_TITLE (2.9.6) ? | WF_AGGREGATOR_VIDEO_TITLE (2.9.6) ? | WF_AGGREGATOR_[youtube]_TITLE (2.9.6) ? | WF_AGGREGATOR_AUDIO_TITLE (2.9.6) ? | WF_FILESYSTEM_JOOMLA_TITLE (2.9.6) ? |

Components :: Admin ::
Core :: com_ajax (3.2.0) 1 | com_menus (3.0.0) 1 | com_admin (3.0.0) 1 | com_tags (3.1.0) 1 | com_joomlaupdate (3.6.2) 1 | com_newsfeeds (3.0.0) 1 | com_privacy (3.9.0) 1 | com_postinstall (3.2.0) 1 | com_messages (3.0.0) 1 | com_associations (3.7.0) 1 | com_contenthistory (3.2.0) 1 | com_login (3.0.0) 1 | com_redirect (3.0.0) 1 | com_cpanel (3.0.0) 1 | com_languages (3.0.0) 1 | com_modules (3.0.0) 1 | com_cache (3.0.0) 1 | com_config (3.0.0) 1 | com_categories (3.0.0) 1 | com_users (3.0.0) 1 | com_finder (3.0.0) 1 | com_checkin (3.0.0) 1 | com_media (3.0.0) 1 | com_fields (3.7.0) 1 | com_search (3.0.0) 1 | com_installer (3.0.0) 1 | com_content (3.0.0) 1 | com_plugins (3.0.0) 1 | com_templates (3.0.0) 1 | com_actionlogs (3.9.0) 1 | com_banners (3.0.0) 1 |
3rd Party:: System - Jumi Router (2.0.6) 1 | Jumi (3.0.1) 1 | System - Jumi (3.0.4) 1 | com_jumi (3.0.5) 1 | Akeeba (8.0.4) 1 | COM_JCE (2.9.6) 1 |

Modules :: Site ::
Core :: mod_login (3.0.0) 1 | mod_articles_news (3.0.0) 1 | mod_footer (3.0.0) 1 | mod_articles_archive (3.0.0) 1 | mod_articles_categories (3.0.0) 1 | mod_custom (3.0.0) 1 | mod_related_items (3.0.0) 1 | mod_whosonline (3.0.0) 1 | mod_search (3.0.0) 1 | mod_articles_latest (3.0.0) 1 | mod_wrapper (3.0.0) 1 | mod_random_image (3.0.0) 1 | mod_tags_similar (3.1.0) 1 | mod_feed (3.0.0) 1 | mod_breadcrumbs (3.0.0) 1 | mod_users_latest (3.0.0) 1 | mod_stats (3.0.0) 1 | mod_tags_popular (3.1.0) 1 | mod_banners (3.0.0) 1 | mod_languages (3.5.0) 1 | mod_syndicate (3.0.0) 1 | mod_finder (3.0.0) 1 | mod_menu (3.0.0) 1 | mod_articles_category (3.0.0) 1 | mod_articles_popular (3.0.0) 1 |
3rd Party:: Jumi (3.0.1) 1 |

Modules :: Admin ::
Core :: mod_title (3.0.0) 1 | mod_latest (3.0.0) 1 | mod_latestactions (3.9.0) 1 | mod_login (3.0.0) 1 | mod_multilangstatus (3.0.0) 1 | mod_popular (3.0.0) 1 | mod_privacy_dashboard (3.9.0) 1 | mod_custom (3.0.0) 1 | mod_quickicon (3.0.0) 1 | mod_logged (3.0.0) 1 | mod_status (3.0.0) 1 | mod_feed (3.0.0) 1 | mod_toolbar (3.0.0) 1 | mod_stats_admin (3.0.0) 1 | mod_version (3.0.0) 1 | mod_submenu (3.0.0) 1 | mod_sampledata (3.8.0) 1 | mod_menu (3.0.0) 1 |
3rd Party::

Libraries ::
Core ::
3rd Party:: Regular Labs Library (20.12.24168) 1 | file_fof30 (3.7.4) ? |

Plugins ::
Core :: plg_fields_color (3.7.0) 1 | plg_fields_radio (3.7.0) 1 | plg_fields_usergrouplist (3.7.0) 1 | plg_fields_text (3.7.0) 1 | plg_fields_imagelist (3.7.0) 1 | plg_fields_editor (3.7.0) 1 | plg_fields_url (3.7.0) 1 | plg_fields_textarea (3.7.0) 1 | plg_fields_repeatable (3.9.0) 1 | plg_fields_list (3.7.0) 1 | plg_fields_checkboxes (3.7.0) 1 | plg_fields_media (3.7.0) 1 | plg_fields_sql (3.7.0) 1 | plg_fields_calendar (3.7.0) 1 | plg_fields_user (3.7.0) 1 | plg_fields_integer (3.7.0) 1 | plg_quickicon_phpversioncheck (3.7.0) 1 | plg_quickicon_extensionupdate (3.0.0) 1 | plg_quickicon_joomlaupdate (3.0.0) 1 | plg_quickicon_privacycheck (3.9.0) 1 | PLG_ACTIONLOG_JOOMLA (3.9.0) 1 | plg_captcha_recaptcha (3.4.0) 0 | plg_captcha_recaptcha_invisible (3.8) 0 | plg_search_contacts (3.0.0) 1 | plg_search_newsfeeds (3.0.0) 1 | plg_search_categories (3.0.0) 1 | plg_search_content (3.0.0) 1 | plg_search_tags (3.0.0) 1 | plg_twofactorauth_yubikey (3.2.0) 0 | plg_twofactorauth_totp (3.2.0) 0 | PLG_INSTALLER_URLINSTALLER (3.6.0) 1 | plg_installer_packageinstaller (3.6.0) 1 | PLG_INSTALLER_FOLDERINSTALLER (3.6.0) 1 | plg_finder_contacts (3.0.0) 1 | plg_finder_newsfeeds (3.0.0) 1 | plg_finder_categories (3.0.0) 1 | plg_finder_content (3.0.0) 1 | plg_finder_tags (3.0.0) 1 | plg_system_cache (3.0.0) 0 | plg_system_privacyconsent (3.9.0) 0 | plg_system_fields (3.7.0) 1 | plg_system_updatenotification (3.5.0) 1 | plg_system_remember (3.0.0) 1 | plg_system_highlight (3.0.0) 1 | plg_system_sessiongc (3.8.6) 1 | plg_system_languagecode (3.0.0) 0 | plg_system_p3p (3.0.0) 0 | plg_system_stats (3.5.0) 1 | plg_system_redirect (3.0.0) 0 | plg_system_debug (3.0.0) 1 | PLG_SYSTEM_ACTIONLOGS (3.9.0) 1 | plg_system_logout (3.0.0) 1 | plg_system_logrotation (3.9.0) 1 | plg_system_log (3.0.0) 1 | plg_system_languagefilter (3.0.0) 0 | plg_system_sef (3.0.0) 1 | plg_content_fields (3.7.0) 1 | plg_content_loadmodule (3.0.0) 1 | plg_content_joomla (3.0.0) 1 | plg_content_pagenavigation (3.0.0) 1 | plg_content_confirmconsent (3.9.0) 0 | plg_content_finder (3.0.0) 0 | plg_content_emailcloak (3.0.0) 1 | plg_content_vote (3.0.0) 0 | plg_content_pagebreak (3.0.0) 1 | plg_authentication_cookie (3.0.0) 1 | plg_authentication_joomla (3.0.0) 1 | plg_authentication_ldap (3.0.0) 0 | plg_authentication_gmail (3.0.0) 0 | plg_editors-xtd_image (3.0.0) 1 | plg_editors-xtd_fields (3.7.0) 1 | plg_editors-xtd_article (3.0.0) 1 | plg_editors-xtd_menu (3.7.0) 1 | plg_editors-xtd_readmore (3.0.0) 1 | plg_editors-xtd_module (3.5.0) 0 | plg_editors-xtd_pagebreak (3.0.0) 1 | plg_user_joomla (3.0.0) 1 | plg_user_terms (3.9.0) 0 | plg_user_contactcreator (3.0.0) 0 | plg_user_profile (3.0.0) 0 | plg_extension_joomla (3.0.0) 1 | plg_privacy_actionlogs (3.9.0) 1 | plg_privacy_content (3.9.0) 1 | plg_privacy_user (3.9.0) 1 | plg_privacy_consents (3.9.0) 1 | plg_privacy_message (3.9.0) 1 |
3rd Party:: plg_editors_codemirror (5.60.0) 1 | plg_editors_jce (2.9.6) 1 | plg_editors_tinymce (4.5.12) 1 | plg_fields_mediajce (2.9.6) 1 | plg_quickicon_akeebabackup (8.0.4) 1 | plg_quickicon_jce (2.9.6) 1 | PLG_ACTIONLOG_AKEEBABACKUP (8.0.4) 0 | plg_installer_jce (2.9.6) 1 | PLG_SYSTEM_REGULARLABS (20.12.24168) 1 | plg_system_jce (2.9.6) 1 | PLG_SYSTEM_BACKUPONUPDATE (8.0.4) 0 | PLG_SYSTEM_MODULESANYWHERE (7.12.0) 1 | System - Jumi (3.0.4) 1 | System - Jumi Router (2.0.6) 1 | plg_content_jce (2.9.6) 1 | PLG_EDITORS-XTD_MODULESANYWHERE (7.12.0) 1 | plg_extension_jce (2.9.6) 1 |
Templates Discovered :: wrote:Templates :: Site :: protostar (1.0) 1 | beez3 (3.1.0) 1 |
Templates :: Admin :: hathor (3.0.0) 1 | isis (1.0) 1 |
--- http://www.Stuffdone.com ---
Wow. Doing web sites for over 28+ years now. Still learn new tricks...not bad for an old dog

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44089
Joined: Sat Apr 05, 2008 9:58 pm

Re: 2M file size limit. Cannot change?

Post by Webdongle » Fri Apr 30, 2021 6:20 pm

If the sever uses the modified date not the created date (the date it was uploaded to the server) then the date will be 'old' and fpa-en.php will self delete.

viewtopic.php?t=983903&p=3621668
Comment out line 97 solved the problem
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

stuffdone
Joomla! Guru
Joomla! Guru
Posts: 728
Joined: Tue Oct 28, 2008 11:06 pm
Location: NE Florida
Contact:

Re: 2M file size limit. Cannot change?

Post by stuffdone » Fri Apr 30, 2021 9:15 pm

???

Line 97 of what?
--- http://www.Stuffdone.com ---
Wow. Doing web sites for over 28+ years now. Still learn new tricks...not bad for an old dog

sozzled
I've been banned!
Posts: 13639
Joined: Sun Jul 05, 2009 3:30 am
Location: Canberra, Australia

Re: 2M file size limit. Cannot change?

Post by sozzled » Fri Apr 30, 2021 9:28 pm

I think @Webdongle was referring to line 97 of fpa-en.php but it's probably irrelevant in the circumstances. You've posted your FPA report. The FPA didn't "self-delete" on execution.

The FPA report says that Max. Upload Size = 20M (not 21M as you thought your php.ini settings contained). So the mystery continues. I can only guess that there's something strange because you're using a temporary domain (i.e. http://IP/~account) and the .htaccess file isn't honoured ... maybe ??? Maybe try renaming the .htaccess file to something else, disable the SEF settings, then try the extension installation again?

It's a mystery. I am not familiar with hosting a webserver environment like yours.

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44089
Joined: Sat Apr 05, 2008 9:58 pm

Re: 2M file size limit. Cannot change?

Post by Webdongle » Fri Apr 30, 2021 10:24 pm

Ah, missed that about temp domain. Things happen strange with those. In another 12 hours or so you can use your main Domain. Metniks all will work as expected then.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

stuffdone
Joomla! Guru
Joomla! Guru
Posts: 728
Joined: Tue Oct 28, 2008 11:06 pm
Location: NE Florida
Contact:

Re: 2M file size limit. Cannot change?

Post by stuffdone » Sat May 01, 2021 12:43 am

sozzled wrote:
Fri Apr 30, 2021 9:28 pm
I think @Webdongle was referring to line 97 of fpa-en.php but it's probably irrelevant in the circumstances. You've posted your FPA report. The FPA didn't "self-delete" on execution.
I think he was confused. Did not mean the FPA script vanished I ment that I had posted the FPA here and it vanished from this forum. LOL

I will wait for the domain transfer to complete and hope that resolves it.

Thank you !
--- http://www.Stuffdone.com ---
Wow. Doing web sites for over 28+ years now. Still learn new tricks...not bad for an old dog

sozzled
I've been banned!
Posts: 13639
Joined: Sun Jul 05, 2009 3:30 am
Location: Canberra, Australia

Re: 2M file size limit. Cannot change?

Post by sozzled » Fri May 21, 2021 7:53 am

Meanwhile, three weeks later, has the domain been transferred and has this resolved matters? ???

stuffdone
Joomla! Guru
Joomla! Guru
Posts: 728
Joined: Tue Oct 28, 2008 11:06 pm
Location: NE Florida
Contact:

Re: 2M file size limit. Cannot change?

Post by stuffdone » Fri May 21, 2021 8:57 pm

sozzled wrote:
Fri May 21, 2021 7:53 am
Meanwhile, three weeks later, has the domain been transferred and has this resolved matters? ???
Sorry got busy forgot to update post. It took WIX almost two weeks to finish the transfer but then all is well. It appears that Joomla won't recognize php.ini settings unless the actual domain name is functional.

Thanks for all the input ! :)
--- http://www.Stuffdone.com ---
Wow. Doing web sites for over 28+ years now. Still learn new tricks...not bad for an old dog

User avatar
AMurray
Joomla! Exemplar
Joomla! Exemplar
Posts: 9739
Joined: Sat Feb 13, 2010 7:35 am
Location: Australia

Re: 2M file size limit. Cannot change?

Post by AMurray » Fri May 21, 2021 9:27 pm

Who or what is "WIX" ? (beyond it being one of those online website creator services, I didn't know they were a "standard" web host).

I don't know if the recognition of the php.ini file is has anything to do with *Joomla* specifically; php.ini is a web server file not a Joomla file.
Regards - A Murray
General Support Moderator

stuffdone
Joomla! Guru
Joomla! Guru
Posts: 728
Joined: Tue Oct 28, 2008 11:06 pm
Location: NE Florida
Contact:

Re: 2M file size limit. Cannot change?

Post by stuffdone » Fri May 21, 2021 10:58 pm

AMurray wrote:
Fri May 21, 2021 9:27 pm
Who or what is "WIX" ? (beyond it being one of those online website creator services, I didn't know they were a "standard" web host).

I don't know if the recognition of the php.ini file is has anything to do with *Joomla* specifically; php.ini is a web server file not a Joomla file.
Yes WIX is a DIY web service and customer registered domain there.

Someone else will have to explain why I was locked into 2MB when php.ini was set to 20MB. That was the whole point of the topic. As soon as the domain was finally transferred the problem vanished with nothing else being touched. So yes for some reason Joomla refused to accept the server's PHP config until that point. I could access the installation etc. I could upload files via file manager but when trying to install a package via Joomla the 2M limit was like a brick wall.

I have no clue why.
--- http://www.Stuffdone.com ---
Wow. Doing web sites for over 28+ years now. Still learn new tricks...not bad for an old dog

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44089
Joined: Sat Apr 05, 2008 9:58 pm

Re: 2M file size limit. Cannot change?

Post by Webdongle » Sat May 22, 2021 12:55 am

It was not Joomla it was the server
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

stuffdone
Joomla! Guru
Joomla! Guru
Posts: 728
Joined: Tue Oct 28, 2008 11:06 pm
Location: NE Florida
Contact:

Re: 2M file size limit. Cannot change?

Post by stuffdone » Sat May 22, 2021 2:03 pm

Webdongle wrote:
Sat May 22, 2021 12:55 am
It was not Joomla it was the server
Server didn't care what size file I uploaded only Joomla prevented that.

I uploaded the install file and others all larger than 2MB via cPanel file manager.

Only Joomla install option specifically displayed a 2MB limit.

Anyway. Once domain finally transferred problem vanished. Topic closed.
--- http://www.Stuffdone.com ---
Wow. Doing web sites for over 28+ years now. Still learn new tricks...not bad for an old dog

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44089
Joined: Sat Apr 05, 2008 9:58 pm

Re: 2M file size limit. Cannot change?

Post by Webdongle » Sat May 22, 2021 2:45 pm

The fact that Joomla was the same when the upload didn't work and when it did then it was because of the temp url while your Domain propagated shows it was the paths the server used and not Joomla.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: 2M file size limit. Cannot change?

Post by leolam » Fri May 28, 2021 5:19 pm

With all respect but
It appears that Joomla won't recognize php.ini settings unless the actual domain name is functional.
is completely incorrect. IP/~username will fully function and has no influence whatsoever on Joomla since it is an Apache User setting so a server setting. The only thing that does not work on IP/username is SEF since mod_rewrite is not working under that Apache directive.

So this has been an issue with (cheap) hosting...

Leo 8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -


Locked

Return to “Installation Joomla! 3.x”