Tagged Questions
0
votes
1answer
42 views
What's causing this error? “Warning: Invalid argument”
I noticed today that my error logs are littered with this information. I'm not quite sure what's causing it. Has anyone seen this before?
[Mon Mar 25 17:24:23 2013] [error] [client] PHP Warning: ...
0
votes
2answers
1k views
How do I fix this error: Warning: invalid argument supplied for foreach()?
I recently moved a wordpress install from my local instance to a dev server. For the move, I installed a clean version of wordpress 3.4, moved exact duplicates of the file structre, and used the ...
1
vote
1answer
291 views
Add More Fields to Users Pages (Admin Panel)
So I'm trying to create some custom fields for users. I need to give users access to a 30 day trial of some software and I want to keep track of that in the users page of administration panel. If the ...
0
votes
1answer
42 views
Is there a wp-config.php option or constant that I can set to allow me to download nightly / beta builds?
Nightly Builds or Beta Releases?
I like using the /wp-admin/update-core.php utility to update wordpress. But I'd like to be able to use it to download beta releases or nightly builds.
Does anybody ...