Thread Starter
mess
(@michaelm0809)
Out of curiosity, where should the php.ini file reside?
The WP root or the wp-admin, and if there are sub-domains involved does that parent really affect the child? No biggie, just curious if you knew. 1&1 support wasn’t much assistance 😉
Thread Starter
mess
(@michaelm0809)
Sorry it took so long to reply.
I tracked down the issue. Apparently the php.ini must be in the wp-admin folder or as well (sub-domain)..?
Just thinking out loud. From my googling and such, wouldn’t the sub-domain not be an issue though? It has its own site root, making it completely independent of the parent.
Anyways. Thanks again for some great work and hastily replies!!
Thread Starter
mess
(@michaelm0809)
my short-code
[fileup makedir=”true” single=”true” maxsize=”500″ theme=”silver-bullet”]
my php.ini (root of WP dir) reads
file_uploads = On;
post_max_size = 500M;
upload_max_filesize = 500M;
yet the info icon shows
post_max_size: 8M
upload_max_filesize: 40M