0

For some odd reason when I create content that has a image field, after upload the "blue progress wheel" spins but no preview of image appears. This was a bump in the road, but I just hit save every time I uploaded a image and edited content and the image showed.

Screen show of progress wheel but no image loading:enter image description here

HOWEVER, now if I go to Views and show images from images fields, they will not show in view block preview. Screenshot:enter image description here

Also this issues of not seeing anything load after I edit my Content Type Displays:

enter image description here

I'm using Drupal 7.28 core. Is there a way to see why this is happening (error log?)

Benjamin Jones
  • 987
  • 4
  • 22
  • 50

1 Answers1

0

Yes, if this is happening due to a PHP error, you will get the log at "Administrator=>Reports=>Recent log messages".

/admin/reports/dblog
Anurag
  • 555
  • 3
  • 10
  • Well I figured out this was caused by the SimpleMenu module I had installed. Once I disabled it, everything worked great. However I really need SuperMenu Module. – Benjamin Jones Jul 08 '14 at 14:41