Hello,
I tried to import the xml document I generated from livejournal. and when i tried to upload it, i got this error from wordpress.
"The uploaded file could not be moved to /home/supacow/public_html/wp-content/uploads/2009/05."
can anybody help?
Hello,
I tried to import the xml document I generated from livejournal. and when i tried to upload it, i got this error from wordpress.
"The uploaded file could not be moved to /home/supacow/public_html/wp-content/uploads/2009/05."
can anybody help?
This is a permissions issue on your upload directory. If this is a linux server you want to allow the user apache runs as to write to the wp-content/ directory recursively. This is typically done like so:
chmod o+w -R wp-content/
chown [apache_user] wp-content
Your hosting provider should be able to assist in setting up the permissions for you
[signature moderated Please read the Forum Rules]/?utm_source=bb'>Hostmysite.com
Hi,
Please assign 755 recursive permissions to your blog's wp-contents folder and have a chek..also refer this on how to import blog from LiveJournal..
http://codex.wordpress.org/Importing_Content
Thanks,
Shane G.
HI
I am unable to figure out how to take my word processor document (created in Jarte) and make it a post on my blog. The best I've been able to do is get a title shown as a post (published) BUT there is no text (the document is five printed pages long).
You must log in to post.