Ok, it sound the plugin is using a URL rather than a absolute file path when moving a file, which is similar to an issue another user reported whose site is on a Windows server. This is an issue I’ll be looking this week.
Thread Starter
NHNA
(@nhna)
I am not on a Windows server…
It would be nice if we found the problem..
I cannot upload anything!!!
Does anyone have any answer???
Are you able to upload an image through the WordPress Media Library?
Thread Starter
NHNA
(@nhna)
Ok, I solved it…
Just for someone who will have the same problem..
I went to my General settings and I saw that I couldn’t edit the URLs.
so, I remember that I had made a change into my wp-config.php and I had add those lines for other problem in the past:
define(‘WP_HOME’,’http://www.mypage.eu’);
define(‘WP_SITEURL’,’http://www.mypage.eu’);
Something that take by default to have the www. infront of the url, and in the begining of setting WordPress I hadn’t set it… So, it get confused..
Thank you very much for your time!