Drupal throwing blank update.php file -


i'm updating drupalfrom 7.32 7.33

i followed steps here updating drupal 7: https://www.drupal.org/node/1223018

i followed step mentioned set $update_free_access true (temporarily) while updating.

but, when visit mysite.com/update.php still throwing blank page.

i verified in settings.php that:

  • the file had database configuration values
  • verified actual data still existed in database.

what gives? there other solutions fix ? (without having complete clean install)

update errors in error.log are:

php fatal error:  unknown: failed opening required php warning:  unknown: failed open stream: permission denied in unknown on line 0 

thanks!

this permissions error. had, had files not on 755.

i had files having octets of 600 777 , needed changed 755 with:

sudo chmod 755 

i followed "keithm"'s advice on directory permissions here: https://drupal.stackexchange.com/questions/26131/correct-permission-for-site-default-and-files-folders


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -