ruffcodes@alien.topB to Self-Hosted Main@selfhosted.forumEnglish · 1 year agowhich php.ini file should i edit for 64mb uploads in wordpress dockeralien.topimagemessage-square12fedilinkarrow-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 · 1 year agomessage-square12fedilink
minus-squareTuffelluff@alien.topBlinkfedilinkEnglisharrow-up1·1 year agoCheck the loaded config files via phpinfo()
minus-squareDWolfUK40@alien.topBlinkfedilinkEnglisharrow-up1·1 year agoThis. Call it in a php file on your web server through a browser and it will give you all the info you need :)
minus-squarewhatthetoken@alien.topBlinkfedilinkEnglisharrow-up1·1 year 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·1 year 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
Check the loaded config files via phpinfo()
This. Call it in a php file on your web server through a browser and it will give you all the info you need :)
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