I find out this error in my logs after I run this module.

Notice: Undefined property: stdClass::$status_message in static_generate_file() (line 549 of /var/www/darrylnorris/sites/all/modules/static/static.module).

Comments

darol100’s picture

Issue summary: View changes
ThomasRedstone’s picture

I have just come across this bug myself, in my case it was in a local test setup, using VDD (Vagrant Drupal Development).
In the end it was because the module is making requests to the domain it serves as, but as the domain I was using only existed in my local /etc/hosts file, and not the servers, it wasn't working, but the error was not being handled.
In my case the fix was to add the domain to the Vagrant server's /etc/hosts file, and everything worked!