formmailer Posted November 17, 2012 Share Posted November 17, 2012 Hi, I have a strange problem: I moved a site from my testserver (Xammp on Windows) to my live server (Linux with Apache) and made sure all file permissions are correct. Everything works fine except uploading images. What happens is that the progress bar goes up to 100% and then it disappears. The image doesn't get uploaded. I double checked all permissions with another site running on the same server, but couldn't find any differences. The other site has no problems with uploading. Any ideas? /Jasper Link to comment Share on other sites More sharing options...
yesjoar Posted November 17, 2012 Share Posted November 17, 2012 Hi formmailer, is there an error message, when the upload dissapears? y. Link to comment Share on other sites More sharing options...
formmailer Posted November 17, 2012 Author Share Posted November 17, 2012 No, nothing at all. Not even in debug mode. /Jasper Link to comment Share on other sites More sharing options...
diogo Posted November 17, 2012 Share Posted November 17, 2012 Same thing happened to me, and the problem was the GD library. I reinstalled it and everything was fine. Link to comment Share on other sites More sharing options...
formmailer Posted November 17, 2012 Author Share Posted November 17, 2012 Same thing happened to me, and the problem was the GD library. I reinstalled it and everything was fine. But it works for another site on the same server, can it still be the GD library? I just removed the domain and all it's configuration, and re-created it, but still no luck. Link to comment Share on other sites More sharing options...
apeisa Posted November 17, 2012 Share Posted November 17, 2012 What does js console says? Link to comment Share on other sites More sharing options...
diogo Posted November 17, 2012 Share Posted November 17, 2012 Check if the images are on the folder. Link to comment Share on other sites More sharing options...
formmailer Posted November 18, 2012 Author Share Posted November 18, 2012 @Diogo: The images are not in the /assets/files/<page-id> folder on the server. @Apeisa: I am not sure if this is what you meant, but using Firebug with the script-console activated I see the following response: {"error":false,"message":"Page not saved (no changes)"} /Jasper Link to comment Share on other sites More sharing options...
teppo Posted November 18, 2012 Share Posted November 18, 2012 But it works for another site on the same server, can it still be the GD library? Sounds very unlikely. I just removed the domain and all it's configuration, and re-created it, but still no luck. Could you provide us some information about how things work in the server end; what configuration settings does each site have? Also: is there a possibility that file upload related PHP settings (such as temp dir, upload_max_filesize or max_file_uploads) could be site-specific? And one more thing: have you tried watching Apache error log while doing uploads -- does anything strange show up there? Link to comment Share on other sites More sharing options...
formmailer Posted November 18, 2012 Author Share Posted November 18, 2012 I finally found it (and should have found it right away ). This domain (created by Plesk) had PHP safe_mode activated and safe_mode was deactivated on all the other domains running PW. When I disabled safe_mode everything worked fine. Sorry for bothering you guys. /Jasper 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now