Mediawiki says it is unable to upload. I checked around, and made sure the right folders are writeable, but it still gives errors. I read that it might be a php setting. Does anyone know?
What is the size of the file you're uploading? The last I checked x10Hosting only had PHP set to allow a PHP Upload Size of 2MB per file, afterwards the file would be dropped during upload if the file size was greater than 2MB. Try small files and see if they upload. If not, post back.
So, I'm taking this to the point where you've already enabled $wgEnableUploads inside of your LocalSettings.php file and you've pointed the MediaWiki file paths to the correct location, as well as verifying that the folders are writable right? Also to keep in mind, the file paths that MediaWiki uses are relative, not absolute
...and it's not working. I set the upload variable to true, and the images folder is 777'd (writable). It's not my cache, so I'm not sure why it still thinks uploading is disabled.
Check over your LocalSettings.php file again and make sure there aren't duplicate settings but with different values in the file. Also, check your DefaultSettings.php file for the same value and see if changing the value to that in enabled will fix it.
I also assume you've seen this guide, right? I honestly wouldn't know why File Uploads aren't working if what I've said and that page says are already set up. The values you listed above seem fine to me as it states where the files are being saved by default.
I found that page after some random searching, but I couldn't find anything that helped. I can't think of what it is, because there's not a random event that "goes wrong", it just thinks uploads are disabled.
I honestly don't see what may be the problem then if everything is set up correctly. I'll install MediaWiki to my account shortly to see if I can get that working.
I got it figured out. I missed the step where I delete /config and move LocalSettings.php into the document root. It's working now.
Thank from your help.