Reputation: 439
I have recently moved my joomla site from my test server to live server.
In backend, when i try to upload image in media manager, there is an error saying Please input a file for upload. The max file size to upload is 10MB and m trying uploading small images. But still i got this error.
Can anyone help me with this. Any help is highly appreciated.
thanks
Upvotes: 1
Views: 2715
Reputation: 4327
check that file_uploads setiing is enabled on the server in php.ini, I had the sam problem and this was the solution
Upvotes: 0
Reputation: 1158
Check that you don't have a discrepancy between the URL of your site and the one set in your configuration.php. They should match.
var $live_site = 'http://www.yourwebsiste.com.br';
Thanks to http://forum.joomla.org/viewtopic.php?p=2096980 for pointing me to the solution.
Upvotes: 0
Reputation: 3692
Too many times put "Check permission"
That's it's wrong information. Not all server run with obsolete mod_php. Too many run on mode CGI, Fast-CGI, with SuXEC.
In this case, permission ok are 600, 700 to 644 - 755
Upvotes: 0
Reputation: 28755
Check the media setting in Global Configuration.
And check the path to temp folder.
Upvotes: 0
Reputation: 10609
Don't just check the stories folder permissions. Joomla uploads files to the temp directory then moves them to the final location. Make sure all your permissions are set properly - 755 for folders, 644 for files. Also make sure that your temp directories are set correctly. If you just moved the site, you likely will need to update those for the file structure of the server.
Upvotes: 0
Reputation: 315
Check your browser, check the directory permissions (help menu), check your java version.
Upvotes: 1