ruffcodes@alien.topB to Self-Hosted Main@selfhosted.forumEnglish · 2 years agowhich php.ini file should i edit for 64mb uploads in wordpress dockeralien.topimagemessage-square11linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imagewhich php.ini file should i edit for 64mb uploads in wordpress dockeralien.topruffcodes@alien.topB to Self-Hosted Main@selfhosted.forumEnglish · 2 years agomessage-square11linkfedilink
minus-squareTuffelluff@alien.topBlinkfedilinkEnglisharrow-up1·2 years agoCheck the loaded config files via phpinfo()
minus-squarewhatthetoken@alien.topBlinkfedilinkEnglisharrow-up1·2 years agoYup. And make sure you check via the web server request and not from cli as they’re not guaranteed to be loaded the same way
minus-squareruffcodes@alien.topOPBlinkfedilinkEnglisharrow-up1·2 years agoso it told me its using the cli file, can you please telll what fields should i edit, i believe i am going wrong there only
minus-squareDWolfUK40@alien.topBlinkfedilinkEnglisharrow-up1·2 years agoThis. Call it in a php file on your web server through a browser and it will give you all the info you need :)
Check the loaded config files via phpinfo()
Yup. And make sure you check via the web server request and not from cli as they’re not guaranteed to be loaded the same way
so it told me its using the cli file, can you please telll what fields should i edit, i believe i am going wrong there only
This. Call it in a php file on your web server through a browser and it will give you all the info you need :)