So I increased the max file size to 30B, but when I try and import my .xml file, I get all the way to "assigning authors and import attachments" then I get the following error in wordpress:
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, support@supportwebsite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Apache/1.3.33 Server at iowagirleats.com Port80
Then I also get a pop up error in my file account manager in my hosting account (Go Daddy) that says:
There was an error processing your request. Additional details are in the server logs.
Yesterday they had me add the following string to my php.ini file to increase my max upload file saize, and rename it to php5.ini:
memory_limit = 50M
post_max_size = 100M
file_uploads = On
upload_max_filesize = 30M
I'm thinking the error maybe has something to do with this?
THANK You!!