Currently max upload size reads in the dashboard as:
"Max Upload Size 128 B
The current value is insufficient to properly support the theme. Please adjust this value to 128 in order to meet the theme requirements."
In the actual .ini file, it reads:
max_execution_time = 300
post_max_size = 256
max_input_vars = 5000
upload_max_filesize = 128
If I add a 'M' after 128 it just says my current size is "256 B".
If I play its silly game and input 134217728 (i.e. 128mb in b) then it still only recognises as 256 B.
Trying to change php.ini on a wordpress install.
Currently max upload size reads in the dashboard as:
"Max Upload Size 128 B
The current value is insufficient to properly support the theme. Please adjust this value to 128 in order to meet the theme requirements."
In the actual .ini file, it reads:
max_execution_time = 300
post_max_size = 256
max_input_vars = 5000
upload_max_filesize = 128
If I add a 'M' after 128 it just says my current size is "256 B".
If I play its silly game and input 134217728 (i.e. 128mb in b) then it still only recognises as 256 B.
Halp?