Joss Posted October 6, 2015 Share Posted October 6, 2015 I have just had to update a couple of things on an older site (2.5.8) that I haven't touched for ages. For some reason I cannot upload images into a single image field it shows the image file name and says 100% but the image does not show and if I save the page the image is not there. Never come across this problem before. Anyone any clues? All the best Joss Link to comment Share on other sites More sharing options...
teppo Posted October 6, 2015 Share Posted October 6, 2015 There are couple of reasons why this might happen, but I'd check the situation with your browser's dev tools first. If you look at the request related to uploading that image, specifically the Response tab (if using Chrome; Fox probably has something similar in place) do you see errors or other weird output there? Link to comment Share on other sites More sharing options...
Joss Posted October 6, 2015 Author Share Posted October 6, 2015 Hi Teppo! Do you mean console? I am getting: POST http://claysvehiclerepairs.uk/claysadmin/page/edit/?id=1012 500 (Internal Server Error) uploadFile @ InputfieldFile.js:294 traverseFiles @ InputfieldFile.js:329 (anonymous function) @ InputfieldFile.js:339 claysvehiclerepairs.uk/:1 Uncaught SyntaxError: Unexpected token E Link to comment Share on other sites More sharing options...
teppo Posted October 6, 2015 Share Posted October 6, 2015 Actually I meant individual requests on the Network tab (again in Chrome dev tools, might be different in other browsers). Anyway, Internal Server Error sounds like there's an actual issue on the server, so response text might not uncover anything new This could still be a result of a permission issue on the server, it could mean that the server runs out of memory (resizing large images can do this), or it could be something entirely different. Did you check the server error logs (and PW error log) already? A more specific error message would help a lot here. Link to comment Share on other sites More sharing options...
Uniteam Posted June 20, 2018 Share Posted June 20, 2018 Hello, I have the same problem. Here my php.ini settings: http://gabrielepasini.it/info.php Module mod_rewrite is installed. Thanks! Link to comment Share on other sites More sharing options...
elabx Posted June 20, 2018 Share Posted June 20, 2018 @Uniteam Anything showing on your logs? Under Setup > Logs. 1 Link to comment Share on other sites More sharing options...
wbmnfktr Posted June 20, 2018 Share Posted June 20, 2018 Problem already solved in another thread. 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