-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can not crop #32
Comments
Can you show me your ajax request response? When the crop apply the code send a ajax request with the position and sizes. With that data php cropped the image. But its possible that php hasn't got enough memory and than the code crashed. If it crashe php return error in the ajax request. Can you show me the response? |
5968e9a84db70: POST http://127.0.0.1/index.php?r=imagemanager%2Fmanager/crop at 2017-07-14 03:56:24 pm by 127.0.0.1 CropData |
Thanks for the post data, but can you give me also the response data? |
596a19468b51d: POST http://127.0.0.1/index.php?r=imagemanager%2Fmanager/crop at 2017-07-15 01:31:50 pm by 127.0.0.1 Response Headers
|
596a19406d72e: POST http://127.0.0.1/index.php?r=imagemanager%2Fmanager/get-original-image at 2017-07-15 01:31:44 pm by 127.0.0.1 Response Headers
|
596a193d56365: POST http://127.0.0.1/index.php?r=imagemanager%2Fmanager/view at 2017-07-15 01:31:41 pm by 127.0.0.1
|
{"name":"Exception","message":"Class 'Imagine\Image\Palette\RGB' not found","code":0,"type":"Error"
|
POST http://127.0.0.1/index.php?r=imagemanager%2Fmanager/crop | 500 Internal Server Error | | 189ms |
Thats what i need! Do you use a specific version of Imagine in your composer file? I looks like Imagine\Image\Palette\RGB not exists in the version that you used. |
Thank you for your reply。let me check it,and version of Imagine is 0.5.0 |
Try to update it to 0.6.3 That the version I used. |
I'm getting the same crash. With the same error. I think a dependency in the image manager composer file should be added. |
all config follow on README.md
it works well ,can upload image ,can delete image
when I corp a image ,it alert “Error: item is not cropped”
The text was updated successfully, but these errors were encountered: