touchaddict
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: basic image editor not workingHello,
Honestly I thought using smaller images was a good idea.
But now I have removed the debug mode from wp-content file, there is no longer a preview on the “edit image” lightbox 🙁
See screenshot here (after upload of a small image 100x100px): http://www.royer-etienne.com/site/wp-content/uploads/2016/11/no-preview.pngMaybe it’s a separate error…
Any idea how to fix this?Thanks
Forum: Fixing WordPress
In reply to: basic image editor not workingHi again,
I managed to add the debug option to wp-config.php, according to the chapter “Example wp-config.php for Debugging” of the Codex article https://codex.ww.wp.xz.cn/Debugging_in_WordPress
As a result, a log file has been created, which you can consult here: http://www.royer-etienne.com/site/wp-content/debug.log.
As well, some changes have appeared on the admin, notably on the “Image preview” lightbox: there is no longer a preview of the image. See screenshot here: http://www.royer-etienne.com/site/wp-content/uploads/2016/11/Screenshot_20161115-214731.pngAfter trying twice to rotate the image, I get the following message in the debug.log file: [15-Nov-2016 18:42:05 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3456 bytes) in /var/www/vhosts/FilerWeb08/royer-etienne.com/httpdocs/site/wp-includes/class-wp-image-editor-gd.php on line 321
What do you think about this message?
Thanks in advance,
Forum: Fixing WordPress
In reply to: basic image editor not workingHi GOtrOOt, thanks for the quick reply.
Yes I am able to upload the images, then insert it in the blog. Most image features work well: resize, thumbnail, fearured image, meta data and so on… But on the “edit image” lightbox, I’m not able to crop or rotate the picture. It gives the error “could not load the preview…”
You can check image insertion here: http://www.royer-etienne.com/site/2016/11/14/wp-install-troubleshooting/
I will try tonight to enable the debug “option from within wp-config.php”, and keep you informed when it’s done.