btsimon Posted June 27, 2013 Share Posted June 27, 2013 During image upload there is error message: PHP Warning: imagejpeg() [<a href='function.imagejpeg'>function.imagejpeg</a>]: gd-jpeg: JPEG library reports unrecoverable error: in D:\v014590\btsimon.sk\WWWRoot\images.inc.php on line 344 PHP Warning: imagejpeg() [<a href='function.imagejpeg'>function.imagejpeg</a>]: gd-jpeg: JPEG library reports unrecoverable error: in D:\v014590\btsimon.sk\WWWRoot\images.inc.php on line 344 PHP Warning: imagejpeg() [<a href='function.imagejpeg'>function.imagejpeg</a>]: Unable to open 'D:\v014590\btsimon.sk\WWWRoot/img/p/222-245-large.jpg' for writing: No space left on device in D:\v014590\btsimon.sk\WWWRoot\images.inc.php on line 344 PHP Warning: imagejpeg() [<a href='function.imagejpeg'>function.imagejpeg</a>]: Unable to open 'D:\v014590\btsimon.sk\WWWRoot/img/p/222-245-medium.jpg' for writing: No space left on device in D:\v014590\btsimon.sk\WWWRoot\images.inc.php on line 344 PHP Warning: imagejpeg() [<a href='function.imagejpeg'>function.imagejpeg</a>]: Unable to open 'D:\v014590\btsimon.sk\WWWRoot/img/p/222-245-small.jpg' for writing: No space left on device in D:\v014590\btsimon.sk\WWWRoot\images.inc.php on line 344 PHP Warning: imagejpeg() [<a href='function.imagejpeg'>function.imagejpeg</a>]: Unable to open 'D:\v014590\btsimon.sk\WWWRoot/img/p/222-245-thickbox.jpg' for writing: No space left on device in D:\v014590\btsimon.sk\WWWRoot\images.inc.php on line 344 Where can problem be? Aslo here is images.inc.php images.inc (1).php Link to comment Share on other sites More sharing options...
PSfever.com Posted June 27, 2013 Share Posted June 27, 2013 Where is your Prestashop running? VPS? Own server? How much disk space do you still have free? Based on the error message there might be no space left... Link to comment Share on other sites More sharing options...
btsimon Posted June 27, 2013 Author Share Posted June 27, 2013 I though that as well but then I have checked free space and untill now i still have 4,38GB of available space left. It is running on Czech server provider www.active24.cz. It is Windows server. Link to comment Share on other sites More sharing options...
tomerg3 Posted June 27, 2013 Share Posted June 27, 2013 Ask your host to check it out, maybe there are 2 partitions and one is out of space. Generally when you see an error reporting lack of space, it's not a hoax Link to comment Share on other sites More sharing options...
btsimon Posted June 28, 2013 Author Share Posted June 28, 2013 i have checked it out but at my provider customer center but there is only one partition. Is there any setting inside of prestashop where maximum amount of usable space is defined? Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted June 28, 2013 Share Posted June 28, 2013 Hi, PHP Warning: imagejpeg() [<a href='function.imagejpeg'>function.imagejpeg</a>]: Unable to open 'D:\v014590\btsimon.sk\WWWRoot/img/p/222-245-thickbox.jpg' for writing: No space left on device in D:\v014590\btsimon.sk\WWWRoot\images.inc.php on line 344 there is PHP Warning, Prestashop doens't have any params for limits usable space. I know only about limiting MAX image size: http://clip2net.com/clip/m226647/1372403115-clip-79kb.png Regards Link to comment Share on other sites More sharing options...
btsimon Posted June 28, 2013 Author Share Posted June 28, 2013 Can you translate me what exactly is written on line 344? I cannot read prestashop code. Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted June 28, 2013 Share Posted June 28, 2013 There is: $flag = imagejpeg($ressource, $filename, (int)$quality); http://php.net/manual/en/function.imagejpeg.php Link to comment Share on other sites More sharing options...
btsimon Posted July 1, 2013 Author Share Posted July 1, 2013 Makes no sense to me 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