modx : can't upload image or file after MOD Xupdate - image

I updated several modX sites today. They were quite old.
Now, when i want to upload an image on any of thoose websites, i can't. The uploader can"t finish the upload. The uploaded size is bigger than the expected size and the upload is incomplete :
watch the error : 1 image worths 1000 words sometimes
I have this in all the modX site since update.
I tried clearing the cache without effects. Any idea how to solve this ?
Thanks
Thomas

Do you have tried to visit the system settings?
Section "Core", subsection "file system". Perhaps, you need to change the value of the "upload_maxsize" key.
I have the default "10485760"
System Setting Screenshot

Related

Several speedtest websites loading two previews

The following problem gives me a headache:
I've tried several speedtest websites that use Lighthouse for our website www.allureveranda.nl and the first header image that loads is a header image that we're not using anymore. After loading that header image, the header image we're using shows up. I've cleared all the cache (we're using Litespeed downloaded by our hoster) and deleted the old header image but it doesn't make a difference. I've asked several people what the problem could be (I even had contact with GTMetrix) but no one can gives me a answer. Since the change of that header image, our website loading very slow. (Before this Monday we scored an A 100% and now an E 46%.
Can someone help me out? Thanks in advance!

magento file upload not working

I have this odd situation. When creating (or updating) a product in the images section whenever I select a file (or multiple files) the list the selected files doesn't appear therefore I can't upload any images to a product. I don't have ANY errors in the console or in the log and the most odd is that when running the code on a localhost it works. All the required folders on the server exists and they are writable. Any ideas on what could be the reason?
Please check Flash browser plugin working. It's should be installed and enabled.
ok, guys, I found the problem. It easy at it seems took me a lot of time to realize that it's only working when accessing the website with www

Multiple Corrupted Instagram Images from multiple users from API

We have encountered multiple corrupted Instagram Standard Images (612px).
This happens the last 3-4 days. And across multiple Instagram users.
Strangely this issue is only evident when the images are opened using Adobe Photoshop.
When viewed using Mac's finder or Preview this image corrupt problem is not visible.
It affects about 50% of our customers. And mostly about 10-20% of their choosen images. And some can affect around 50-100% of their images.
Example of corrupted images:
http://distilleryimage10.s3.amazonaws.com/5875aa2eb24411e3bfe2124c49cf34ce_8.jpg
http://distilleryimage0.s3.amazonaws.com/3b3452a8b24411e3b352126f9f588c64_8.jpg
Again, this issue is only evident when the photos are being prepared to print.
Or when it is opened using Adobe Photoshop/Acrobat/Illustrator/Indesign.
Please help.
Thanks
Jeff
I managed to solve my issue with the same description. What I first did was download the images to my webserver exactly to what is was online, so I didn't change anything of the file contents, just get en then put in the file.
How I solved my problem? I use PHP to generate the image now after I donwloaded it the same way. This is the simplified version of my script:
<?php
// Create an image instance
$im = imagecreatefromjpeg('instagram_image.jpeg');
// Disable interlacing
imageinterlace($im, false); // did not use this but will do the same
// Save the image
imagejpeg($im, 'instagram_image.jpeg');
imagedestroy($im);
?>
When I started using this simple create and save script it all worked again. It looks like it does nothing but it did a lot for me! Hope it helps someone saving a lot of time, took me 1,5 day to figure out the exact problem.

Drupal Image cache issue

I am using Drupal6 and image cache was working fine earlier...but last few days its not working and it throwing error "The image cannot be displayed because it contains errors." Earlier i have this issue and i solved it my removing some white space before the
For example, if i have image URL, like this, http://localhost/drupal/sites/defaults/files/imagecache/profile_85/pictures/vinodkumar_8542.jpg
its showing correctly in the browser, but the same image is not working when i use path like this
http://localhost/drupal/index.php?q=sites/defaults/files/imagecache/profile_85/pictures/vinodkumar_8542.jpg
Please help me in solving this big issue...
This happened to me because i did a custom module with a different encoding i found my module contains "i<< j" before "php tags" that made my image corrupted as it added this encoding at the header of the image .. Check your files . you can try to install image captcha to see if the drupal can generate image or not if not then you can try my solution as it worked for me after a hell of times.
you can check this sites :
http://drupal.org/node/1843304
http://drupal.org/node/1302076
http://drupal.org/project/issues/imagecache?status=All&categories=All "check open issues"

Drupal images issue after enabling cache

As much as 75% of images are not loading on my Drupal 7 website. The images in the public folder are being overwritten/renamed with number extensions (Original was: myimage.jpg but is replaced with myimage_0.jpg or myimage_1.jpg, etc). This breaks the image links. Both the original image and the styled version have this same issue.
When editing the node or the view, all the images are visible. But after saving, the majority of images are not visible and link to a non-existent renamed image file.
I thought it might be permissions-related. The images folders are 755. Maybe cache-based problem? Although the problem is not corrected when flushing all cache. I do not have imagecache but do have all performance cache enabled, then installed Boost to increase site performance due to slow loading time.
Is there a way to prevent Drupal from continually renaming/overwriting the original image files or other solution?
What action are you doing to cause this? As I understand it Drupal will created the image-0.jpg file if image.jpg already exist. That's a normal behavior.

Resources