php directives breaking admin
-
I’m having a problem with a site I’m modifying. I need to increase the php upload limit and have added the following lines to the php.ini file in the wp-admin folder:
post_max_size = 32MB upload_max_filesize = 32MBThis has the desired effect and when I navigate to the media uploader it shows 32MB as the limit. However, now when I try to upload anything or modify any page or setting, clicking the upload/update button has no effect and just refreshes the page.
Does anyone know why this might be and how I can fix it?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘php directives breaking admin’ is closed to new replies.