php - Drupal 7 doesn't upload images styles -


i have drupal 7 hosted on windows azure web app.

when upload image content, original image stored in files folder corresponding image styles not stored (example in thumbnail folder).

i tried this:

  • permissions 777/775
  • comment following lines in htaccess located in files folder:
#options none #options + followsymlinks 

i have impression azure blocks writing of files because htaccess can changed in own editor , not in ftp.

since deployed app azure web apps, azure use iis host app, , running on windows server machines. htaceess , permissions 777/775 don't work on azure. without error message , how deploy drupal app, it's hard figure out what's wrong there.

however, can deploy drupal 7 template acquia drupal 7 on mysql azure marketplace. tested upload image content , both of original , thumbnail image stored properly. maybe can have try.

  • choose template acquia drupal 7 on mysql create azure web app.

enter image description here

  • upload image worked fine.

enter image description here


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -