The php.ini tag has no wiki summary.
0
votes
0answers
27 views
Why can't the WP-CLI installer find my php.ini?
I am trying to install WP-CLI on my Mac using the standard installation command (found here: http://wp-cli.org), yet I am receiving the following error message:
#!/usr/bin/env php
Some ...
0
votes
0answers
25 views
Allow 200 MB uploads
Is it "safe" to alter the php.ini file for the sole purpose of allowing content editors to upload files with a size of 200 MB? I know this would affect all other sites on the same server.
1
vote
1answer
59 views
WP & Server Speed [Teacher Question]
I'm a teacher and have used multisite WP for two years now as a resource for completing assignments. This spring semester, I have the most students that I've had on my site (30).
Prior to this ...
0
votes
0answers
82 views
HTTP ERROR when trying to upload an image in Nextgen gallery [closed]
I am getting an error when trying to upload an image on NextGen gallery.
The error says:
ERROR HTTP error.: HTTP Error.
When checking on developer tool it says:
POST ...
0
votes
1answer
222 views
Memory errors with media upload, Wordpress can't use more than 96M (while there's 512 available!)
I'm aware that this is a known problem but I was unable to address it using information found in WPAnswers and Wordpress support forums.
In my Worpdress single site installation the media uploader is ...
1
vote
1answer
1k views
Getting template_include to work when allow_url_include is off?
I'm working on a plugin that creates a custom post type and I would like to display a custom template without modifying the theme.
Here's the simplified code I'm working with:
...
1
vote
1answer
246 views
How to stop fatal error when loading theme template file directly
If one tries to load a theme template file directly, the following error message is displayed:
Fatal error: Call to undefined function get_header() in ...
and it goes on to list the full directory ...
0
votes
2answers
1k views
Theme requires allow_url_include = on in php.ini
I don't even know where to start with this one. I'm using a theme that requires me to override server php.ini settings in my own php.ini with allow_url_include = on
That setting at very least seems ...