upload_max_filesize and post_max_size settings

Status
Not open for further replies.

bean.stewart61

New Member
Prime Account
Messages
10
Reaction score
0
Points
1
Hi,

currently I have the following limits:
upload_max_filesize = 2M
post_max_size settings = 8M

Can these be increased please, I need to upload 20M

Mark
 

Dead-i

x10Hosting Support Ninja
Community Support
Messages
6,084
Reaction score
368
Points
83
Hi Mark,

Currently on xo2, upload_max_filesize is set to 16M and post_max_size is set to 20M, as per this wiki article. Where are you seeing these lowered settings? :)

Thank you,
 

bean.stewart61

New Member
Prime Account
Messages
10
Reaction score
0
Points
1
Hi Dead-i

I noticed a few months ago that I could not upload more than 2MB on my Joomla site.

PHP info on my Joomla admin page today says:
System Linux xo2.x10hosting.com 2.6.32-531.23.3.lve1.2.65.el6.x86_64 #1 SMP Tue Aug 19 10:37:27 EDT 2014 x86_64
Build Date Apr 30 2014 11:22:03
file_uploads On On
magic_quotes_gpc On On
max_file_uploads 20 20
post_max_size 8M 8M
upload_max_filesize 2M 2M

I've got this in my htaccess file:
php_value upload_max_filesize 20M

Also, hope you don't mind me asking this on the same thread, I've just installed Joomla 3.3.6. Got the following message:
Error - Your host needs to disable magic_quotes_gpc to run this version of Joomla!

Thanks
Mark
 

AngusThermopyle

Active Member
Messages
319
Reaction score
52
Points
28
What PHP version does that Joomla page say you are running?
Should be 5.5.13 on xo2

My guess is that you are running 5.3.28 because you have something like

AddHandler application/x-httpd-php53 .php

in a .htaccess file.
 
Last edited:

bean.stewart61

New Member
Prime Account
Messages
10
Reaction score
0
Points
1
Ahh yes, you are right.

it is:
PHP Version 5.3.28

got this in my htaccess:
AddType application/x-httpd-php53 .php .php5 .phtml

I need to run PHP 5.3 for my old joomla site (1.5)
I'm starting a rewrite using joomla 3.3

Is it possible to get 20M upload for the old site (PHP 5.3)

In a couple of months I will scrap the old site and be on PHP5.5

Thanks
 
Status
Not open for further replies.
Top